ホーム › Media.MediaFoundation › OPM_HDCP_STATUS
OPM_HDCP_STATUS
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| OPM_HDCP_STATUS_ON | 0 | 0x0 |
| OPM_HDCP_STATUS_OFF | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum OPM_HDCP_STATUS : int {
OPM_HDCP_STATUS_ON = 0,
OPM_HDCP_STATUS_OFF = 1
} OPM_HDCP_STATUS;public enum OPM_HDCP_STATUS : int
{
OPM_HDCP_STATUS_ON = 0,
OPM_HDCP_STATUS_OFF = 1,
}Public Enum OPM_HDCP_STATUS As Integer
OPM_HDCP_STATUS_ON = 0
OPM_HDCP_STATUS_OFF = 1
End Enumimport enum
class OPM_HDCP_STATUS(enum.IntEnum):
OPM_HDCP_STATUS_ON = 0
OPM_HDCP_STATUS_OFF = 1// OPM_HDCP_STATUS
pub const OPM_HDCP_STATUS_ON: i32 = 0;
pub const OPM_HDCP_STATUS_OFF: i32 = 1;// OPM_HDCP_STATUS
const (
OPM_HDCP_STATUS_ON int32 = 0
OPM_HDCP_STATUS_OFF int32 = 1
)const
OPM_HDCP_STATUS_ON = 0;
OPM_HDCP_STATUS_OFF = 1;// OPM_HDCP_STATUS
pub const OPM_HDCP_STATUS_ON: i32 = 0;
pub const OPM_HDCP_STATUS_OFF: i32 = 1;const
OPM_HDCP_STATUS_ON* = 0
OPM_HDCP_STATUS_OFF* = 1enum OPM_HDCP_STATUS : int {
OPM_HDCP_STATUS_ON = 0,
OPM_HDCP_STATUS_OFF = 1,
}#define global OPM_HDCP_STATUS_ON 0x0
#define global OPM_HDCP_STATUS_OFF 0x1