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

MFVideoSphericalProjectionMode

列挙型
基底型i4

メンバー 2

名前10進16進
MFVideoSphericalProjectionMode_Spherical00x0
MFVideoSphericalProjectionMode_Flat10x1

各言語での定義

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

typedef enum MFVideoSphericalProjectionMode : int {
    MFVideoSphericalProjectionMode_Spherical = 0,
    MFVideoSphericalProjectionMode_Flat = 1
} MFVideoSphericalProjectionMode;
public enum MFVideoSphericalProjectionMode : int
{
    MFVideoSphericalProjectionMode_Spherical = 0,
    MFVideoSphericalProjectionMode_Flat = 1,
}
Public Enum MFVideoSphericalProjectionMode As Integer
    MFVideoSphericalProjectionMode_Spherical = 0
    MFVideoSphericalProjectionMode_Flat = 1
End Enum
import enum

class MFVideoSphericalProjectionMode(enum.IntEnum):
    MFVideoSphericalProjectionMode_Spherical = 0
    MFVideoSphericalProjectionMode_Flat = 1
// MFVideoSphericalProjectionMode
pub const MFVideoSphericalProjectionMode_Spherical: i32 = 0;
pub const MFVideoSphericalProjectionMode_Flat: i32 = 1;
// MFVideoSphericalProjectionMode
const (
	MFVideoSphericalProjectionMode_Spherical int32 = 0
	MFVideoSphericalProjectionMode_Flat int32 = 1
)
const
  MFVideoSphericalProjectionMode_Spherical = 0;
  MFVideoSphericalProjectionMode_Flat = 1;
// MFVideoSphericalProjectionMode
pub const MFVideoSphericalProjectionMode_Spherical: i32 = 0;
pub const MFVideoSphericalProjectionMode_Flat: i32 = 1;
const
  MFVideoSphericalProjectionMode_Spherical* = 0
  MFVideoSphericalProjectionMode_Flat* = 1
enum MFVideoSphericalProjectionMode : int {
    MFVideoSphericalProjectionMode_Spherical = 0,
    MFVideoSphericalProjectionMode_Flat = 1,
}
#define global MFVideoSphericalProjectionMode_Spherical 0x0
#define global MFVideoSphericalProjectionMode_Flat      0x1