ホーム › Media.KernelStreaming › KS_MPEG2Profile
KS_MPEG2Profile
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| KS_MPEG2Profile_Simple | 0 | 0x0 |
| KS_MPEG2Profile_Main | 1 | 0x1 |
| KS_MPEG2Profile_SNRScalable | 2 | 0x2 |
| KS_MPEG2Profile_SpatiallyScalable | 3 | 0x3 |
| KS_MPEG2Profile_High | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum KS_MPEG2Profile : int {
KS_MPEG2Profile_Simple = 0,
KS_MPEG2Profile_Main = 1,
KS_MPEG2Profile_SNRScalable = 2,
KS_MPEG2Profile_SpatiallyScalable = 3,
KS_MPEG2Profile_High = 4
} KS_MPEG2Profile;public enum KS_MPEG2Profile : int
{
KS_MPEG2Profile_Simple = 0,
KS_MPEG2Profile_Main = 1,
KS_MPEG2Profile_SNRScalable = 2,
KS_MPEG2Profile_SpatiallyScalable = 3,
KS_MPEG2Profile_High = 4,
}Public Enum KS_MPEG2Profile As Integer
KS_MPEG2Profile_Simple = 0
KS_MPEG2Profile_Main = 1
KS_MPEG2Profile_SNRScalable = 2
KS_MPEG2Profile_SpatiallyScalable = 3
KS_MPEG2Profile_High = 4
End Enumimport enum
class KS_MPEG2Profile(enum.IntEnum):
KS_MPEG2Profile_Simple = 0
KS_MPEG2Profile_Main = 1
KS_MPEG2Profile_SNRScalable = 2
KS_MPEG2Profile_SpatiallyScalable = 3
KS_MPEG2Profile_High = 4// KS_MPEG2Profile
pub const KS_MPEG2Profile_Simple: i32 = 0;
pub const KS_MPEG2Profile_Main: i32 = 1;
pub const KS_MPEG2Profile_SNRScalable: i32 = 2;
pub const KS_MPEG2Profile_SpatiallyScalable: i32 = 3;
pub const KS_MPEG2Profile_High: i32 = 4;// KS_MPEG2Profile
const (
KS_MPEG2Profile_Simple int32 = 0
KS_MPEG2Profile_Main int32 = 1
KS_MPEG2Profile_SNRScalable int32 = 2
KS_MPEG2Profile_SpatiallyScalable int32 = 3
KS_MPEG2Profile_High int32 = 4
)const
KS_MPEG2Profile_Simple = 0;
KS_MPEG2Profile_Main = 1;
KS_MPEG2Profile_SNRScalable = 2;
KS_MPEG2Profile_SpatiallyScalable = 3;
KS_MPEG2Profile_High = 4;// KS_MPEG2Profile
pub const KS_MPEG2Profile_Simple: i32 = 0;
pub const KS_MPEG2Profile_Main: i32 = 1;
pub const KS_MPEG2Profile_SNRScalable: i32 = 2;
pub const KS_MPEG2Profile_SpatiallyScalable: i32 = 3;
pub const KS_MPEG2Profile_High: i32 = 4;const
KS_MPEG2Profile_Simple* = 0
KS_MPEG2Profile_Main* = 1
KS_MPEG2Profile_SNRScalable* = 2
KS_MPEG2Profile_SpatiallyScalable* = 3
KS_MPEG2Profile_High* = 4enum KS_MPEG2Profile : int {
KS_MPEG2Profile_Simple = 0,
KS_MPEG2Profile_Main = 1,
KS_MPEG2Profile_SNRScalable = 2,
KS_MPEG2Profile_SpatiallyScalable = 3,
KS_MPEG2Profile_High = 4,
}#define global KS_MPEG2Profile_Simple 0x0
#define global KS_MPEG2Profile_Main 0x1
#define global KS_MPEG2Profile_SNRScalable 0x2
#define global KS_MPEG2Profile_SpatiallyScalable 0x3
#define global KS_MPEG2Profile_High 0x4