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

eAVEncMuxOutput

列挙型
基底型i4

メンバー 3

名前10進16進
eAVEncMuxOutputAuto00x0
eAVEncMuxOutputPS10x1
eAVEncMuxOutputTS20x2

各言語での定義

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

typedef enum eAVEncMuxOutput : int {
    eAVEncMuxOutputAuto = 0,
    eAVEncMuxOutputPS = 1,
    eAVEncMuxOutputTS = 2
} eAVEncMuxOutput;
public enum eAVEncMuxOutput : int
{
    eAVEncMuxOutputAuto = 0,
    eAVEncMuxOutputPS = 1,
    eAVEncMuxOutputTS = 2,
}
Public Enum eAVEncMuxOutput As Integer
    eAVEncMuxOutputAuto = 0
    eAVEncMuxOutputPS = 1
    eAVEncMuxOutputTS = 2
End Enum
import enum

class eAVEncMuxOutput(enum.IntEnum):
    eAVEncMuxOutputAuto = 0
    eAVEncMuxOutputPS = 1
    eAVEncMuxOutputTS = 2
// eAVEncMuxOutput
pub const eAVEncMuxOutputAuto: i32 = 0;
pub const eAVEncMuxOutputPS: i32 = 1;
pub const eAVEncMuxOutputTS: i32 = 2;
// eAVEncMuxOutput
const (
	eAVEncMuxOutputAuto int32 = 0
	eAVEncMuxOutputPS int32 = 1
	eAVEncMuxOutputTS int32 = 2
)
const
  eAVEncMuxOutputAuto = 0;
  eAVEncMuxOutputPS = 1;
  eAVEncMuxOutputTS = 2;
// eAVEncMuxOutput
pub const eAVEncMuxOutputAuto: i32 = 0;
pub const eAVEncMuxOutputPS: i32 = 1;
pub const eAVEncMuxOutputTS: i32 = 2;
const
  eAVEncMuxOutputAuto* = 0
  eAVEncMuxOutputPS* = 1
  eAVEncMuxOutputTS* = 2
enum eAVEncMuxOutput : int {
    eAVEncMuxOutputAuto = 0,
    eAVEncMuxOutputPS = 1,
    eAVEncMuxOutputTS = 2,
}
#define global eAVEncMuxOutputAuto 0x0
#define global eAVEncMuxOutputPS   0x1
#define global eAVEncMuxOutputTS   0x2