ホーム › Media.KernelStreaming › KS_AMPixAspectRatio
KS_AMPixAspectRatio
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| KS_PixAspectRatio_NTSC4x3 | 0 | 0x0 |
| KS_PixAspectRatio_NTSC16x9 | 1 | 0x1 |
| KS_PixAspectRatio_PAL4x3 | 2 | 0x2 |
| KS_PixAspectRatio_PAL16x9 | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 3enum 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