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

eAVEncVideoChromaResolution

列挙型
基底型i4

メンバー 5

名前10進16進
eAVEncVideoChromaResolution_SameAsSource00x0
eAVEncVideoChromaResolution_44410x1
eAVEncVideoChromaResolution_42220x2
eAVEncVideoChromaResolution_42030x3
eAVEncVideoChromaResolution_41140x4

各言語での定義

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