ホーム › Media.DirectShow › COPP_TVProtectionStandard
COPP_TVProtectionStandard
列挙型メンバー 19
| 名前 | 10進 | 16進 |
|---|---|---|
| COPP_ProtectionStandard_Unknown | -2147483648 | 0x80000000 |
| COPP_ProtectionStandard_None | 0 | 0x0 |
| COPP_ProtectionStandard_IEC61880_525i | 1 | 0x1 |
| COPP_ProtectionStandard_IEC61880_2_525i | 2 | 0x2 |
| COPP_ProtectionStandard_IEC62375_625p | 4 | 0x4 |
| COPP_ProtectionStandard_EIA608B_525 | 8 | 0x8 |
| COPP_ProtectionStandard_EN300294_625i | 16 | 0x10 |
| COPP_ProtectionStandard_CEA805A_TypeA_525p | 32 | 0x20 |
| COPP_ProtectionStandard_CEA805A_TypeA_750p | 64 | 0x40 |
| COPP_ProtectionStandard_CEA805A_TypeA_1125i | 128 | 0x80 |
| COPP_ProtectionStandard_CEA805A_TypeB_525p | 256 | 0x100 |
| COPP_ProtectionStandard_CEA805A_TypeB_750p | 512 | 0x200 |
| COPP_ProtectionStandard_CEA805A_TypeB_1125i | 1024 | 0x400 |
| COPP_ProtectionStandard_ARIBTRB15_525i | 2048 | 0x800 |
| COPP_ProtectionStandard_ARIBTRB15_525p | 4096 | 0x1000 |
| COPP_ProtectionStandard_ARIBTRB15_750p | 8192 | 0x2000 |
| COPP_ProtectionStandard_ARIBTRB15_1125i | 16384 | 0x4000 |
| COPP_ProtectionStandard_Mask | -2147450881 | 0x80007FFF |
| COPP_ProtectionStandard_Reserved | 2147450880 | 0x7FFF8000 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum COPP_TVProtectionStandard : int {
COPP_ProtectionStandard_Unknown = -2147483648,
COPP_ProtectionStandard_None = 0,
COPP_ProtectionStandard_IEC61880_525i = 1,
COPP_ProtectionStandard_IEC61880_2_525i = 2,
COPP_ProtectionStandard_IEC62375_625p = 4,
COPP_ProtectionStandard_EIA608B_525 = 8,
COPP_ProtectionStandard_EN300294_625i = 16,
COPP_ProtectionStandard_CEA805A_TypeA_525p = 32,
COPP_ProtectionStandard_CEA805A_TypeA_750p = 64,
COPP_ProtectionStandard_CEA805A_TypeA_1125i = 128,
COPP_ProtectionStandard_CEA805A_TypeB_525p = 256,
COPP_ProtectionStandard_CEA805A_TypeB_750p = 512,
COPP_ProtectionStandard_CEA805A_TypeB_1125i = 1024,
COPP_ProtectionStandard_ARIBTRB15_525i = 2048,
COPP_ProtectionStandard_ARIBTRB15_525p = 4096,
COPP_ProtectionStandard_ARIBTRB15_750p = 8192,
COPP_ProtectionStandard_ARIBTRB15_1125i = 16384,
COPP_ProtectionStandard_Mask = -2147450881,
COPP_ProtectionStandard_Reserved = 2147450880
} COPP_TVProtectionStandard;public enum COPP_TVProtectionStandard : int
{
COPP_ProtectionStandard_Unknown = -2147483648,
COPP_ProtectionStandard_None = 0,
COPP_ProtectionStandard_IEC61880_525i = 1,
COPP_ProtectionStandard_IEC61880_2_525i = 2,
COPP_ProtectionStandard_IEC62375_625p = 4,
COPP_ProtectionStandard_EIA608B_525 = 8,
COPP_ProtectionStandard_EN300294_625i = 16,
COPP_ProtectionStandard_CEA805A_TypeA_525p = 32,
COPP_ProtectionStandard_CEA805A_TypeA_750p = 64,
COPP_ProtectionStandard_CEA805A_TypeA_1125i = 128,
COPP_ProtectionStandard_CEA805A_TypeB_525p = 256,
COPP_ProtectionStandard_CEA805A_TypeB_750p = 512,
COPP_ProtectionStandard_CEA805A_TypeB_1125i = 1024,
COPP_ProtectionStandard_ARIBTRB15_525i = 2048,
COPP_ProtectionStandard_ARIBTRB15_525p = 4096,
COPP_ProtectionStandard_ARIBTRB15_750p = 8192,
COPP_ProtectionStandard_ARIBTRB15_1125i = 16384,
COPP_ProtectionStandard_Mask = -2147450881,
COPP_ProtectionStandard_Reserved = 2147450880,
}Public Enum COPP_TVProtectionStandard As Integer
COPP_ProtectionStandard_Unknown = -2147483648
COPP_ProtectionStandard_None = 0
COPP_ProtectionStandard_IEC61880_525i = 1
COPP_ProtectionStandard_IEC61880_2_525i = 2
COPP_ProtectionStandard_IEC62375_625p = 4
COPP_ProtectionStandard_EIA608B_525 = 8
COPP_ProtectionStandard_EN300294_625i = 16
COPP_ProtectionStandard_CEA805A_TypeA_525p = 32
COPP_ProtectionStandard_CEA805A_TypeA_750p = 64
COPP_ProtectionStandard_CEA805A_TypeA_1125i = 128
COPP_ProtectionStandard_CEA805A_TypeB_525p = 256
COPP_ProtectionStandard_CEA805A_TypeB_750p = 512
COPP_ProtectionStandard_CEA805A_TypeB_1125i = 1024
COPP_ProtectionStandard_ARIBTRB15_525i = 2048
COPP_ProtectionStandard_ARIBTRB15_525p = 4096
COPP_ProtectionStandard_ARIBTRB15_750p = 8192
COPP_ProtectionStandard_ARIBTRB15_1125i = 16384
COPP_ProtectionStandard_Mask = -2147450881
COPP_ProtectionStandard_Reserved = 2147450880
End Enumimport enum
class COPP_TVProtectionStandard(enum.IntEnum):
COPP_ProtectionStandard_Unknown = -2147483648
COPP_ProtectionStandard_None = 0
COPP_ProtectionStandard_IEC61880_525i = 1
COPP_ProtectionStandard_IEC61880_2_525i = 2
COPP_ProtectionStandard_IEC62375_625p = 4
COPP_ProtectionStandard_EIA608B_525 = 8
COPP_ProtectionStandard_EN300294_625i = 16
COPP_ProtectionStandard_CEA805A_TypeA_525p = 32
COPP_ProtectionStandard_CEA805A_TypeA_750p = 64
COPP_ProtectionStandard_CEA805A_TypeA_1125i = 128
COPP_ProtectionStandard_CEA805A_TypeB_525p = 256
COPP_ProtectionStandard_CEA805A_TypeB_750p = 512
COPP_ProtectionStandard_CEA805A_TypeB_1125i = 1024
COPP_ProtectionStandard_ARIBTRB15_525i = 2048
COPP_ProtectionStandard_ARIBTRB15_525p = 4096
COPP_ProtectionStandard_ARIBTRB15_750p = 8192
COPP_ProtectionStandard_ARIBTRB15_1125i = 16384
COPP_ProtectionStandard_Mask = -2147450881
COPP_ProtectionStandard_Reserved = 2147450880// COPP_TVProtectionStandard
pub const COPP_ProtectionStandard_Unknown: i32 = -2147483648;
pub const COPP_ProtectionStandard_None: i32 = 0;
pub const COPP_ProtectionStandard_IEC61880_525i: i32 = 1;
pub const COPP_ProtectionStandard_IEC61880_2_525i: i32 = 2;
pub const COPP_ProtectionStandard_IEC62375_625p: i32 = 4;
pub const COPP_ProtectionStandard_EIA608B_525: i32 = 8;
pub const COPP_ProtectionStandard_EN300294_625i: i32 = 16;
pub const COPP_ProtectionStandard_CEA805A_TypeA_525p: i32 = 32;
pub const COPP_ProtectionStandard_CEA805A_TypeA_750p: i32 = 64;
pub const COPP_ProtectionStandard_CEA805A_TypeA_1125i: i32 = 128;
pub const COPP_ProtectionStandard_CEA805A_TypeB_525p: i32 = 256;
pub const COPP_ProtectionStandard_CEA805A_TypeB_750p: i32 = 512;
pub const COPP_ProtectionStandard_CEA805A_TypeB_1125i: i32 = 1024;
pub const COPP_ProtectionStandard_ARIBTRB15_525i: i32 = 2048;
pub const COPP_ProtectionStandard_ARIBTRB15_525p: i32 = 4096;
pub const COPP_ProtectionStandard_ARIBTRB15_750p: i32 = 8192;
pub const COPP_ProtectionStandard_ARIBTRB15_1125i: i32 = 16384;
pub const COPP_ProtectionStandard_Mask: i32 = -2147450881;
pub const COPP_ProtectionStandard_Reserved: i32 = 2147450880;// COPP_TVProtectionStandard
const (
COPP_ProtectionStandard_Unknown int32 = -2147483648
COPP_ProtectionStandard_None int32 = 0
COPP_ProtectionStandard_IEC61880_525i int32 = 1
COPP_ProtectionStandard_IEC61880_2_525i int32 = 2
COPP_ProtectionStandard_IEC62375_625p int32 = 4
COPP_ProtectionStandard_EIA608B_525 int32 = 8
COPP_ProtectionStandard_EN300294_625i int32 = 16
COPP_ProtectionStandard_CEA805A_TypeA_525p int32 = 32
COPP_ProtectionStandard_CEA805A_TypeA_750p int32 = 64
COPP_ProtectionStandard_CEA805A_TypeA_1125i int32 = 128
COPP_ProtectionStandard_CEA805A_TypeB_525p int32 = 256
COPP_ProtectionStandard_CEA805A_TypeB_750p int32 = 512
COPP_ProtectionStandard_CEA805A_TypeB_1125i int32 = 1024
COPP_ProtectionStandard_ARIBTRB15_525i int32 = 2048
COPP_ProtectionStandard_ARIBTRB15_525p int32 = 4096
COPP_ProtectionStandard_ARIBTRB15_750p int32 = 8192
COPP_ProtectionStandard_ARIBTRB15_1125i int32 = 16384
COPP_ProtectionStandard_Mask int32 = -2147450881
COPP_ProtectionStandard_Reserved int32 = 2147450880
)const
COPP_ProtectionStandard_Unknown = -2147483648;
COPP_ProtectionStandard_None = 0;
COPP_ProtectionStandard_IEC61880_525i = 1;
COPP_ProtectionStandard_IEC61880_2_525i = 2;
COPP_ProtectionStandard_IEC62375_625p = 4;
COPP_ProtectionStandard_EIA608B_525 = 8;
COPP_ProtectionStandard_EN300294_625i = 16;
COPP_ProtectionStandard_CEA805A_TypeA_525p = 32;
COPP_ProtectionStandard_CEA805A_TypeA_750p = 64;
COPP_ProtectionStandard_CEA805A_TypeA_1125i = 128;
COPP_ProtectionStandard_CEA805A_TypeB_525p = 256;
COPP_ProtectionStandard_CEA805A_TypeB_750p = 512;
COPP_ProtectionStandard_CEA805A_TypeB_1125i = 1024;
COPP_ProtectionStandard_ARIBTRB15_525i = 2048;
COPP_ProtectionStandard_ARIBTRB15_525p = 4096;
COPP_ProtectionStandard_ARIBTRB15_750p = 8192;
COPP_ProtectionStandard_ARIBTRB15_1125i = 16384;
COPP_ProtectionStandard_Mask = -2147450881;
COPP_ProtectionStandard_Reserved = 2147450880;// COPP_TVProtectionStandard
pub const COPP_ProtectionStandard_Unknown: i32 = -2147483648;
pub const COPP_ProtectionStandard_None: i32 = 0;
pub const COPP_ProtectionStandard_IEC61880_525i: i32 = 1;
pub const COPP_ProtectionStandard_IEC61880_2_525i: i32 = 2;
pub const COPP_ProtectionStandard_IEC62375_625p: i32 = 4;
pub const COPP_ProtectionStandard_EIA608B_525: i32 = 8;
pub const COPP_ProtectionStandard_EN300294_625i: i32 = 16;
pub const COPP_ProtectionStandard_CEA805A_TypeA_525p: i32 = 32;
pub const COPP_ProtectionStandard_CEA805A_TypeA_750p: i32 = 64;
pub const COPP_ProtectionStandard_CEA805A_TypeA_1125i: i32 = 128;
pub const COPP_ProtectionStandard_CEA805A_TypeB_525p: i32 = 256;
pub const COPP_ProtectionStandard_CEA805A_TypeB_750p: i32 = 512;
pub const COPP_ProtectionStandard_CEA805A_TypeB_1125i: i32 = 1024;
pub const COPP_ProtectionStandard_ARIBTRB15_525i: i32 = 2048;
pub const COPP_ProtectionStandard_ARIBTRB15_525p: i32 = 4096;
pub const COPP_ProtectionStandard_ARIBTRB15_750p: i32 = 8192;
pub const COPP_ProtectionStandard_ARIBTRB15_1125i: i32 = 16384;
pub const COPP_ProtectionStandard_Mask: i32 = -2147450881;
pub const COPP_ProtectionStandard_Reserved: i32 = 2147450880;const
COPP_ProtectionStandard_Unknown* = -2147483648
COPP_ProtectionStandard_None* = 0
COPP_ProtectionStandard_IEC61880_525i* = 1
COPP_ProtectionStandard_IEC61880_2_525i* = 2
COPP_ProtectionStandard_IEC62375_625p* = 4
COPP_ProtectionStandard_EIA608B_525* = 8
COPP_ProtectionStandard_EN300294_625i* = 16
COPP_ProtectionStandard_CEA805A_TypeA_525p* = 32
COPP_ProtectionStandard_CEA805A_TypeA_750p* = 64
COPP_ProtectionStandard_CEA805A_TypeA_1125i* = 128
COPP_ProtectionStandard_CEA805A_TypeB_525p* = 256
COPP_ProtectionStandard_CEA805A_TypeB_750p* = 512
COPP_ProtectionStandard_CEA805A_TypeB_1125i* = 1024
COPP_ProtectionStandard_ARIBTRB15_525i* = 2048
COPP_ProtectionStandard_ARIBTRB15_525p* = 4096
COPP_ProtectionStandard_ARIBTRB15_750p* = 8192
COPP_ProtectionStandard_ARIBTRB15_1125i* = 16384
COPP_ProtectionStandard_Mask* = -2147450881
COPP_ProtectionStandard_Reserved* = 2147450880enum COPP_TVProtectionStandard : int {
COPP_ProtectionStandard_Unknown = -2147483648,
COPP_ProtectionStandard_None = 0,
COPP_ProtectionStandard_IEC61880_525i = 1,
COPP_ProtectionStandard_IEC61880_2_525i = 2,
COPP_ProtectionStandard_IEC62375_625p = 4,
COPP_ProtectionStandard_EIA608B_525 = 8,
COPP_ProtectionStandard_EN300294_625i = 16,
COPP_ProtectionStandard_CEA805A_TypeA_525p = 32,
COPP_ProtectionStandard_CEA805A_TypeA_750p = 64,
COPP_ProtectionStandard_CEA805A_TypeA_1125i = 128,
COPP_ProtectionStandard_CEA805A_TypeB_525p = 256,
COPP_ProtectionStandard_CEA805A_TypeB_750p = 512,
COPP_ProtectionStandard_CEA805A_TypeB_1125i = 1024,
COPP_ProtectionStandard_ARIBTRB15_525i = 2048,
COPP_ProtectionStandard_ARIBTRB15_525p = 4096,
COPP_ProtectionStandard_ARIBTRB15_750p = 8192,
COPP_ProtectionStandard_ARIBTRB15_1125i = 16384,
COPP_ProtectionStandard_Mask = -2147450881,
COPP_ProtectionStandard_Reserved = 2147450880,
}#define global COPP_ProtectionStandard_Unknown 0x80000000
#define global COPP_ProtectionStandard_None 0x0
#define global COPP_ProtectionStandard_IEC61880_525i 0x1
#define global COPP_ProtectionStandard_IEC61880_2_525i 0x2
#define global COPP_ProtectionStandard_IEC62375_625p 0x4
#define global COPP_ProtectionStandard_EIA608B_525 0x8
#define global COPP_ProtectionStandard_EN300294_625i 0x10
#define global COPP_ProtectionStandard_CEA805A_TypeA_525p 0x20
#define global COPP_ProtectionStandard_CEA805A_TypeA_750p 0x40
#define global COPP_ProtectionStandard_CEA805A_TypeA_1125i 0x80
#define global COPP_ProtectionStandard_CEA805A_TypeB_525p 0x100
#define global COPP_ProtectionStandard_CEA805A_TypeB_750p 0x200
#define global COPP_ProtectionStandard_CEA805A_TypeB_1125i 0x400
#define global COPP_ProtectionStandard_ARIBTRB15_525i 0x800
#define global COPP_ProtectionStandard_ARIBTRB15_525p 0x1000
#define global COPP_ProtectionStandard_ARIBTRB15_750p 0x2000
#define global COPP_ProtectionStandard_ARIBTRB15_1125i 0x4000
#define global COPP_ProtectionStandard_Mask 0x80007FFF
#define global COPP_ProtectionStandard_Reserved 0x7FFF8000