ホーム › Media.DirectShow › COPP_ConnectorType
COPP_ConnectorType
列挙型メンバー 12
| 名前 | 10進 | 16進 |
|---|---|---|
| COPP_ConnectorType_Unknown | -1 | 0xFFFFFFFF |
| COPP_ConnectorType_VGA | 0 | 0x0 |
| COPP_ConnectorType_SVideo | 1 | 0x1 |
| COPP_ConnectorType_CompositeVideo | 2 | 0x2 |
| COPP_ConnectorType_ComponentVideo | 3 | 0x3 |
| COPP_ConnectorType_DVI | 4 | 0x4 |
| COPP_ConnectorType_HDMI | 5 | 0x5 |
| COPP_ConnectorType_LVDS | 6 | 0x6 |
| COPP_ConnectorType_TMDS | 7 | 0x7 |
| COPP_ConnectorType_D_JPN | 8 | 0x8 |
| COPP_ConnectorType_Internal | -2147483648 | 0x80000000 |
| COPP_ConnectorType_ForceDWORD | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum COPP_ConnectorType : int {
COPP_ConnectorType_Unknown = -1,
COPP_ConnectorType_VGA = 0,
COPP_ConnectorType_SVideo = 1,
COPP_ConnectorType_CompositeVideo = 2,
COPP_ConnectorType_ComponentVideo = 3,
COPP_ConnectorType_DVI = 4,
COPP_ConnectorType_HDMI = 5,
COPP_ConnectorType_LVDS = 6,
COPP_ConnectorType_TMDS = 7,
COPP_ConnectorType_D_JPN = 8,
COPP_ConnectorType_Internal = -2147483648,
COPP_ConnectorType_ForceDWORD = 2147483647
} COPP_ConnectorType;public enum COPP_ConnectorType : int
{
COPP_ConnectorType_Unknown = -1,
COPP_ConnectorType_VGA = 0,
COPP_ConnectorType_SVideo = 1,
COPP_ConnectorType_CompositeVideo = 2,
COPP_ConnectorType_ComponentVideo = 3,
COPP_ConnectorType_DVI = 4,
COPP_ConnectorType_HDMI = 5,
COPP_ConnectorType_LVDS = 6,
COPP_ConnectorType_TMDS = 7,
COPP_ConnectorType_D_JPN = 8,
COPP_ConnectorType_Internal = -2147483648,
COPP_ConnectorType_ForceDWORD = 2147483647,
}Public Enum COPP_ConnectorType As Integer
COPP_ConnectorType_Unknown = -1
COPP_ConnectorType_VGA = 0
COPP_ConnectorType_SVideo = 1
COPP_ConnectorType_CompositeVideo = 2
COPP_ConnectorType_ComponentVideo = 3
COPP_ConnectorType_DVI = 4
COPP_ConnectorType_HDMI = 5
COPP_ConnectorType_LVDS = 6
COPP_ConnectorType_TMDS = 7
COPP_ConnectorType_D_JPN = 8
COPP_ConnectorType_Internal = -2147483648
COPP_ConnectorType_ForceDWORD = 2147483647
End Enumimport enum
class COPP_ConnectorType(enum.IntEnum):
COPP_ConnectorType_Unknown = -1
COPP_ConnectorType_VGA = 0
COPP_ConnectorType_SVideo = 1
COPP_ConnectorType_CompositeVideo = 2
COPP_ConnectorType_ComponentVideo = 3
COPP_ConnectorType_DVI = 4
COPP_ConnectorType_HDMI = 5
COPP_ConnectorType_LVDS = 6
COPP_ConnectorType_TMDS = 7
COPP_ConnectorType_D_JPN = 8
COPP_ConnectorType_Internal = -2147483648
COPP_ConnectorType_ForceDWORD = 2147483647// COPP_ConnectorType
pub const COPP_ConnectorType_Unknown: i32 = -1;
pub const COPP_ConnectorType_VGA: i32 = 0;
pub const COPP_ConnectorType_SVideo: i32 = 1;
pub const COPP_ConnectorType_CompositeVideo: i32 = 2;
pub const COPP_ConnectorType_ComponentVideo: i32 = 3;
pub const COPP_ConnectorType_DVI: i32 = 4;
pub const COPP_ConnectorType_HDMI: i32 = 5;
pub const COPP_ConnectorType_LVDS: i32 = 6;
pub const COPP_ConnectorType_TMDS: i32 = 7;
pub const COPP_ConnectorType_D_JPN: i32 = 8;
pub const COPP_ConnectorType_Internal: i32 = -2147483648;
pub const COPP_ConnectorType_ForceDWORD: i32 = 2147483647;// COPP_ConnectorType
const (
COPP_ConnectorType_Unknown int32 = -1
COPP_ConnectorType_VGA int32 = 0
COPP_ConnectorType_SVideo int32 = 1
COPP_ConnectorType_CompositeVideo int32 = 2
COPP_ConnectorType_ComponentVideo int32 = 3
COPP_ConnectorType_DVI int32 = 4
COPP_ConnectorType_HDMI int32 = 5
COPP_ConnectorType_LVDS int32 = 6
COPP_ConnectorType_TMDS int32 = 7
COPP_ConnectorType_D_JPN int32 = 8
COPP_ConnectorType_Internal int32 = -2147483648
COPP_ConnectorType_ForceDWORD int32 = 2147483647
)const
COPP_ConnectorType_Unknown = -1;
COPP_ConnectorType_VGA = 0;
COPP_ConnectorType_SVideo = 1;
COPP_ConnectorType_CompositeVideo = 2;
COPP_ConnectorType_ComponentVideo = 3;
COPP_ConnectorType_DVI = 4;
COPP_ConnectorType_HDMI = 5;
COPP_ConnectorType_LVDS = 6;
COPP_ConnectorType_TMDS = 7;
COPP_ConnectorType_D_JPN = 8;
COPP_ConnectorType_Internal = -2147483648;
COPP_ConnectorType_ForceDWORD = 2147483647;// COPP_ConnectorType
pub const COPP_ConnectorType_Unknown: i32 = -1;
pub const COPP_ConnectorType_VGA: i32 = 0;
pub const COPP_ConnectorType_SVideo: i32 = 1;
pub const COPP_ConnectorType_CompositeVideo: i32 = 2;
pub const COPP_ConnectorType_ComponentVideo: i32 = 3;
pub const COPP_ConnectorType_DVI: i32 = 4;
pub const COPP_ConnectorType_HDMI: i32 = 5;
pub const COPP_ConnectorType_LVDS: i32 = 6;
pub const COPP_ConnectorType_TMDS: i32 = 7;
pub const COPP_ConnectorType_D_JPN: i32 = 8;
pub const COPP_ConnectorType_Internal: i32 = -2147483648;
pub const COPP_ConnectorType_ForceDWORD: i32 = 2147483647;const
COPP_ConnectorType_Unknown* = -1
COPP_ConnectorType_VGA* = 0
COPP_ConnectorType_SVideo* = 1
COPP_ConnectorType_CompositeVideo* = 2
COPP_ConnectorType_ComponentVideo* = 3
COPP_ConnectorType_DVI* = 4
COPP_ConnectorType_HDMI* = 5
COPP_ConnectorType_LVDS* = 6
COPP_ConnectorType_TMDS* = 7
COPP_ConnectorType_D_JPN* = 8
COPP_ConnectorType_Internal* = -2147483648
COPP_ConnectorType_ForceDWORD* = 2147483647enum COPP_ConnectorType : int {
COPP_ConnectorType_Unknown = -1,
COPP_ConnectorType_VGA = 0,
COPP_ConnectorType_SVideo = 1,
COPP_ConnectorType_CompositeVideo = 2,
COPP_ConnectorType_ComponentVideo = 3,
COPP_ConnectorType_DVI = 4,
COPP_ConnectorType_HDMI = 5,
COPP_ConnectorType_LVDS = 6,
COPP_ConnectorType_TMDS = 7,
COPP_ConnectorType_D_JPN = 8,
COPP_ConnectorType_Internal = -2147483648,
COPP_ConnectorType_ForceDWORD = 2147483647,
}#define global COPP_ConnectorType_Unknown 0xFFFFFFFF
#define global COPP_ConnectorType_VGA 0x0
#define global COPP_ConnectorType_SVideo 0x1
#define global COPP_ConnectorType_CompositeVideo 0x2
#define global COPP_ConnectorType_ComponentVideo 0x3
#define global COPP_ConnectorType_DVI 0x4
#define global COPP_ConnectorType_HDMI 0x5
#define global COPP_ConnectorType_LVDS 0x6
#define global COPP_ConnectorType_TMDS 0x7
#define global COPP_ConnectorType_D_JPN 0x8
#define global COPP_ConnectorType_Internal 0x80000000
#define global COPP_ConnectorType_ForceDWORD 0x7FFFFFFF