ホーム › Media.MediaFoundation › eAVEncMuxOutput
eAVEncMuxOutput
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| eAVEncMuxOutputAuto | 0 | 0x0 |
| eAVEncMuxOutputPS | 1 | 0x1 |
| eAVEncMuxOutputTS | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum eAVEncMuxOutput : int {
eAVEncMuxOutputAuto = 0,
eAVEncMuxOutputPS = 1,
eAVEncMuxOutputTS = 2
} eAVEncMuxOutput;public enum eAVEncMuxOutput : int
{
eAVEncMuxOutputAuto = 0,
eAVEncMuxOutputPS = 1,
eAVEncMuxOutputTS = 2,
}Public Enum eAVEncMuxOutput As Integer
eAVEncMuxOutputAuto = 0
eAVEncMuxOutputPS = 1
eAVEncMuxOutputTS = 2
End Enumimport enum
class eAVEncMuxOutput(enum.IntEnum):
eAVEncMuxOutputAuto = 0
eAVEncMuxOutputPS = 1
eAVEncMuxOutputTS = 2// eAVEncMuxOutput
pub const eAVEncMuxOutputAuto: i32 = 0;
pub const eAVEncMuxOutputPS: i32 = 1;
pub const eAVEncMuxOutputTS: i32 = 2;// eAVEncMuxOutput
const (
eAVEncMuxOutputAuto int32 = 0
eAVEncMuxOutputPS int32 = 1
eAVEncMuxOutputTS int32 = 2
)const
eAVEncMuxOutputAuto = 0;
eAVEncMuxOutputPS = 1;
eAVEncMuxOutputTS = 2;// eAVEncMuxOutput
pub const eAVEncMuxOutputAuto: i32 = 0;
pub const eAVEncMuxOutputPS: i32 = 1;
pub const eAVEncMuxOutputTS: i32 = 2;const
eAVEncMuxOutputAuto* = 0
eAVEncMuxOutputPS* = 1
eAVEncMuxOutputTS* = 2enum eAVEncMuxOutput : int {
eAVEncMuxOutputAuto = 0,
eAVEncMuxOutputPS = 1,
eAVEncMuxOutputTS = 2,
}#define global eAVEncMuxOutputAuto 0x0
#define global eAVEncMuxOutputPS 0x1
#define global eAVEncMuxOutputTS 0x2