Win32 API 日本語リファレンス
ホームMedia.MediaFoundation › eAVEncMPVProfile

eAVEncMPVProfile

列挙型
基底型i4

メンバー 5

名前10進16進
eAVEncMPVProfile_unknown00x0
eAVEncMPVProfile_Simple10x1
eAVEncMPVProfile_Main20x2
eAVEncMPVProfile_High30x3
eAVEncMPVProfile_42240x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
enum 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