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

COPP_ConnectorType

列挙型
基底型i4

メンバー 12

名前10進16進
COPP_ConnectorType_Unknown-10xFFFFFFFF
COPP_ConnectorType_VGA00x0
COPP_ConnectorType_SVideo10x1
COPP_ConnectorType_CompositeVideo20x2
COPP_ConnectorType_ComponentVideo30x3
COPP_ConnectorType_DVI40x4
COPP_ConnectorType_HDMI50x5
COPP_ConnectorType_LVDS60x6
COPP_ConnectorType_TMDS70x7
COPP_ConnectorType_D_JPN80x8
COPP_ConnectorType_Internal-21474836480x80000000
COPP_ConnectorType_ForceDWORD21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2147483647
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,
}
#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