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