ホーム › Media.DirectShow.Tv › CRID_LOCATION
CRID_LOCATION
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| CRID_LOCATION_IN_DESCRIPTOR | 0 | 0x0 |
| CRID_LOCATION_IN_CIT | 1 | 0x1 |
| CRID_LOCATION_DVB_RESERVED1 | 2 | 0x2 |
| CRID_LOCATION_DVB_RESERVED2 | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 3enum 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