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

MFVideo3DFormat

列挙型
基底型i4

メンバー 4

名前10進16進
MFVideo3DSampleFormat_BaseView00x0
MFVideo3DSampleFormat_MultiView10x1
MFVideo3DSampleFormat_Packed_LeftRight20x2
MFVideo3DSampleFormat_Packed_TopBottom30x3

各言語での定義

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

typedef enum MFVideo3DFormat : int {
    MFVideo3DSampleFormat_BaseView = 0,
    MFVideo3DSampleFormat_MultiView = 1,
    MFVideo3DSampleFormat_Packed_LeftRight = 2,
    MFVideo3DSampleFormat_Packed_TopBottom = 3
} MFVideo3DFormat;
public enum MFVideo3DFormat : int
{
    MFVideo3DSampleFormat_BaseView = 0,
    MFVideo3DSampleFormat_MultiView = 1,
    MFVideo3DSampleFormat_Packed_LeftRight = 2,
    MFVideo3DSampleFormat_Packed_TopBottom = 3,
}
Public Enum MFVideo3DFormat As Integer
    MFVideo3DSampleFormat_BaseView = 0
    MFVideo3DSampleFormat_MultiView = 1
    MFVideo3DSampleFormat_Packed_LeftRight = 2
    MFVideo3DSampleFormat_Packed_TopBottom = 3
End Enum
import enum

class MFVideo3DFormat(enum.IntEnum):
    MFVideo3DSampleFormat_BaseView = 0
    MFVideo3DSampleFormat_MultiView = 1
    MFVideo3DSampleFormat_Packed_LeftRight = 2
    MFVideo3DSampleFormat_Packed_TopBottom = 3
// MFVideo3DFormat
pub const MFVideo3DSampleFormat_BaseView: i32 = 0;
pub const MFVideo3DSampleFormat_MultiView: i32 = 1;
pub const MFVideo3DSampleFormat_Packed_LeftRight: i32 = 2;
pub const MFVideo3DSampleFormat_Packed_TopBottom: i32 = 3;
// MFVideo3DFormat
const (
	MFVideo3DSampleFormat_BaseView int32 = 0
	MFVideo3DSampleFormat_MultiView int32 = 1
	MFVideo3DSampleFormat_Packed_LeftRight int32 = 2
	MFVideo3DSampleFormat_Packed_TopBottom int32 = 3
)
const
  MFVideo3DSampleFormat_BaseView = 0;
  MFVideo3DSampleFormat_MultiView = 1;
  MFVideo3DSampleFormat_Packed_LeftRight = 2;
  MFVideo3DSampleFormat_Packed_TopBottom = 3;
// MFVideo3DFormat
pub const MFVideo3DSampleFormat_BaseView: i32 = 0;
pub const MFVideo3DSampleFormat_MultiView: i32 = 1;
pub const MFVideo3DSampleFormat_Packed_LeftRight: i32 = 2;
pub const MFVideo3DSampleFormat_Packed_TopBottom: i32 = 3;
const
  MFVideo3DSampleFormat_BaseView* = 0
  MFVideo3DSampleFormat_MultiView* = 1
  MFVideo3DSampleFormat_Packed_LeftRight* = 2
  MFVideo3DSampleFormat_Packed_TopBottom* = 3
enum MFVideo3DFormat : int {
    MFVideo3DSampleFormat_BaseView = 0,
    MFVideo3DSampleFormat_MultiView = 1,
    MFVideo3DSampleFormat_Packed_LeftRight = 2,
    MFVideo3DSampleFormat_Packed_TopBottom = 3,
}
#define global MFVideo3DSampleFormat_BaseView         0x0
#define global MFVideo3DSampleFormat_MultiView        0x1
#define global MFVideo3DSampleFormat_Packed_LeftRight 0x2
#define global MFVideo3DSampleFormat_Packed_TopBottom 0x3