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

eAVEncInputVideoSystem

列挙型
基底型i4

メンバー 7

名前10進16進
eAVEncInputVideoSystem_Unspecified00x0
eAVEncInputVideoSystem_PAL10x1
eAVEncInputVideoSystem_NTSC20x2
eAVEncInputVideoSystem_SECAM30x3
eAVEncInputVideoSystem_MAC40x4
eAVEncInputVideoSystem_HDV50x5
eAVEncInputVideoSystem_Component60x6

各言語での定義

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

typedef enum eAVEncInputVideoSystem : int {
    eAVEncInputVideoSystem_Unspecified = 0,
    eAVEncInputVideoSystem_PAL = 1,
    eAVEncInputVideoSystem_NTSC = 2,
    eAVEncInputVideoSystem_SECAM = 3,
    eAVEncInputVideoSystem_MAC = 4,
    eAVEncInputVideoSystem_HDV = 5,
    eAVEncInputVideoSystem_Component = 6
} eAVEncInputVideoSystem;
public enum eAVEncInputVideoSystem : int
{
    eAVEncInputVideoSystem_Unspecified = 0,
    eAVEncInputVideoSystem_PAL = 1,
    eAVEncInputVideoSystem_NTSC = 2,
    eAVEncInputVideoSystem_SECAM = 3,
    eAVEncInputVideoSystem_MAC = 4,
    eAVEncInputVideoSystem_HDV = 5,
    eAVEncInputVideoSystem_Component = 6,
}
Public Enum eAVEncInputVideoSystem As Integer
    eAVEncInputVideoSystem_Unspecified = 0
    eAVEncInputVideoSystem_PAL = 1
    eAVEncInputVideoSystem_NTSC = 2
    eAVEncInputVideoSystem_SECAM = 3
    eAVEncInputVideoSystem_MAC = 4
    eAVEncInputVideoSystem_HDV = 5
    eAVEncInputVideoSystem_Component = 6
End Enum
import enum

class eAVEncInputVideoSystem(enum.IntEnum):
    eAVEncInputVideoSystem_Unspecified = 0
    eAVEncInputVideoSystem_PAL = 1
    eAVEncInputVideoSystem_NTSC = 2
    eAVEncInputVideoSystem_SECAM = 3
    eAVEncInputVideoSystem_MAC = 4
    eAVEncInputVideoSystem_HDV = 5
    eAVEncInputVideoSystem_Component = 6
// eAVEncInputVideoSystem
pub const eAVEncInputVideoSystem_Unspecified: i32 = 0;
pub const eAVEncInputVideoSystem_PAL: i32 = 1;
pub const eAVEncInputVideoSystem_NTSC: i32 = 2;
pub const eAVEncInputVideoSystem_SECAM: i32 = 3;
pub const eAVEncInputVideoSystem_MAC: i32 = 4;
pub const eAVEncInputVideoSystem_HDV: i32 = 5;
pub const eAVEncInputVideoSystem_Component: i32 = 6;
// eAVEncInputVideoSystem
const (
	eAVEncInputVideoSystem_Unspecified int32 = 0
	eAVEncInputVideoSystem_PAL int32 = 1
	eAVEncInputVideoSystem_NTSC int32 = 2
	eAVEncInputVideoSystem_SECAM int32 = 3
	eAVEncInputVideoSystem_MAC int32 = 4
	eAVEncInputVideoSystem_HDV int32 = 5
	eAVEncInputVideoSystem_Component int32 = 6
)
const
  eAVEncInputVideoSystem_Unspecified = 0;
  eAVEncInputVideoSystem_PAL = 1;
  eAVEncInputVideoSystem_NTSC = 2;
  eAVEncInputVideoSystem_SECAM = 3;
  eAVEncInputVideoSystem_MAC = 4;
  eAVEncInputVideoSystem_HDV = 5;
  eAVEncInputVideoSystem_Component = 6;
// eAVEncInputVideoSystem
pub const eAVEncInputVideoSystem_Unspecified: i32 = 0;
pub const eAVEncInputVideoSystem_PAL: i32 = 1;
pub const eAVEncInputVideoSystem_NTSC: i32 = 2;
pub const eAVEncInputVideoSystem_SECAM: i32 = 3;
pub const eAVEncInputVideoSystem_MAC: i32 = 4;
pub const eAVEncInputVideoSystem_HDV: i32 = 5;
pub const eAVEncInputVideoSystem_Component: i32 = 6;
const
  eAVEncInputVideoSystem_Unspecified* = 0
  eAVEncInputVideoSystem_PAL* = 1
  eAVEncInputVideoSystem_NTSC* = 2
  eAVEncInputVideoSystem_SECAM* = 3
  eAVEncInputVideoSystem_MAC* = 4
  eAVEncInputVideoSystem_HDV* = 5
  eAVEncInputVideoSystem_Component* = 6
enum eAVEncInputVideoSystem : int {
    eAVEncInputVideoSystem_Unspecified = 0,
    eAVEncInputVideoSystem_PAL = 1,
    eAVEncInputVideoSystem_NTSC = 2,
    eAVEncInputVideoSystem_SECAM = 3,
    eAVEncInputVideoSystem_MAC = 4,
    eAVEncInputVideoSystem_HDV = 5,
    eAVEncInputVideoSystem_Component = 6,
}
#define global eAVEncInputVideoSystem_Unspecified 0x0
#define global eAVEncInputVideoSystem_PAL         0x1
#define global eAVEncInputVideoSystem_NTSC        0x2
#define global eAVEncInputVideoSystem_SECAM       0x3
#define global eAVEncInputVideoSystem_MAC         0x4
#define global eAVEncInputVideoSystem_HDV         0x5
#define global eAVEncInputVideoSystem_Component   0x6