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