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

KS_MPEG2Profile

列挙型
基底型i4

メンバー 5

名前10進16進
KS_MPEG2Profile_Simple00x0
KS_MPEG2Profile_Main10x1
KS_MPEG2Profile_SNRScalable20x2
KS_MPEG2Profile_SpatiallyScalable30x3
KS_MPEG2Profile_High40x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
enum 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