ホーム › Media.DirectShow › BDA_Comp_Flags
BDA_Comp_Flags
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| BDACOMP_NOT_DEFINED | 0 | 0x0 |
| BDACOMP_EXCLUDE_TS_FROM_TR | 1 | 0x1 |
| BDACOMP_INCLUDE_LOCATOR_IN_TR | 2 | 0x2 |
| BDACOMP_INCLUDE_COMPONENTS_IN_TR | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 4enum 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