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