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