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

MFVideoChromaSubsampling

列挙型
基底型i4

メンバー 11

名前10進16進
MFVideoChromaSubsampling_Unknown00x0
MFVideoChromaSubsampling_ProgressiveChroma80x8
MFVideoChromaSubsampling_Horizontally_Cosited40x4
MFVideoChromaSubsampling_Vertically_Cosited20x2
MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes10x1
MFVideoChromaSubsampling_MPEG250x5
MFVideoChromaSubsampling_MPEG110x1
MFVideoChromaSubsampling_DV_PAL60x6
MFVideoChromaSubsampling_Cosited70x7
MFVideoChromaSubsampling_Last80x8
MFVideoChromaSubsampling_ForceDWORD21474836470x7FFFFFFF

各言語での定義

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

typedef enum MFVideoChromaSubsampling : int {
    MFVideoChromaSubsampling_Unknown = 0,
    MFVideoChromaSubsampling_ProgressiveChroma = 8,
    MFVideoChromaSubsampling_Horizontally_Cosited = 4,
    MFVideoChromaSubsampling_Vertically_Cosited = 2,
    MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes = 1,
    MFVideoChromaSubsampling_MPEG2 = 5,
    MFVideoChromaSubsampling_MPEG1 = 1,
    MFVideoChromaSubsampling_DV_PAL = 6,
    MFVideoChromaSubsampling_Cosited = 7,
    MFVideoChromaSubsampling_Last = 8,
    MFVideoChromaSubsampling_ForceDWORD = 2147483647
} MFVideoChromaSubsampling;
public enum MFVideoChromaSubsampling : int
{
    MFVideoChromaSubsampling_Unknown = 0,
    MFVideoChromaSubsampling_ProgressiveChroma = 8,
    MFVideoChromaSubsampling_Horizontally_Cosited = 4,
    MFVideoChromaSubsampling_Vertically_Cosited = 2,
    MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes = 1,
    MFVideoChromaSubsampling_MPEG2 = 5,
    MFVideoChromaSubsampling_MPEG1 = 1,
    MFVideoChromaSubsampling_DV_PAL = 6,
    MFVideoChromaSubsampling_Cosited = 7,
    MFVideoChromaSubsampling_Last = 8,
    MFVideoChromaSubsampling_ForceDWORD = 2147483647,
}
Public Enum MFVideoChromaSubsampling As Integer
    MFVideoChromaSubsampling_Unknown = 0
    MFVideoChromaSubsampling_ProgressiveChroma = 8
    MFVideoChromaSubsampling_Horizontally_Cosited = 4
    MFVideoChromaSubsampling_Vertically_Cosited = 2
    MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes = 1
    MFVideoChromaSubsampling_MPEG2 = 5
    MFVideoChromaSubsampling_MPEG1 = 1
    MFVideoChromaSubsampling_DV_PAL = 6
    MFVideoChromaSubsampling_Cosited = 7
    MFVideoChromaSubsampling_Last = 8
    MFVideoChromaSubsampling_ForceDWORD = 2147483647
End Enum
import enum

class MFVideoChromaSubsampling(enum.IntEnum):
    MFVideoChromaSubsampling_Unknown = 0
    MFVideoChromaSubsampling_ProgressiveChroma = 8
    MFVideoChromaSubsampling_Horizontally_Cosited = 4
    MFVideoChromaSubsampling_Vertically_Cosited = 2
    MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes = 1
    MFVideoChromaSubsampling_MPEG2 = 5
    MFVideoChromaSubsampling_MPEG1 = 1
    MFVideoChromaSubsampling_DV_PAL = 6
    MFVideoChromaSubsampling_Cosited = 7
    MFVideoChromaSubsampling_Last = 8
    MFVideoChromaSubsampling_ForceDWORD = 2147483647
// MFVideoChromaSubsampling
pub const MFVideoChromaSubsampling_Unknown: i32 = 0;
pub const MFVideoChromaSubsampling_ProgressiveChroma: i32 = 8;
pub const MFVideoChromaSubsampling_Horizontally_Cosited: i32 = 4;
pub const MFVideoChromaSubsampling_Vertically_Cosited: i32 = 2;
pub const MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes: i32 = 1;
pub const MFVideoChromaSubsampling_MPEG2: i32 = 5;
pub const MFVideoChromaSubsampling_MPEG1: i32 = 1;
pub const MFVideoChromaSubsampling_DV_PAL: i32 = 6;
pub const MFVideoChromaSubsampling_Cosited: i32 = 7;
pub const MFVideoChromaSubsampling_Last: i32 = 8;
pub const MFVideoChromaSubsampling_ForceDWORD: i32 = 2147483647;
// MFVideoChromaSubsampling
const (
	MFVideoChromaSubsampling_Unknown int32 = 0
	MFVideoChromaSubsampling_ProgressiveChroma int32 = 8
	MFVideoChromaSubsampling_Horizontally_Cosited int32 = 4
	MFVideoChromaSubsampling_Vertically_Cosited int32 = 2
	MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes int32 = 1
	MFVideoChromaSubsampling_MPEG2 int32 = 5
	MFVideoChromaSubsampling_MPEG1 int32 = 1
	MFVideoChromaSubsampling_DV_PAL int32 = 6
	MFVideoChromaSubsampling_Cosited int32 = 7
	MFVideoChromaSubsampling_Last int32 = 8
	MFVideoChromaSubsampling_ForceDWORD int32 = 2147483647
)
const
  MFVideoChromaSubsampling_Unknown = 0;
  MFVideoChromaSubsampling_ProgressiveChroma = 8;
  MFVideoChromaSubsampling_Horizontally_Cosited = 4;
  MFVideoChromaSubsampling_Vertically_Cosited = 2;
  MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes = 1;
  MFVideoChromaSubsampling_MPEG2 = 5;
  MFVideoChromaSubsampling_MPEG1 = 1;
  MFVideoChromaSubsampling_DV_PAL = 6;
  MFVideoChromaSubsampling_Cosited = 7;
  MFVideoChromaSubsampling_Last = 8;
  MFVideoChromaSubsampling_ForceDWORD = 2147483647;
// MFVideoChromaSubsampling
pub const MFVideoChromaSubsampling_Unknown: i32 = 0;
pub const MFVideoChromaSubsampling_ProgressiveChroma: i32 = 8;
pub const MFVideoChromaSubsampling_Horizontally_Cosited: i32 = 4;
pub const MFVideoChromaSubsampling_Vertically_Cosited: i32 = 2;
pub const MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes: i32 = 1;
pub const MFVideoChromaSubsampling_MPEG2: i32 = 5;
pub const MFVideoChromaSubsampling_MPEG1: i32 = 1;
pub const MFVideoChromaSubsampling_DV_PAL: i32 = 6;
pub const MFVideoChromaSubsampling_Cosited: i32 = 7;
pub const MFVideoChromaSubsampling_Last: i32 = 8;
pub const MFVideoChromaSubsampling_ForceDWORD: i32 = 2147483647;
const
  MFVideoChromaSubsampling_Unknown* = 0
  MFVideoChromaSubsampling_ProgressiveChroma* = 8
  MFVideoChromaSubsampling_Horizontally_Cosited* = 4
  MFVideoChromaSubsampling_Vertically_Cosited* = 2
  MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes* = 1
  MFVideoChromaSubsampling_MPEG2* = 5
  MFVideoChromaSubsampling_MPEG1* = 1
  MFVideoChromaSubsampling_DV_PAL* = 6
  MFVideoChromaSubsampling_Cosited* = 7
  MFVideoChromaSubsampling_Last* = 8
  MFVideoChromaSubsampling_ForceDWORD* = 2147483647
enum MFVideoChromaSubsampling : int {
    MFVideoChromaSubsampling_Unknown = 0,
    MFVideoChromaSubsampling_ProgressiveChroma = 8,
    MFVideoChromaSubsampling_Horizontally_Cosited = 4,
    MFVideoChromaSubsampling_Vertically_Cosited = 2,
    MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes = 1,
    MFVideoChromaSubsampling_MPEG2 = 5,
    MFVideoChromaSubsampling_MPEG1 = 1,
    MFVideoChromaSubsampling_DV_PAL = 6,
    MFVideoChromaSubsampling_Cosited = 7,
    MFVideoChromaSubsampling_Last = 8,
    MFVideoChromaSubsampling_ForceDWORD = 2147483647,
}
#define global MFVideoChromaSubsampling_Unknown                        0x0
#define global MFVideoChromaSubsampling_ProgressiveChroma              0x8
#define global MFVideoChromaSubsampling_Horizontally_Cosited           0x4
#define global MFVideoChromaSubsampling_Vertically_Cosited             0x2
#define global MFVideoChromaSubsampling_Vertically_AlignedChromaPlanes 0x1
#define global MFVideoChromaSubsampling_MPEG2                          0x5
#define global MFVideoChromaSubsampling_MPEG1                          0x1
#define global MFVideoChromaSubsampling_DV_PAL                         0x6
#define global MFVideoChromaSubsampling_Cosited                        0x7
#define global MFVideoChromaSubsampling_Last                           0x8
#define global MFVideoChromaSubsampling_ForceDWORD                     0x7FFFFFFF