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