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

COPP_ImageAspectRatio_EN300294

列挙型
基底型i4

メンバー 9

名前10進16進
COPP_AspectRatio_EN300294_FullFormat4by300x0
COPP_AspectRatio_EN300294_Box14by9Center10x1
COPP_AspectRatio_EN300294_Box14by9Top20x2
COPP_AspectRatio_EN300294_Box16by9Center30x3
COPP_AspectRatio_EN300294_Box16by9Top40x4
COPP_AspectRatio_EN300294_BoxGT16by9Center50x5
COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter60x6
COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic70x7
COPP_AspectRatio_ForceDWORD21474836470x7FFFFFFF

各言語での定義

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

typedef enum COPP_ImageAspectRatio_EN300294 : int {
    COPP_AspectRatio_EN300294_FullFormat4by3 = 0,
    COPP_AspectRatio_EN300294_Box14by9Center = 1,
    COPP_AspectRatio_EN300294_Box14by9Top = 2,
    COPP_AspectRatio_EN300294_Box16by9Center = 3,
    COPP_AspectRatio_EN300294_Box16by9Top = 4,
    COPP_AspectRatio_EN300294_BoxGT16by9Center = 5,
    COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6,
    COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7,
    COPP_AspectRatio_ForceDWORD = 2147483647
} COPP_ImageAspectRatio_EN300294;
public enum COPP_ImageAspectRatio_EN300294 : int
{
    COPP_AspectRatio_EN300294_FullFormat4by3 = 0,
    COPP_AspectRatio_EN300294_Box14by9Center = 1,
    COPP_AspectRatio_EN300294_Box14by9Top = 2,
    COPP_AspectRatio_EN300294_Box16by9Center = 3,
    COPP_AspectRatio_EN300294_Box16by9Top = 4,
    COPP_AspectRatio_EN300294_BoxGT16by9Center = 5,
    COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6,
    COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7,
    COPP_AspectRatio_ForceDWORD = 2147483647,
}
Public Enum COPP_ImageAspectRatio_EN300294 As Integer
    COPP_AspectRatio_EN300294_FullFormat4by3 = 0
    COPP_AspectRatio_EN300294_Box14by9Center = 1
    COPP_AspectRatio_EN300294_Box14by9Top = 2
    COPP_AspectRatio_EN300294_Box16by9Center = 3
    COPP_AspectRatio_EN300294_Box16by9Top = 4
    COPP_AspectRatio_EN300294_BoxGT16by9Center = 5
    COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6
    COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7
    COPP_AspectRatio_ForceDWORD = 2147483647
End Enum
import enum

class COPP_ImageAspectRatio_EN300294(enum.IntEnum):
    COPP_AspectRatio_EN300294_FullFormat4by3 = 0
    COPP_AspectRatio_EN300294_Box14by9Center = 1
    COPP_AspectRatio_EN300294_Box14by9Top = 2
    COPP_AspectRatio_EN300294_Box16by9Center = 3
    COPP_AspectRatio_EN300294_Box16by9Top = 4
    COPP_AspectRatio_EN300294_BoxGT16by9Center = 5
    COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6
    COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7
    COPP_AspectRatio_ForceDWORD = 2147483647
// COPP_ImageAspectRatio_EN300294
pub const COPP_AspectRatio_EN300294_FullFormat4by3: i32 = 0;
pub const COPP_AspectRatio_EN300294_Box14by9Center: i32 = 1;
pub const COPP_AspectRatio_EN300294_Box14by9Top: i32 = 2;
pub const COPP_AspectRatio_EN300294_Box16by9Center: i32 = 3;
pub const COPP_AspectRatio_EN300294_Box16by9Top: i32 = 4;
pub const COPP_AspectRatio_EN300294_BoxGT16by9Center: i32 = 5;
pub const COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter: i32 = 6;
pub const COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic: i32 = 7;
pub const COPP_AspectRatio_ForceDWORD: i32 = 2147483647;
// COPP_ImageAspectRatio_EN300294
const (
	COPP_AspectRatio_EN300294_FullFormat4by3 int32 = 0
	COPP_AspectRatio_EN300294_Box14by9Center int32 = 1
	COPP_AspectRatio_EN300294_Box14by9Top int32 = 2
	COPP_AspectRatio_EN300294_Box16by9Center int32 = 3
	COPP_AspectRatio_EN300294_Box16by9Top int32 = 4
	COPP_AspectRatio_EN300294_BoxGT16by9Center int32 = 5
	COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter int32 = 6
	COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic int32 = 7
	COPP_AspectRatio_ForceDWORD int32 = 2147483647
)
const
  COPP_AspectRatio_EN300294_FullFormat4by3 = 0;
  COPP_AspectRatio_EN300294_Box14by9Center = 1;
  COPP_AspectRatio_EN300294_Box14by9Top = 2;
  COPP_AspectRatio_EN300294_Box16by9Center = 3;
  COPP_AspectRatio_EN300294_Box16by9Top = 4;
  COPP_AspectRatio_EN300294_BoxGT16by9Center = 5;
  COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6;
  COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7;
  COPP_AspectRatio_ForceDWORD = 2147483647;
// COPP_ImageAspectRatio_EN300294
pub const COPP_AspectRatio_EN300294_FullFormat4by3: i32 = 0;
pub const COPP_AspectRatio_EN300294_Box14by9Center: i32 = 1;
pub const COPP_AspectRatio_EN300294_Box14by9Top: i32 = 2;
pub const COPP_AspectRatio_EN300294_Box16by9Center: i32 = 3;
pub const COPP_AspectRatio_EN300294_Box16by9Top: i32 = 4;
pub const COPP_AspectRatio_EN300294_BoxGT16by9Center: i32 = 5;
pub const COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter: i32 = 6;
pub const COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic: i32 = 7;
pub const COPP_AspectRatio_ForceDWORD: i32 = 2147483647;
const
  COPP_AspectRatio_EN300294_FullFormat4by3* = 0
  COPP_AspectRatio_EN300294_Box14by9Center* = 1
  COPP_AspectRatio_EN300294_Box14by9Top* = 2
  COPP_AspectRatio_EN300294_Box16by9Center* = 3
  COPP_AspectRatio_EN300294_Box16by9Top* = 4
  COPP_AspectRatio_EN300294_BoxGT16by9Center* = 5
  COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter* = 6
  COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic* = 7
  COPP_AspectRatio_ForceDWORD* = 2147483647
enum COPP_ImageAspectRatio_EN300294 : int {
    COPP_AspectRatio_EN300294_FullFormat4by3 = 0,
    COPP_AspectRatio_EN300294_Box14by9Center = 1,
    COPP_AspectRatio_EN300294_Box14by9Top = 2,
    COPP_AspectRatio_EN300294_Box16by9Center = 3,
    COPP_AspectRatio_EN300294_Box16by9Top = 4,
    COPP_AspectRatio_EN300294_BoxGT16by9Center = 5,
    COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter = 6,
    COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic = 7,
    COPP_AspectRatio_ForceDWORD = 2147483647,
}
#define global COPP_AspectRatio_EN300294_FullFormat4by3                0x0
#define global COPP_AspectRatio_EN300294_Box14by9Center                0x1
#define global COPP_AspectRatio_EN300294_Box14by9Top                   0x2
#define global COPP_AspectRatio_EN300294_Box16by9Center                0x3
#define global COPP_AspectRatio_EN300294_Box16by9Top                   0x4
#define global COPP_AspectRatio_EN300294_BoxGT16by9Center              0x5
#define global COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter 0x6
#define global COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic     0x7
#define global COPP_AspectRatio_ForceDWORD                             0x7FFFFFFF