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

KS_AMPixAspectRatio

列挙型
基底型i4

メンバー 4

名前10進16進
KS_PixAspectRatio_NTSC4x300x0
KS_PixAspectRatio_NTSC16x910x1
KS_PixAspectRatio_PAL4x320x2
KS_PixAspectRatio_PAL16x930x3

各言語での定義

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

typedef enum KS_AMPixAspectRatio : int {
    KS_PixAspectRatio_NTSC4x3 = 0,
    KS_PixAspectRatio_NTSC16x9 = 1,
    KS_PixAspectRatio_PAL4x3 = 2,
    KS_PixAspectRatio_PAL16x9 = 3
} KS_AMPixAspectRatio;
public enum KS_AMPixAspectRatio : int
{
    KS_PixAspectRatio_NTSC4x3 = 0,
    KS_PixAspectRatio_NTSC16x9 = 1,
    KS_PixAspectRatio_PAL4x3 = 2,
    KS_PixAspectRatio_PAL16x9 = 3,
}
Public Enum KS_AMPixAspectRatio As Integer
    KS_PixAspectRatio_NTSC4x3 = 0
    KS_PixAspectRatio_NTSC16x9 = 1
    KS_PixAspectRatio_PAL4x3 = 2
    KS_PixAspectRatio_PAL16x9 = 3
End Enum
import enum

class KS_AMPixAspectRatio(enum.IntEnum):
    KS_PixAspectRatio_NTSC4x3 = 0
    KS_PixAspectRatio_NTSC16x9 = 1
    KS_PixAspectRatio_PAL4x3 = 2
    KS_PixAspectRatio_PAL16x9 = 3
// KS_AMPixAspectRatio
pub const KS_PixAspectRatio_NTSC4x3: i32 = 0;
pub const KS_PixAspectRatio_NTSC16x9: i32 = 1;
pub const KS_PixAspectRatio_PAL4x3: i32 = 2;
pub const KS_PixAspectRatio_PAL16x9: i32 = 3;
// KS_AMPixAspectRatio
const (
	KS_PixAspectRatio_NTSC4x3 int32 = 0
	KS_PixAspectRatio_NTSC16x9 int32 = 1
	KS_PixAspectRatio_PAL4x3 int32 = 2
	KS_PixAspectRatio_PAL16x9 int32 = 3
)
const
  KS_PixAspectRatio_NTSC4x3 = 0;
  KS_PixAspectRatio_NTSC16x9 = 1;
  KS_PixAspectRatio_PAL4x3 = 2;
  KS_PixAspectRatio_PAL16x9 = 3;
// KS_AMPixAspectRatio
pub const KS_PixAspectRatio_NTSC4x3: i32 = 0;
pub const KS_PixAspectRatio_NTSC16x9: i32 = 1;
pub const KS_PixAspectRatio_PAL4x3: i32 = 2;
pub const KS_PixAspectRatio_PAL16x9: i32 = 3;
const
  KS_PixAspectRatio_NTSC4x3* = 0
  KS_PixAspectRatio_NTSC16x9* = 1
  KS_PixAspectRatio_PAL4x3* = 2
  KS_PixAspectRatio_PAL16x9* = 3
enum KS_AMPixAspectRatio : int {
    KS_PixAspectRatio_NTSC4x3 = 0,
    KS_PixAspectRatio_NTSC16x9 = 1,
    KS_PixAspectRatio_PAL4x3 = 2,
    KS_PixAspectRatio_PAL16x9 = 3,
}
#define global KS_PixAspectRatio_NTSC4x3  0x0
#define global KS_PixAspectRatio_NTSC16x9 0x1
#define global KS_PixAspectRatio_PAL4x3   0x2
#define global KS_PixAspectRatio_PAL16x9  0x3