ホーム › Media.MediaFoundation › MFVideoRotationFormat
MFVideoRotationFormat
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| MFVideoRotationFormat_0 | 0 | 0x0 |
| MFVideoRotationFormat_90 | 90 | 0x5A |
| MFVideoRotationFormat_180 | 180 | 0xB4 |
| MFVideoRotationFormat_270 | 270 | 0x10E |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum MFVideoRotationFormat : int {
MFVideoRotationFormat_0 = 0,
MFVideoRotationFormat_90 = 90,
MFVideoRotationFormat_180 = 180,
MFVideoRotationFormat_270 = 270
} MFVideoRotationFormat;public enum MFVideoRotationFormat : int
{
MFVideoRotationFormat_0 = 0,
MFVideoRotationFormat_90 = 90,
MFVideoRotationFormat_180 = 180,
MFVideoRotationFormat_270 = 270,
}Public Enum MFVideoRotationFormat As Integer
MFVideoRotationFormat_0 = 0
MFVideoRotationFormat_90 = 90
MFVideoRotationFormat_180 = 180
MFVideoRotationFormat_270 = 270
End Enumimport enum
class MFVideoRotationFormat(enum.IntEnum):
MFVideoRotationFormat_0 = 0
MFVideoRotationFormat_90 = 90
MFVideoRotationFormat_180 = 180
MFVideoRotationFormat_270 = 270// MFVideoRotationFormat
pub const MFVideoRotationFormat_0: i32 = 0;
pub const MFVideoRotationFormat_90: i32 = 90;
pub const MFVideoRotationFormat_180: i32 = 180;
pub const MFVideoRotationFormat_270: i32 = 270;// MFVideoRotationFormat
const (
MFVideoRotationFormat_0 int32 = 0
MFVideoRotationFormat_90 int32 = 90
MFVideoRotationFormat_180 int32 = 180
MFVideoRotationFormat_270 int32 = 270
)const
MFVideoRotationFormat_0 = 0;
MFVideoRotationFormat_90 = 90;
MFVideoRotationFormat_180 = 180;
MFVideoRotationFormat_270 = 270;// MFVideoRotationFormat
pub const MFVideoRotationFormat_0: i32 = 0;
pub const MFVideoRotationFormat_90: i32 = 90;
pub const MFVideoRotationFormat_180: i32 = 180;
pub const MFVideoRotationFormat_270: i32 = 270;const
MFVideoRotationFormat_0* = 0
MFVideoRotationFormat_90* = 90
MFVideoRotationFormat_180* = 180
MFVideoRotationFormat_270* = 270enum MFVideoRotationFormat : int {
MFVideoRotationFormat_0 = 0,
MFVideoRotationFormat_90 = 90,
MFVideoRotationFormat_180 = 180,
MFVideoRotationFormat_270 = 270,
}#define global MFVideoRotationFormat_0 0x0
#define global MFVideoRotationFormat_90 0x5A
#define global MFVideoRotationFormat_180 0xB4
#define global MFVideoRotationFormat_270 0x10E