ホーム › Media.DirectShow › _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
_AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
列挙型メンバー 1
| 名前 | 10進 | 16進 |
|---|---|---|
| AM_PIN_FLOW_CONTROL_BLOCK | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS : int {
AM_PIN_FLOW_CONTROL_BLOCK = 1
} _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS;public enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS : int
{
AM_PIN_FLOW_CONTROL_BLOCK = 1,
}Public Enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS As Integer
AM_PIN_FLOW_CONTROL_BLOCK = 1
End Enumimport enum
class _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS(enum.IntEnum):
AM_PIN_FLOW_CONTROL_BLOCK = 1// _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
pub const AM_PIN_FLOW_CONTROL_BLOCK: i32 = 1;// _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
const (
AM_PIN_FLOW_CONTROL_BLOCK int32 = 1
)const
AM_PIN_FLOW_CONTROL_BLOCK = 1;// _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
pub const AM_PIN_FLOW_CONTROL_BLOCK: i32 = 1;const
AM_PIN_FLOW_CONTROL_BLOCK* = 1enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS : int {
AM_PIN_FLOW_CONTROL_BLOCK = 1,
}#define global AM_PIN_FLOW_CONTROL_BLOCK 0x1