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

MFVideoSphericalFormat

列挙型
基底型i4

メンバー 4

名前10進16進
MFVideoSphericalFormat_Unsupported00x0
MFVideoSphericalFormat_Equirectangular10x1
MFVideoSphericalFormat_CubeMap20x2
MFVideoSphericalFormat_3DMesh30x3

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 3
enum 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