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