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

MFVideoTransferFunction

列挙型
基底型i4

メンバー 22

名前10進16進
MFVideoTransFunc_Unknown00x0
MFVideoTransFunc_1010x1
MFVideoTransFunc_1820x2
MFVideoTransFunc_2030x3
MFVideoTransFunc_2240x4
MFVideoTransFunc_70950x5
MFVideoTransFunc_240M60x6
MFVideoTransFunc_sRGB70x7
MFVideoTransFunc_2880x8
MFVideoTransFunc_Log_10090x9
MFVideoTransFunc_Log_316100xA
MFVideoTransFunc_709_sym110xB
MFVideoTransFunc_2020_const120xC
MFVideoTransFunc_2020130xD
MFVideoTransFunc_26140xE
MFVideoTransFunc_2084150xF
MFVideoTransFunc_HLG160x10
MFVideoTransFunc_10_rel170x11
MFVideoTransFunc_BT1361_ECG180x12
MFVideoTransFunc_SMPTE428190x13
MFVideoTransFunc_Last200x14
MFVideoTransFunc_ForceDWORD21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum MFVideoTransferFunction : int {
    MFVideoTransFunc_Unknown = 0,
    MFVideoTransFunc_10 = 1,
    MFVideoTransFunc_18 = 2,
    MFVideoTransFunc_20 = 3,
    MFVideoTransFunc_22 = 4,
    MFVideoTransFunc_709 = 5,
    MFVideoTransFunc_240M = 6,
    MFVideoTransFunc_sRGB = 7,
    MFVideoTransFunc_28 = 8,
    MFVideoTransFunc_Log_100 = 9,
    MFVideoTransFunc_Log_316 = 10,
    MFVideoTransFunc_709_sym = 11,
    MFVideoTransFunc_2020_const = 12,
    MFVideoTransFunc_2020 = 13,
    MFVideoTransFunc_26 = 14,
    MFVideoTransFunc_2084 = 15,
    MFVideoTransFunc_HLG = 16,
    MFVideoTransFunc_10_rel = 17,
    MFVideoTransFunc_BT1361_ECG = 18,
    MFVideoTransFunc_SMPTE428 = 19,
    MFVideoTransFunc_Last = 20,
    MFVideoTransFunc_ForceDWORD = 2147483647
} MFVideoTransferFunction;
public enum MFVideoTransferFunction : int
{
    MFVideoTransFunc_Unknown = 0,
    MFVideoTransFunc_10 = 1,
    MFVideoTransFunc_18 = 2,
    MFVideoTransFunc_20 = 3,
    MFVideoTransFunc_22 = 4,
    MFVideoTransFunc_709 = 5,
    MFVideoTransFunc_240M = 6,
    MFVideoTransFunc_sRGB = 7,
    MFVideoTransFunc_28 = 8,
    MFVideoTransFunc_Log_100 = 9,
    MFVideoTransFunc_Log_316 = 10,
    MFVideoTransFunc_709_sym = 11,
    MFVideoTransFunc_2020_const = 12,
    MFVideoTransFunc_2020 = 13,
    MFVideoTransFunc_26 = 14,
    MFVideoTransFunc_2084 = 15,
    MFVideoTransFunc_HLG = 16,
    MFVideoTransFunc_10_rel = 17,
    MFVideoTransFunc_BT1361_ECG = 18,
    MFVideoTransFunc_SMPTE428 = 19,
    MFVideoTransFunc_Last = 20,
    MFVideoTransFunc_ForceDWORD = 2147483647,
}
Public Enum MFVideoTransferFunction As Integer
    MFVideoTransFunc_Unknown = 0
    MFVideoTransFunc_10 = 1
    MFVideoTransFunc_18 = 2
    MFVideoTransFunc_20 = 3
    MFVideoTransFunc_22 = 4
    MFVideoTransFunc_709 = 5
    MFVideoTransFunc_240M = 6
    MFVideoTransFunc_sRGB = 7
    MFVideoTransFunc_28 = 8
    MFVideoTransFunc_Log_100 = 9
    MFVideoTransFunc_Log_316 = 10
    MFVideoTransFunc_709_sym = 11
    MFVideoTransFunc_2020_const = 12
    MFVideoTransFunc_2020 = 13
    MFVideoTransFunc_26 = 14
    MFVideoTransFunc_2084 = 15
    MFVideoTransFunc_HLG = 16
    MFVideoTransFunc_10_rel = 17
    MFVideoTransFunc_BT1361_ECG = 18
    MFVideoTransFunc_SMPTE428 = 19
    MFVideoTransFunc_Last = 20
    MFVideoTransFunc_ForceDWORD = 2147483647
End Enum
import enum

class MFVideoTransferFunction(enum.IntEnum):
    MFVideoTransFunc_Unknown = 0
    MFVideoTransFunc_10 = 1
    MFVideoTransFunc_18 = 2
    MFVideoTransFunc_20 = 3
    MFVideoTransFunc_22 = 4
    MFVideoTransFunc_709 = 5
    MFVideoTransFunc_240M = 6
    MFVideoTransFunc_sRGB = 7
    MFVideoTransFunc_28 = 8
    MFVideoTransFunc_Log_100 = 9
    MFVideoTransFunc_Log_316 = 10
    MFVideoTransFunc_709_sym = 11
    MFVideoTransFunc_2020_const = 12
    MFVideoTransFunc_2020 = 13
    MFVideoTransFunc_26 = 14
    MFVideoTransFunc_2084 = 15
    MFVideoTransFunc_HLG = 16
    MFVideoTransFunc_10_rel = 17
    MFVideoTransFunc_BT1361_ECG = 18
    MFVideoTransFunc_SMPTE428 = 19
    MFVideoTransFunc_Last = 20
    MFVideoTransFunc_ForceDWORD = 2147483647
// MFVideoTransferFunction
pub const MFVideoTransFunc_Unknown: i32 = 0;
pub const MFVideoTransFunc_10: i32 = 1;
pub const MFVideoTransFunc_18: i32 = 2;
pub const MFVideoTransFunc_20: i32 = 3;
pub const MFVideoTransFunc_22: i32 = 4;
pub const MFVideoTransFunc_709: i32 = 5;
pub const MFVideoTransFunc_240M: i32 = 6;
pub const MFVideoTransFunc_sRGB: i32 = 7;
pub const MFVideoTransFunc_28: i32 = 8;
pub const MFVideoTransFunc_Log_100: i32 = 9;
pub const MFVideoTransFunc_Log_316: i32 = 10;
pub const MFVideoTransFunc_709_sym: i32 = 11;
pub const MFVideoTransFunc_2020_const: i32 = 12;
pub const MFVideoTransFunc_2020: i32 = 13;
pub const MFVideoTransFunc_26: i32 = 14;
pub const MFVideoTransFunc_2084: i32 = 15;
pub const MFVideoTransFunc_HLG: i32 = 16;
pub const MFVideoTransFunc_10_rel: i32 = 17;
pub const MFVideoTransFunc_BT1361_ECG: i32 = 18;
pub const MFVideoTransFunc_SMPTE428: i32 = 19;
pub const MFVideoTransFunc_Last: i32 = 20;
pub const MFVideoTransFunc_ForceDWORD: i32 = 2147483647;
// MFVideoTransferFunction
const (
	MFVideoTransFunc_Unknown int32 = 0
	MFVideoTransFunc_10 int32 = 1
	MFVideoTransFunc_18 int32 = 2
	MFVideoTransFunc_20 int32 = 3
	MFVideoTransFunc_22 int32 = 4
	MFVideoTransFunc_709 int32 = 5
	MFVideoTransFunc_240M int32 = 6
	MFVideoTransFunc_sRGB int32 = 7
	MFVideoTransFunc_28 int32 = 8
	MFVideoTransFunc_Log_100 int32 = 9
	MFVideoTransFunc_Log_316 int32 = 10
	MFVideoTransFunc_709_sym int32 = 11
	MFVideoTransFunc_2020_const int32 = 12
	MFVideoTransFunc_2020 int32 = 13
	MFVideoTransFunc_26 int32 = 14
	MFVideoTransFunc_2084 int32 = 15
	MFVideoTransFunc_HLG int32 = 16
	MFVideoTransFunc_10_rel int32 = 17
	MFVideoTransFunc_BT1361_ECG int32 = 18
	MFVideoTransFunc_SMPTE428 int32 = 19
	MFVideoTransFunc_Last int32 = 20
	MFVideoTransFunc_ForceDWORD int32 = 2147483647
)
const
  MFVideoTransFunc_Unknown = 0;
  MFVideoTransFunc_10 = 1;
  MFVideoTransFunc_18 = 2;
  MFVideoTransFunc_20 = 3;
  MFVideoTransFunc_22 = 4;
  MFVideoTransFunc_709 = 5;
  MFVideoTransFunc_240M = 6;
  MFVideoTransFunc_sRGB = 7;
  MFVideoTransFunc_28 = 8;
  MFVideoTransFunc_Log_100 = 9;
  MFVideoTransFunc_Log_316 = 10;
  MFVideoTransFunc_709_sym = 11;
  MFVideoTransFunc_2020_const = 12;
  MFVideoTransFunc_2020 = 13;
  MFVideoTransFunc_26 = 14;
  MFVideoTransFunc_2084 = 15;
  MFVideoTransFunc_HLG = 16;
  MFVideoTransFunc_10_rel = 17;
  MFVideoTransFunc_BT1361_ECG = 18;
  MFVideoTransFunc_SMPTE428 = 19;
  MFVideoTransFunc_Last = 20;
  MFVideoTransFunc_ForceDWORD = 2147483647;
// MFVideoTransferFunction
pub const MFVideoTransFunc_Unknown: i32 = 0;
pub const MFVideoTransFunc_10: i32 = 1;
pub const MFVideoTransFunc_18: i32 = 2;
pub const MFVideoTransFunc_20: i32 = 3;
pub const MFVideoTransFunc_22: i32 = 4;
pub const MFVideoTransFunc_709: i32 = 5;
pub const MFVideoTransFunc_240M: i32 = 6;
pub const MFVideoTransFunc_sRGB: i32 = 7;
pub const MFVideoTransFunc_28: i32 = 8;
pub const MFVideoTransFunc_Log_100: i32 = 9;
pub const MFVideoTransFunc_Log_316: i32 = 10;
pub const MFVideoTransFunc_709_sym: i32 = 11;
pub const MFVideoTransFunc_2020_const: i32 = 12;
pub const MFVideoTransFunc_2020: i32 = 13;
pub const MFVideoTransFunc_26: i32 = 14;
pub const MFVideoTransFunc_2084: i32 = 15;
pub const MFVideoTransFunc_HLG: i32 = 16;
pub const MFVideoTransFunc_10_rel: i32 = 17;
pub const MFVideoTransFunc_BT1361_ECG: i32 = 18;
pub const MFVideoTransFunc_SMPTE428: i32 = 19;
pub const MFVideoTransFunc_Last: i32 = 20;
pub const MFVideoTransFunc_ForceDWORD: i32 = 2147483647;
const
  MFVideoTransFunc_Unknown* = 0
  MFVideoTransFunc_10* = 1
  MFVideoTransFunc_18* = 2
  MFVideoTransFunc_20* = 3
  MFVideoTransFunc_22* = 4
  MFVideoTransFunc_709* = 5
  MFVideoTransFunc_240M* = 6
  MFVideoTransFunc_sRGB* = 7
  MFVideoTransFunc_28* = 8
  MFVideoTransFunc_Log_100* = 9
  MFVideoTransFunc_Log_316* = 10
  MFVideoTransFunc_709_sym* = 11
  MFVideoTransFunc_2020_const* = 12
  MFVideoTransFunc_2020* = 13
  MFVideoTransFunc_26* = 14
  MFVideoTransFunc_2084* = 15
  MFVideoTransFunc_HLG* = 16
  MFVideoTransFunc_10_rel* = 17
  MFVideoTransFunc_BT1361_ECG* = 18
  MFVideoTransFunc_SMPTE428* = 19
  MFVideoTransFunc_Last* = 20
  MFVideoTransFunc_ForceDWORD* = 2147483647
enum MFVideoTransferFunction : int {
    MFVideoTransFunc_Unknown = 0,
    MFVideoTransFunc_10 = 1,
    MFVideoTransFunc_18 = 2,
    MFVideoTransFunc_20 = 3,
    MFVideoTransFunc_22 = 4,
    MFVideoTransFunc_709 = 5,
    MFVideoTransFunc_240M = 6,
    MFVideoTransFunc_sRGB = 7,
    MFVideoTransFunc_28 = 8,
    MFVideoTransFunc_Log_100 = 9,
    MFVideoTransFunc_Log_316 = 10,
    MFVideoTransFunc_709_sym = 11,
    MFVideoTransFunc_2020_const = 12,
    MFVideoTransFunc_2020 = 13,
    MFVideoTransFunc_26 = 14,
    MFVideoTransFunc_2084 = 15,
    MFVideoTransFunc_HLG = 16,
    MFVideoTransFunc_10_rel = 17,
    MFVideoTransFunc_BT1361_ECG = 18,
    MFVideoTransFunc_SMPTE428 = 19,
    MFVideoTransFunc_Last = 20,
    MFVideoTransFunc_ForceDWORD = 2147483647,
}
#define global MFVideoTransFunc_Unknown    0x0
#define global MFVideoTransFunc_10         0x1
#define global MFVideoTransFunc_18         0x2
#define global MFVideoTransFunc_20         0x3
#define global MFVideoTransFunc_22         0x4
#define global MFVideoTransFunc_709        0x5
#define global MFVideoTransFunc_240M       0x6
#define global MFVideoTransFunc_sRGB       0x7
#define global MFVideoTransFunc_28         0x8
#define global MFVideoTransFunc_Log_100    0x9
#define global MFVideoTransFunc_Log_316    0xA
#define global MFVideoTransFunc_709_sym    0xB
#define global MFVideoTransFunc_2020_const 0xC
#define global MFVideoTransFunc_2020       0xD
#define global MFVideoTransFunc_26         0xE
#define global MFVideoTransFunc_2084       0xF
#define global MFVideoTransFunc_HLG        0x10
#define global MFVideoTransFunc_10_rel     0x11
#define global MFVideoTransFunc_BT1361_ECG 0x12
#define global MFVideoTransFunc_SMPTE428   0x13
#define global MFVideoTransFunc_Last       0x14
#define global MFVideoTransFunc_ForceDWORD 0x7FFFFFFF