ホーム › Media.MediaFoundation › MFVideo3DFormat
MFVideo3DFormat
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| MFVideo3DSampleFormat_BaseView | 0 | 0x0 |
| MFVideo3DSampleFormat_MultiView | 1 | 0x1 |
| MFVideo3DSampleFormat_Packed_LeftRight | 2 | 0x2 |
| MFVideo3DSampleFormat_Packed_TopBottom | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 3enum 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