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

eAVEncVideoContentType

列挙型
基底型i4

メンバー 2

名前10進16進
eAVEncVideoContentType_Unknown00x0
eAVEncVideoContentType_FixedCameraAngle10x1

各言語での定義

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

typedef enum eAVEncVideoContentType : int {
    eAVEncVideoContentType_Unknown = 0,
    eAVEncVideoContentType_FixedCameraAngle = 1
} eAVEncVideoContentType;
public enum eAVEncVideoContentType : int
{
    eAVEncVideoContentType_Unknown = 0,
    eAVEncVideoContentType_FixedCameraAngle = 1,
}
Public Enum eAVEncVideoContentType As Integer
    eAVEncVideoContentType_Unknown = 0
    eAVEncVideoContentType_FixedCameraAngle = 1
End Enum
import enum

class eAVEncVideoContentType(enum.IntEnum):
    eAVEncVideoContentType_Unknown = 0
    eAVEncVideoContentType_FixedCameraAngle = 1
// eAVEncVideoContentType
pub const eAVEncVideoContentType_Unknown: i32 = 0;
pub const eAVEncVideoContentType_FixedCameraAngle: i32 = 1;
// eAVEncVideoContentType
const (
	eAVEncVideoContentType_Unknown int32 = 0
	eAVEncVideoContentType_FixedCameraAngle int32 = 1
)
const
  eAVEncVideoContentType_Unknown = 0;
  eAVEncVideoContentType_FixedCameraAngle = 1;
// eAVEncVideoContentType
pub const eAVEncVideoContentType_Unknown: i32 = 0;
pub const eAVEncVideoContentType_FixedCameraAngle: i32 = 1;
const
  eAVEncVideoContentType_Unknown* = 0
  eAVEncVideoContentType_FixedCameraAngle* = 1
enum eAVEncVideoContentType : int {
    eAVEncVideoContentType_Unknown = 0,
    eAVEncVideoContentType_FixedCameraAngle = 1,
}
#define global eAVEncVideoContentType_Unknown          0x0
#define global eAVEncVideoContentType_FixedCameraAngle 0x1