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

eAVEncVideoColorTransferFunction

列挙型
基底型i4

メンバー 9

名前10進16進
eAVEncVideoColorTransferFunction_SameAsSource00x0
eAVEncVideoColorTransferFunction_1010x1
eAVEncVideoColorTransferFunction_1820x2
eAVEncVideoColorTransferFunction_2030x3
eAVEncVideoColorTransferFunction_2240x4
eAVEncVideoColorTransferFunction_22_70950x5
eAVEncVideoColorTransferFunction_22_240M60x6
eAVEncVideoColorTransferFunction_22_8bit_sRGB70x7
eAVEncVideoColorTransferFunction_2880x8

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 8
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,
}
#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