ホーム › Media.MediaFoundation › eAVEncVideoColorPrimaries
eAVEncVideoColorPrimaries
列挙型メンバー 9
| 名前 | 10進 | 16進 |
|---|---|---|
| eAVEncVideoColorPrimaries_SameAsSource | 0 | 0x0 |
| eAVEncVideoColorPrimaries_Reserved | 1 | 0x1 |
| eAVEncVideoColorPrimaries_BT709 | 2 | 0x2 |
| eAVEncVideoColorPrimaries_BT470_2_SysM | 3 | 0x3 |
| eAVEncVideoColorPrimaries_BT470_2_SysBG | 4 | 0x4 |
| eAVEncVideoColorPrimaries_SMPTE170M | 5 | 0x5 |
| eAVEncVideoColorPrimaries_SMPTE240M | 6 | 0x6 |
| eAVEncVideoColorPrimaries_EBU3231 | 7 | 0x7 |
| eAVEncVideoColorPrimaries_SMPTE_C | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum eAVEncVideoColorPrimaries : int {
eAVEncVideoColorPrimaries_SameAsSource = 0,
eAVEncVideoColorPrimaries_Reserved = 1,
eAVEncVideoColorPrimaries_BT709 = 2,
eAVEncVideoColorPrimaries_BT470_2_SysM = 3,
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4,
eAVEncVideoColorPrimaries_SMPTE170M = 5,
eAVEncVideoColorPrimaries_SMPTE240M = 6,
eAVEncVideoColorPrimaries_EBU3231 = 7,
eAVEncVideoColorPrimaries_SMPTE_C = 8
} eAVEncVideoColorPrimaries;public enum eAVEncVideoColorPrimaries : int
{
eAVEncVideoColorPrimaries_SameAsSource = 0,
eAVEncVideoColorPrimaries_Reserved = 1,
eAVEncVideoColorPrimaries_BT709 = 2,
eAVEncVideoColorPrimaries_BT470_2_SysM = 3,
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4,
eAVEncVideoColorPrimaries_SMPTE170M = 5,
eAVEncVideoColorPrimaries_SMPTE240M = 6,
eAVEncVideoColorPrimaries_EBU3231 = 7,
eAVEncVideoColorPrimaries_SMPTE_C = 8,
}Public Enum eAVEncVideoColorPrimaries As Integer
eAVEncVideoColorPrimaries_SameAsSource = 0
eAVEncVideoColorPrimaries_Reserved = 1
eAVEncVideoColorPrimaries_BT709 = 2
eAVEncVideoColorPrimaries_BT470_2_SysM = 3
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4
eAVEncVideoColorPrimaries_SMPTE170M = 5
eAVEncVideoColorPrimaries_SMPTE240M = 6
eAVEncVideoColorPrimaries_EBU3231 = 7
eAVEncVideoColorPrimaries_SMPTE_C = 8
End Enumimport enum
class eAVEncVideoColorPrimaries(enum.IntEnum):
eAVEncVideoColorPrimaries_SameAsSource = 0
eAVEncVideoColorPrimaries_Reserved = 1
eAVEncVideoColorPrimaries_BT709 = 2
eAVEncVideoColorPrimaries_BT470_2_SysM = 3
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4
eAVEncVideoColorPrimaries_SMPTE170M = 5
eAVEncVideoColorPrimaries_SMPTE240M = 6
eAVEncVideoColorPrimaries_EBU3231 = 7
eAVEncVideoColorPrimaries_SMPTE_C = 8// eAVEncVideoColorPrimaries
pub const eAVEncVideoColorPrimaries_SameAsSource: i32 = 0;
pub const eAVEncVideoColorPrimaries_Reserved: i32 = 1;
pub const eAVEncVideoColorPrimaries_BT709: i32 = 2;
pub const eAVEncVideoColorPrimaries_BT470_2_SysM: i32 = 3;
pub const eAVEncVideoColorPrimaries_BT470_2_SysBG: i32 = 4;
pub const eAVEncVideoColorPrimaries_SMPTE170M: i32 = 5;
pub const eAVEncVideoColorPrimaries_SMPTE240M: i32 = 6;
pub const eAVEncVideoColorPrimaries_EBU3231: i32 = 7;
pub const eAVEncVideoColorPrimaries_SMPTE_C: i32 = 8;// eAVEncVideoColorPrimaries
const (
eAVEncVideoColorPrimaries_SameAsSource int32 = 0
eAVEncVideoColorPrimaries_Reserved int32 = 1
eAVEncVideoColorPrimaries_BT709 int32 = 2
eAVEncVideoColorPrimaries_BT470_2_SysM int32 = 3
eAVEncVideoColorPrimaries_BT470_2_SysBG int32 = 4
eAVEncVideoColorPrimaries_SMPTE170M int32 = 5
eAVEncVideoColorPrimaries_SMPTE240M int32 = 6
eAVEncVideoColorPrimaries_EBU3231 int32 = 7
eAVEncVideoColorPrimaries_SMPTE_C int32 = 8
)const
eAVEncVideoColorPrimaries_SameAsSource = 0;
eAVEncVideoColorPrimaries_Reserved = 1;
eAVEncVideoColorPrimaries_BT709 = 2;
eAVEncVideoColorPrimaries_BT470_2_SysM = 3;
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4;
eAVEncVideoColorPrimaries_SMPTE170M = 5;
eAVEncVideoColorPrimaries_SMPTE240M = 6;
eAVEncVideoColorPrimaries_EBU3231 = 7;
eAVEncVideoColorPrimaries_SMPTE_C = 8;// eAVEncVideoColorPrimaries
pub const eAVEncVideoColorPrimaries_SameAsSource: i32 = 0;
pub const eAVEncVideoColorPrimaries_Reserved: i32 = 1;
pub const eAVEncVideoColorPrimaries_BT709: i32 = 2;
pub const eAVEncVideoColorPrimaries_BT470_2_SysM: i32 = 3;
pub const eAVEncVideoColorPrimaries_BT470_2_SysBG: i32 = 4;
pub const eAVEncVideoColorPrimaries_SMPTE170M: i32 = 5;
pub const eAVEncVideoColorPrimaries_SMPTE240M: i32 = 6;
pub const eAVEncVideoColorPrimaries_EBU3231: i32 = 7;
pub const eAVEncVideoColorPrimaries_SMPTE_C: i32 = 8;const
eAVEncVideoColorPrimaries_SameAsSource* = 0
eAVEncVideoColorPrimaries_Reserved* = 1
eAVEncVideoColorPrimaries_BT709* = 2
eAVEncVideoColorPrimaries_BT470_2_SysM* = 3
eAVEncVideoColorPrimaries_BT470_2_SysBG* = 4
eAVEncVideoColorPrimaries_SMPTE170M* = 5
eAVEncVideoColorPrimaries_SMPTE240M* = 6
eAVEncVideoColorPrimaries_EBU3231* = 7
eAVEncVideoColorPrimaries_SMPTE_C* = 8enum eAVEncVideoColorPrimaries : int {
eAVEncVideoColorPrimaries_SameAsSource = 0,
eAVEncVideoColorPrimaries_Reserved = 1,
eAVEncVideoColorPrimaries_BT709 = 2,
eAVEncVideoColorPrimaries_BT470_2_SysM = 3,
eAVEncVideoColorPrimaries_BT470_2_SysBG = 4,
eAVEncVideoColorPrimaries_SMPTE170M = 5,
eAVEncVideoColorPrimaries_SMPTE240M = 6,
eAVEncVideoColorPrimaries_EBU3231 = 7,
eAVEncVideoColorPrimaries_SMPTE_C = 8,
}#define global eAVEncVideoColorPrimaries_SameAsSource 0x0
#define global eAVEncVideoColorPrimaries_Reserved 0x1
#define global eAVEncVideoColorPrimaries_BT709 0x2
#define global eAVEncVideoColorPrimaries_BT470_2_SysM 0x3
#define global eAVEncVideoColorPrimaries_BT470_2_SysBG 0x4
#define global eAVEncVideoColorPrimaries_SMPTE170M 0x5
#define global eAVEncVideoColorPrimaries_SMPTE240M 0x6
#define global eAVEncVideoColorPrimaries_EBU3231 0x7
#define global eAVEncVideoColorPrimaries_SMPTE_C 0x8