ホーム › Media.DirectShow › AM_MPEG2Profile
AM_MPEG2Profile
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| AM_MPEG2Profile_Simple | 1 | 0x1 |
| AM_MPEG2Profile_Main | 2 | 0x2 |
| AM_MPEG2Profile_SNRScalable | 3 | 0x3 |
| AM_MPEG2Profile_SpatiallyScalable | 4 | 0x4 |
| AM_MPEG2Profile_High | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 5enum 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