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