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