ホーム › Media.MediaFoundation › MFVideoSphericalProjectionMode
MFVideoSphericalProjectionMode
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| MFVideoSphericalProjectionMode_Spherical | 0 | 0x0 |
| MFVideoSphericalProjectionMode_Flat | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 1enum MFVideoSphericalProjectionMode : int {
MFVideoSphericalProjectionMode_Spherical = 0,
MFVideoSphericalProjectionMode_Flat = 1,
}#define global MFVideoSphericalProjectionMode_Spherical 0x0
#define global MFVideoSphericalProjectionMode_Flat 0x1