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

eAVEncMPAEmphasisType

列挙型
基底型i4

メンバー 4

名前10進16進
eAVEncMPAEmphasisType_None00x0
eAVEncMPAEmphasisType_50_1510x1
eAVEncMPAEmphasisType_Reserved20x2
eAVEncMPAEmphasisType_CCITT_J1730x3

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum eAVEncMPAEmphasisType : int {
    eAVEncMPAEmphasisType_None = 0,
    eAVEncMPAEmphasisType_50_15 = 1,
    eAVEncMPAEmphasisType_Reserved = 2,
    eAVEncMPAEmphasisType_CCITT_J17 = 3
} eAVEncMPAEmphasisType;
public enum eAVEncMPAEmphasisType : int
{
    eAVEncMPAEmphasisType_None = 0,
    eAVEncMPAEmphasisType_50_15 = 1,
    eAVEncMPAEmphasisType_Reserved = 2,
    eAVEncMPAEmphasisType_CCITT_J17 = 3,
}
Public Enum eAVEncMPAEmphasisType As Integer
    eAVEncMPAEmphasisType_None = 0
    eAVEncMPAEmphasisType_50_15 = 1
    eAVEncMPAEmphasisType_Reserved = 2
    eAVEncMPAEmphasisType_CCITT_J17 = 3
End Enum
import enum

class eAVEncMPAEmphasisType(enum.IntEnum):
    eAVEncMPAEmphasisType_None = 0
    eAVEncMPAEmphasisType_50_15 = 1
    eAVEncMPAEmphasisType_Reserved = 2
    eAVEncMPAEmphasisType_CCITT_J17 = 3
// eAVEncMPAEmphasisType
pub const eAVEncMPAEmphasisType_None: i32 = 0;
pub const eAVEncMPAEmphasisType_50_15: i32 = 1;
pub const eAVEncMPAEmphasisType_Reserved: i32 = 2;
pub const eAVEncMPAEmphasisType_CCITT_J17: i32 = 3;
// eAVEncMPAEmphasisType
const (
	eAVEncMPAEmphasisType_None int32 = 0
	eAVEncMPAEmphasisType_50_15 int32 = 1
	eAVEncMPAEmphasisType_Reserved int32 = 2
	eAVEncMPAEmphasisType_CCITT_J17 int32 = 3
)
const
  eAVEncMPAEmphasisType_None = 0;
  eAVEncMPAEmphasisType_50_15 = 1;
  eAVEncMPAEmphasisType_Reserved = 2;
  eAVEncMPAEmphasisType_CCITT_J17 = 3;
// eAVEncMPAEmphasisType
pub const eAVEncMPAEmphasisType_None: i32 = 0;
pub const eAVEncMPAEmphasisType_50_15: i32 = 1;
pub const eAVEncMPAEmphasisType_Reserved: i32 = 2;
pub const eAVEncMPAEmphasisType_CCITT_J17: i32 = 3;
const
  eAVEncMPAEmphasisType_None* = 0
  eAVEncMPAEmphasisType_50_15* = 1
  eAVEncMPAEmphasisType_Reserved* = 2
  eAVEncMPAEmphasisType_CCITT_J17* = 3
enum eAVEncMPAEmphasisType : int {
    eAVEncMPAEmphasisType_None = 0,
    eAVEncMPAEmphasisType_50_15 = 1,
    eAVEncMPAEmphasisType_Reserved = 2,
    eAVEncMPAEmphasisType_CCITT_J17 = 3,
}
#define global eAVEncMPAEmphasisType_None      0x0
#define global eAVEncMPAEmphasisType_50_15     0x1
#define global eAVEncMPAEmphasisType_Reserved  0x2
#define global eAVEncMPAEmphasisType_CCITT_J17 0x3