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

eAVEncVP9VProfile

列挙型
基底型i4

メンバー 4

名前10進16進
eAVEncVP9VProfile_unknown00x0
eAVEncVP9VProfile_420_810x1
eAVEncVP9VProfile_420_1020x2
eAVEncVP9VProfile_420_1230x3

各言語での定義

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