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