ホーム › Media.MediaFoundation › eAVEncInputVideoSystem
eAVEncInputVideoSystem
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| eAVEncInputVideoSystem_Unspecified | 0 | 0x0 |
| eAVEncInputVideoSystem_PAL | 1 | 0x1 |
| eAVEncInputVideoSystem_NTSC | 2 | 0x2 |
| eAVEncInputVideoSystem_SECAM | 3 | 0x3 |
| eAVEncInputVideoSystem_MAC | 4 | 0x4 |
| eAVEncInputVideoSystem_HDV | 5 | 0x5 |
| eAVEncInputVideoSystem_Component | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum eAVEncInputVideoSystem : int {
eAVEncInputVideoSystem_Unspecified = 0,
eAVEncInputVideoSystem_PAL = 1,
eAVEncInputVideoSystem_NTSC = 2,
eAVEncInputVideoSystem_SECAM = 3,
eAVEncInputVideoSystem_MAC = 4,
eAVEncInputVideoSystem_HDV = 5,
eAVEncInputVideoSystem_Component = 6
} eAVEncInputVideoSystem;public enum eAVEncInputVideoSystem : int
{
eAVEncInputVideoSystem_Unspecified = 0,
eAVEncInputVideoSystem_PAL = 1,
eAVEncInputVideoSystem_NTSC = 2,
eAVEncInputVideoSystem_SECAM = 3,
eAVEncInputVideoSystem_MAC = 4,
eAVEncInputVideoSystem_HDV = 5,
eAVEncInputVideoSystem_Component = 6,
}Public Enum eAVEncInputVideoSystem As Integer
eAVEncInputVideoSystem_Unspecified = 0
eAVEncInputVideoSystem_PAL = 1
eAVEncInputVideoSystem_NTSC = 2
eAVEncInputVideoSystem_SECAM = 3
eAVEncInputVideoSystem_MAC = 4
eAVEncInputVideoSystem_HDV = 5
eAVEncInputVideoSystem_Component = 6
End Enumimport enum
class eAVEncInputVideoSystem(enum.IntEnum):
eAVEncInputVideoSystem_Unspecified = 0
eAVEncInputVideoSystem_PAL = 1
eAVEncInputVideoSystem_NTSC = 2
eAVEncInputVideoSystem_SECAM = 3
eAVEncInputVideoSystem_MAC = 4
eAVEncInputVideoSystem_HDV = 5
eAVEncInputVideoSystem_Component = 6// eAVEncInputVideoSystem
pub const eAVEncInputVideoSystem_Unspecified: i32 = 0;
pub const eAVEncInputVideoSystem_PAL: i32 = 1;
pub const eAVEncInputVideoSystem_NTSC: i32 = 2;
pub const eAVEncInputVideoSystem_SECAM: i32 = 3;
pub const eAVEncInputVideoSystem_MAC: i32 = 4;
pub const eAVEncInputVideoSystem_HDV: i32 = 5;
pub const eAVEncInputVideoSystem_Component: i32 = 6;// eAVEncInputVideoSystem
const (
eAVEncInputVideoSystem_Unspecified int32 = 0
eAVEncInputVideoSystem_PAL int32 = 1
eAVEncInputVideoSystem_NTSC int32 = 2
eAVEncInputVideoSystem_SECAM int32 = 3
eAVEncInputVideoSystem_MAC int32 = 4
eAVEncInputVideoSystem_HDV int32 = 5
eAVEncInputVideoSystem_Component int32 = 6
)const
eAVEncInputVideoSystem_Unspecified = 0;
eAVEncInputVideoSystem_PAL = 1;
eAVEncInputVideoSystem_NTSC = 2;
eAVEncInputVideoSystem_SECAM = 3;
eAVEncInputVideoSystem_MAC = 4;
eAVEncInputVideoSystem_HDV = 5;
eAVEncInputVideoSystem_Component = 6;// eAVEncInputVideoSystem
pub const eAVEncInputVideoSystem_Unspecified: i32 = 0;
pub const eAVEncInputVideoSystem_PAL: i32 = 1;
pub const eAVEncInputVideoSystem_NTSC: i32 = 2;
pub const eAVEncInputVideoSystem_SECAM: i32 = 3;
pub const eAVEncInputVideoSystem_MAC: i32 = 4;
pub const eAVEncInputVideoSystem_HDV: i32 = 5;
pub const eAVEncInputVideoSystem_Component: i32 = 6;const
eAVEncInputVideoSystem_Unspecified* = 0
eAVEncInputVideoSystem_PAL* = 1
eAVEncInputVideoSystem_NTSC* = 2
eAVEncInputVideoSystem_SECAM* = 3
eAVEncInputVideoSystem_MAC* = 4
eAVEncInputVideoSystem_HDV* = 5
eAVEncInputVideoSystem_Component* = 6enum eAVEncInputVideoSystem : int {
eAVEncInputVideoSystem_Unspecified = 0,
eAVEncInputVideoSystem_PAL = 1,
eAVEncInputVideoSystem_NTSC = 2,
eAVEncInputVideoSystem_SECAM = 3,
eAVEncInputVideoSystem_MAC = 4,
eAVEncInputVideoSystem_HDV = 5,
eAVEncInputVideoSystem_Component = 6,
}#define global eAVEncInputVideoSystem_Unspecified 0x0
#define global eAVEncInputVideoSystem_PAL 0x1
#define global eAVEncInputVideoSystem_NTSC 0x2
#define global eAVEncInputVideoSystem_SECAM 0x3
#define global eAVEncInputVideoSystem_MAC 0x4
#define global eAVEncInputVideoSystem_HDV 0x5
#define global eAVEncInputVideoSystem_Component 0x6