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

BDA_Comp_Flags

列挙型
基底型i4

メンバー 4

名前10進16進
BDACOMP_NOT_DEFINED00x0
BDACOMP_EXCLUDE_TS_FROM_TR10x1
BDACOMP_INCLUDE_LOCATOR_IN_TR20x2
BDACOMP_INCLUDE_COMPONENTS_IN_TR40x4

各言語での定義

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

typedef enum BDA_Comp_Flags : int {
    BDACOMP_NOT_DEFINED = 0,
    BDACOMP_EXCLUDE_TS_FROM_TR = 1,
    BDACOMP_INCLUDE_LOCATOR_IN_TR = 2,
    BDACOMP_INCLUDE_COMPONENTS_IN_TR = 4
} BDA_Comp_Flags;
public enum BDA_Comp_Flags : int
{
    BDACOMP_NOT_DEFINED = 0,
    BDACOMP_EXCLUDE_TS_FROM_TR = 1,
    BDACOMP_INCLUDE_LOCATOR_IN_TR = 2,
    BDACOMP_INCLUDE_COMPONENTS_IN_TR = 4,
}
Public Enum BDA_Comp_Flags As Integer
    BDACOMP_NOT_DEFINED = 0
    BDACOMP_EXCLUDE_TS_FROM_TR = 1
    BDACOMP_INCLUDE_LOCATOR_IN_TR = 2
    BDACOMP_INCLUDE_COMPONENTS_IN_TR = 4
End Enum
import enum

class BDA_Comp_Flags(enum.IntEnum):
    BDACOMP_NOT_DEFINED = 0
    BDACOMP_EXCLUDE_TS_FROM_TR = 1
    BDACOMP_INCLUDE_LOCATOR_IN_TR = 2
    BDACOMP_INCLUDE_COMPONENTS_IN_TR = 4
// BDA_Comp_Flags
pub const BDACOMP_NOT_DEFINED: i32 = 0;
pub const BDACOMP_EXCLUDE_TS_FROM_TR: i32 = 1;
pub const BDACOMP_INCLUDE_LOCATOR_IN_TR: i32 = 2;
pub const BDACOMP_INCLUDE_COMPONENTS_IN_TR: i32 = 4;
// BDA_Comp_Flags
const (
	BDACOMP_NOT_DEFINED int32 = 0
	BDACOMP_EXCLUDE_TS_FROM_TR int32 = 1
	BDACOMP_INCLUDE_LOCATOR_IN_TR int32 = 2
	BDACOMP_INCLUDE_COMPONENTS_IN_TR int32 = 4
)
const
  BDACOMP_NOT_DEFINED = 0;
  BDACOMP_EXCLUDE_TS_FROM_TR = 1;
  BDACOMP_INCLUDE_LOCATOR_IN_TR = 2;
  BDACOMP_INCLUDE_COMPONENTS_IN_TR = 4;
// BDA_Comp_Flags
pub const BDACOMP_NOT_DEFINED: i32 = 0;
pub const BDACOMP_EXCLUDE_TS_FROM_TR: i32 = 1;
pub const BDACOMP_INCLUDE_LOCATOR_IN_TR: i32 = 2;
pub const BDACOMP_INCLUDE_COMPONENTS_IN_TR: i32 = 4;
const
  BDACOMP_NOT_DEFINED* = 0
  BDACOMP_EXCLUDE_TS_FROM_TR* = 1
  BDACOMP_INCLUDE_LOCATOR_IN_TR* = 2
  BDACOMP_INCLUDE_COMPONENTS_IN_TR* = 4
enum BDA_Comp_Flags : int {
    BDACOMP_NOT_DEFINED = 0,
    BDACOMP_EXCLUDE_TS_FROM_TR = 1,
    BDACOMP_INCLUDE_LOCATOR_IN_TR = 2,
    BDACOMP_INCLUDE_COMPONENTS_IN_TR = 4,
}
#define global BDACOMP_NOT_DEFINED              0x0
#define global BDACOMP_EXCLUDE_TS_FROM_TR       0x1
#define global BDACOMP_INCLUDE_LOCATOR_IN_TR    0x2
#define global BDACOMP_INCLUDE_COMPONENTS_IN_TR 0x4