Win32 API 日本語リファレンス
ホームMedia.MediaFoundation › eAVEncVideoChromaSubsampling

eAVEncVideoChromaSubsampling

列挙型
基底型i4

メンバー 5

名前10進16進
eAVEncVideoChromaSubsamplingFormat_SameAsSource00x0
eAVEncVideoChromaSubsamplingFormat_ProgressiveChroma80x8
eAVEncVideoChromaSubsamplingFormat_Horizontally_Cosited40x4
eAVEncVideoChromaSubsamplingFormat_Vertically_Cosited20x2
eAVEncVideoChromaSubsamplingFormat_Vertically_AlignedChromaPlanes10x1

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 1
enum 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