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

CRID_LOCATION

列挙型
基底型i4

メンバー 4

名前10進16進
CRID_LOCATION_IN_DESCRIPTOR00x0
CRID_LOCATION_IN_CIT10x1
CRID_LOCATION_DVB_RESERVED120x2
CRID_LOCATION_DVB_RESERVED230x3

各言語での定義

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

typedef enum CRID_LOCATION : int {
    CRID_LOCATION_IN_DESCRIPTOR = 0,
    CRID_LOCATION_IN_CIT = 1,
    CRID_LOCATION_DVB_RESERVED1 = 2,
    CRID_LOCATION_DVB_RESERVED2 = 3
} CRID_LOCATION;
public enum CRID_LOCATION : int
{
    CRID_LOCATION_IN_DESCRIPTOR = 0,
    CRID_LOCATION_IN_CIT = 1,
    CRID_LOCATION_DVB_RESERVED1 = 2,
    CRID_LOCATION_DVB_RESERVED2 = 3,
}
Public Enum CRID_LOCATION As Integer
    CRID_LOCATION_IN_DESCRIPTOR = 0
    CRID_LOCATION_IN_CIT = 1
    CRID_LOCATION_DVB_RESERVED1 = 2
    CRID_LOCATION_DVB_RESERVED2 = 3
End Enum
import enum

class CRID_LOCATION(enum.IntEnum):
    CRID_LOCATION_IN_DESCRIPTOR = 0
    CRID_LOCATION_IN_CIT = 1
    CRID_LOCATION_DVB_RESERVED1 = 2
    CRID_LOCATION_DVB_RESERVED2 = 3
// CRID_LOCATION
pub const CRID_LOCATION_IN_DESCRIPTOR: i32 = 0;
pub const CRID_LOCATION_IN_CIT: i32 = 1;
pub const CRID_LOCATION_DVB_RESERVED1: i32 = 2;
pub const CRID_LOCATION_DVB_RESERVED2: i32 = 3;
// CRID_LOCATION
const (
	CRID_LOCATION_IN_DESCRIPTOR int32 = 0
	CRID_LOCATION_IN_CIT int32 = 1
	CRID_LOCATION_DVB_RESERVED1 int32 = 2
	CRID_LOCATION_DVB_RESERVED2 int32 = 3
)
const
  CRID_LOCATION_IN_DESCRIPTOR = 0;
  CRID_LOCATION_IN_CIT = 1;
  CRID_LOCATION_DVB_RESERVED1 = 2;
  CRID_LOCATION_DVB_RESERVED2 = 3;
// CRID_LOCATION
pub const CRID_LOCATION_IN_DESCRIPTOR: i32 = 0;
pub const CRID_LOCATION_IN_CIT: i32 = 1;
pub const CRID_LOCATION_DVB_RESERVED1: i32 = 2;
pub const CRID_LOCATION_DVB_RESERVED2: i32 = 3;
const
  CRID_LOCATION_IN_DESCRIPTOR* = 0
  CRID_LOCATION_IN_CIT* = 1
  CRID_LOCATION_DVB_RESERVED1* = 2
  CRID_LOCATION_DVB_RESERVED2* = 3
enum CRID_LOCATION : int {
    CRID_LOCATION_IN_DESCRIPTOR = 0,
    CRID_LOCATION_IN_CIT = 1,
    CRID_LOCATION_DVB_RESERVED1 = 2,
    CRID_LOCATION_DVB_RESERVED2 = 3,
}
#define global CRID_LOCATION_IN_DESCRIPTOR 0x0
#define global CRID_LOCATION_IN_CIT        0x1
#define global CRID_LOCATION_DVB_RESERVED1 0x2
#define global CRID_LOCATION_DVB_RESERVED2 0x3