ホーム › Media.MediaFoundation › OPM_CGMSA
OPM_CGMSA
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| OPM_CGMSA_OFF | 0 | 0x0 |
| OPM_CGMSA_COPY_FREELY | 1 | 0x1 |
| OPM_CGMSA_COPY_NO_MORE | 2 | 0x2 |
| OPM_CGMSA_COPY_ONE_GENERATION | 3 | 0x3 |
| OPM_CGMSA_COPY_NEVER | 4 | 0x4 |
| OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum OPM_CGMSA : int {
OPM_CGMSA_OFF = 0,
OPM_CGMSA_COPY_FREELY = 1,
OPM_CGMSA_COPY_NO_MORE = 2,
OPM_CGMSA_COPY_ONE_GENERATION = 3,
OPM_CGMSA_COPY_NEVER = 4,
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8
} OPM_CGMSA;public enum OPM_CGMSA : int
{
OPM_CGMSA_OFF = 0,
OPM_CGMSA_COPY_FREELY = 1,
OPM_CGMSA_COPY_NO_MORE = 2,
OPM_CGMSA_COPY_ONE_GENERATION = 3,
OPM_CGMSA_COPY_NEVER = 4,
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8,
}Public Enum OPM_CGMSA As Integer
OPM_CGMSA_OFF = 0
OPM_CGMSA_COPY_FREELY = 1
OPM_CGMSA_COPY_NO_MORE = 2
OPM_CGMSA_COPY_ONE_GENERATION = 3
OPM_CGMSA_COPY_NEVER = 4
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8
End Enumimport enum
class OPM_CGMSA(enum.IntEnum):
OPM_CGMSA_OFF = 0
OPM_CGMSA_COPY_FREELY = 1
OPM_CGMSA_COPY_NO_MORE = 2
OPM_CGMSA_COPY_ONE_GENERATION = 3
OPM_CGMSA_COPY_NEVER = 4
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8// OPM_CGMSA
pub const OPM_CGMSA_OFF: i32 = 0;
pub const OPM_CGMSA_COPY_FREELY: i32 = 1;
pub const OPM_CGMSA_COPY_NO_MORE: i32 = 2;
pub const OPM_CGMSA_COPY_ONE_GENERATION: i32 = 3;
pub const OPM_CGMSA_COPY_NEVER: i32 = 4;
pub const OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED: i32 = 8;// OPM_CGMSA
const (
OPM_CGMSA_OFF int32 = 0
OPM_CGMSA_COPY_FREELY int32 = 1
OPM_CGMSA_COPY_NO_MORE int32 = 2
OPM_CGMSA_COPY_ONE_GENERATION int32 = 3
OPM_CGMSA_COPY_NEVER int32 = 4
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED int32 = 8
)const
OPM_CGMSA_OFF = 0;
OPM_CGMSA_COPY_FREELY = 1;
OPM_CGMSA_COPY_NO_MORE = 2;
OPM_CGMSA_COPY_ONE_GENERATION = 3;
OPM_CGMSA_COPY_NEVER = 4;
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8;// OPM_CGMSA
pub const OPM_CGMSA_OFF: i32 = 0;
pub const OPM_CGMSA_COPY_FREELY: i32 = 1;
pub const OPM_CGMSA_COPY_NO_MORE: i32 = 2;
pub const OPM_CGMSA_COPY_ONE_GENERATION: i32 = 3;
pub const OPM_CGMSA_COPY_NEVER: i32 = 4;
pub const OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED: i32 = 8;const
OPM_CGMSA_OFF* = 0
OPM_CGMSA_COPY_FREELY* = 1
OPM_CGMSA_COPY_NO_MORE* = 2
OPM_CGMSA_COPY_ONE_GENERATION* = 3
OPM_CGMSA_COPY_NEVER* = 4
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED* = 8enum OPM_CGMSA : int {
OPM_CGMSA_OFF = 0,
OPM_CGMSA_COPY_FREELY = 1,
OPM_CGMSA_COPY_NO_MORE = 2,
OPM_CGMSA_COPY_ONE_GENERATION = 3,
OPM_CGMSA_COPY_NEVER = 4,
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8,
}#define global OPM_CGMSA_OFF 0x0
#define global OPM_CGMSA_COPY_FREELY 0x1
#define global OPM_CGMSA_COPY_NO_MORE 0x2
#define global OPM_CGMSA_COPY_ONE_GENERATION 0x3
#define global OPM_CGMSA_COPY_NEVER 0x4
#define global OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED 0x8