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

AM_MPEG2Profile

列挙型
基底型i4

メンバー 5

名前10進16進
AM_MPEG2Profile_Simple10x1
AM_MPEG2Profile_Main20x2
AM_MPEG2Profile_SNRScalable30x3
AM_MPEG2Profile_SpatiallyScalable40x4
AM_MPEG2Profile_High50x5

各言語での定義

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

typedef enum AM_MPEG2Profile : int {
    AM_MPEG2Profile_Simple = 1,
    AM_MPEG2Profile_Main = 2,
    AM_MPEG2Profile_SNRScalable = 3,
    AM_MPEG2Profile_SpatiallyScalable = 4,
    AM_MPEG2Profile_High = 5
} AM_MPEG2Profile;
public enum AM_MPEG2Profile : int
{
    AM_MPEG2Profile_Simple = 1,
    AM_MPEG2Profile_Main = 2,
    AM_MPEG2Profile_SNRScalable = 3,
    AM_MPEG2Profile_SpatiallyScalable = 4,
    AM_MPEG2Profile_High = 5,
}
Public Enum AM_MPEG2Profile As Integer
    AM_MPEG2Profile_Simple = 1
    AM_MPEG2Profile_Main = 2
    AM_MPEG2Profile_SNRScalable = 3
    AM_MPEG2Profile_SpatiallyScalable = 4
    AM_MPEG2Profile_High = 5
End Enum
import enum

class AM_MPEG2Profile(enum.IntEnum):
    AM_MPEG2Profile_Simple = 1
    AM_MPEG2Profile_Main = 2
    AM_MPEG2Profile_SNRScalable = 3
    AM_MPEG2Profile_SpatiallyScalable = 4
    AM_MPEG2Profile_High = 5
// AM_MPEG2Profile
pub const AM_MPEG2Profile_Simple: i32 = 1;
pub const AM_MPEG2Profile_Main: i32 = 2;
pub const AM_MPEG2Profile_SNRScalable: i32 = 3;
pub const AM_MPEG2Profile_SpatiallyScalable: i32 = 4;
pub const AM_MPEG2Profile_High: i32 = 5;
// AM_MPEG2Profile
const (
	AM_MPEG2Profile_Simple int32 = 1
	AM_MPEG2Profile_Main int32 = 2
	AM_MPEG2Profile_SNRScalable int32 = 3
	AM_MPEG2Profile_SpatiallyScalable int32 = 4
	AM_MPEG2Profile_High int32 = 5
)
const
  AM_MPEG2Profile_Simple = 1;
  AM_MPEG2Profile_Main = 2;
  AM_MPEG2Profile_SNRScalable = 3;
  AM_MPEG2Profile_SpatiallyScalable = 4;
  AM_MPEG2Profile_High = 5;
// AM_MPEG2Profile
pub const AM_MPEG2Profile_Simple: i32 = 1;
pub const AM_MPEG2Profile_Main: i32 = 2;
pub const AM_MPEG2Profile_SNRScalable: i32 = 3;
pub const AM_MPEG2Profile_SpatiallyScalable: i32 = 4;
pub const AM_MPEG2Profile_High: i32 = 5;
const
  AM_MPEG2Profile_Simple* = 1
  AM_MPEG2Profile_Main* = 2
  AM_MPEG2Profile_SNRScalable* = 3
  AM_MPEG2Profile_SpatiallyScalable* = 4
  AM_MPEG2Profile_High* = 5
enum AM_MPEG2Profile : int {
    AM_MPEG2Profile_Simple = 1,
    AM_MPEG2Profile_Main = 2,
    AM_MPEG2Profile_SNRScalable = 3,
    AM_MPEG2Profile_SpatiallyScalable = 4,
    AM_MPEG2Profile_High = 5,
}
#define global AM_MPEG2Profile_Simple            0x1
#define global AM_MPEG2Profile_Main              0x2
#define global AM_MPEG2Profile_SNRScalable       0x3
#define global AM_MPEG2Profile_SpatiallyScalable 0x4
#define global AM_MPEG2Profile_High              0x5