ホーム › Media.MediaFoundation › MFVideoSphericalFormat
MFVideoSphericalFormat
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| MFVideoSphericalFormat_Unsupported | 0 | 0x0 |
| MFVideoSphericalFormat_Equirectangular | 1 | 0x1 |
| MFVideoSphericalFormat_CubeMap | 2 | 0x2 |
| MFVideoSphericalFormat_3DMesh | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum MFVideoSphericalFormat : int {
MFVideoSphericalFormat_Unsupported = 0,
MFVideoSphericalFormat_Equirectangular = 1,
MFVideoSphericalFormat_CubeMap = 2,
MFVideoSphericalFormat_3DMesh = 3
} MFVideoSphericalFormat;public enum MFVideoSphericalFormat : int
{
MFVideoSphericalFormat_Unsupported = 0,
MFVideoSphericalFormat_Equirectangular = 1,
MFVideoSphericalFormat_CubeMap = 2,
MFVideoSphericalFormat_3DMesh = 3,
}Public Enum MFVideoSphericalFormat As Integer
MFVideoSphericalFormat_Unsupported = 0
MFVideoSphericalFormat_Equirectangular = 1
MFVideoSphericalFormat_CubeMap = 2
MFVideoSphericalFormat_3DMesh = 3
End Enumimport enum
class MFVideoSphericalFormat(enum.IntEnum):
MFVideoSphericalFormat_Unsupported = 0
MFVideoSphericalFormat_Equirectangular = 1
MFVideoSphericalFormat_CubeMap = 2
MFVideoSphericalFormat_3DMesh = 3// MFVideoSphericalFormat
pub const MFVideoSphericalFormat_Unsupported: i32 = 0;
pub const MFVideoSphericalFormat_Equirectangular: i32 = 1;
pub const MFVideoSphericalFormat_CubeMap: i32 = 2;
pub const MFVideoSphericalFormat_3DMesh: i32 = 3;// MFVideoSphericalFormat
const (
MFVideoSphericalFormat_Unsupported int32 = 0
MFVideoSphericalFormat_Equirectangular int32 = 1
MFVideoSphericalFormat_CubeMap int32 = 2
MFVideoSphericalFormat_3DMesh int32 = 3
)const
MFVideoSphericalFormat_Unsupported = 0;
MFVideoSphericalFormat_Equirectangular = 1;
MFVideoSphericalFormat_CubeMap = 2;
MFVideoSphericalFormat_3DMesh = 3;// MFVideoSphericalFormat
pub const MFVideoSphericalFormat_Unsupported: i32 = 0;
pub const MFVideoSphericalFormat_Equirectangular: i32 = 1;
pub const MFVideoSphericalFormat_CubeMap: i32 = 2;
pub const MFVideoSphericalFormat_3DMesh: i32 = 3;const
MFVideoSphericalFormat_Unsupported* = 0
MFVideoSphericalFormat_Equirectangular* = 1
MFVideoSphericalFormat_CubeMap* = 2
MFVideoSphericalFormat_3DMesh* = 3enum MFVideoSphericalFormat : int {
MFVideoSphericalFormat_Unsupported = 0,
MFVideoSphericalFormat_Equirectangular = 1,
MFVideoSphericalFormat_CubeMap = 2,
MFVideoSphericalFormat_3DMesh = 3,
}#define global MFVideoSphericalFormat_Unsupported 0x0
#define global MFVideoSphericalFormat_Equirectangular 0x1
#define global MFVideoSphericalFormat_CubeMap 0x2
#define global MFVideoSphericalFormat_3DMesh 0x3