ホーム › Media.DirectShow › DVD_KARAOKE_CONTENTS
DVD_KARAOKE_CONTENTS
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| DVD_Karaoke_GuideVocal1 | 1 | 0x1 |
| DVD_Karaoke_GuideVocal2 | 2 | 0x2 |
| DVD_Karaoke_GuideMelody1 | 4 | 0x4 |
| DVD_Karaoke_GuideMelody2 | 8 | 0x8 |
| DVD_Karaoke_GuideMelodyA | 16 | 0x10 |
| DVD_Karaoke_GuideMelodyB | 32 | 0x20 |
| DVD_Karaoke_SoundEffectA | 64 | 0x40 |
| DVD_Karaoke_SoundEffectB | 128 | 0x80 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DVD_KARAOKE_CONTENTS : int {
DVD_Karaoke_GuideVocal1 = 1,
DVD_Karaoke_GuideVocal2 = 2,
DVD_Karaoke_GuideMelody1 = 4,
DVD_Karaoke_GuideMelody2 = 8,
DVD_Karaoke_GuideMelodyA = 16,
DVD_Karaoke_GuideMelodyB = 32,
DVD_Karaoke_SoundEffectA = 64,
DVD_Karaoke_SoundEffectB = 128
} DVD_KARAOKE_CONTENTS;public enum DVD_KARAOKE_CONTENTS : int
{
DVD_Karaoke_GuideVocal1 = 1,
DVD_Karaoke_GuideVocal2 = 2,
DVD_Karaoke_GuideMelody1 = 4,
DVD_Karaoke_GuideMelody2 = 8,
DVD_Karaoke_GuideMelodyA = 16,
DVD_Karaoke_GuideMelodyB = 32,
DVD_Karaoke_SoundEffectA = 64,
DVD_Karaoke_SoundEffectB = 128,
}Public Enum DVD_KARAOKE_CONTENTS As Integer
DVD_Karaoke_GuideVocal1 = 1
DVD_Karaoke_GuideVocal2 = 2
DVD_Karaoke_GuideMelody1 = 4
DVD_Karaoke_GuideMelody2 = 8
DVD_Karaoke_GuideMelodyA = 16
DVD_Karaoke_GuideMelodyB = 32
DVD_Karaoke_SoundEffectA = 64
DVD_Karaoke_SoundEffectB = 128
End Enumimport enum
class DVD_KARAOKE_CONTENTS(enum.IntEnum):
DVD_Karaoke_GuideVocal1 = 1
DVD_Karaoke_GuideVocal2 = 2
DVD_Karaoke_GuideMelody1 = 4
DVD_Karaoke_GuideMelody2 = 8
DVD_Karaoke_GuideMelodyA = 16
DVD_Karaoke_GuideMelodyB = 32
DVD_Karaoke_SoundEffectA = 64
DVD_Karaoke_SoundEffectB = 128// DVD_KARAOKE_CONTENTS
pub const DVD_Karaoke_GuideVocal1: i32 = 1;
pub const DVD_Karaoke_GuideVocal2: i32 = 2;
pub const DVD_Karaoke_GuideMelody1: i32 = 4;
pub const DVD_Karaoke_GuideMelody2: i32 = 8;
pub const DVD_Karaoke_GuideMelodyA: i32 = 16;
pub const DVD_Karaoke_GuideMelodyB: i32 = 32;
pub const DVD_Karaoke_SoundEffectA: i32 = 64;
pub const DVD_Karaoke_SoundEffectB: i32 = 128;// DVD_KARAOKE_CONTENTS
const (
DVD_Karaoke_GuideVocal1 int32 = 1
DVD_Karaoke_GuideVocal2 int32 = 2
DVD_Karaoke_GuideMelody1 int32 = 4
DVD_Karaoke_GuideMelody2 int32 = 8
DVD_Karaoke_GuideMelodyA int32 = 16
DVD_Karaoke_GuideMelodyB int32 = 32
DVD_Karaoke_SoundEffectA int32 = 64
DVD_Karaoke_SoundEffectB int32 = 128
)const
DVD_Karaoke_GuideVocal1 = 1;
DVD_Karaoke_GuideVocal2 = 2;
DVD_Karaoke_GuideMelody1 = 4;
DVD_Karaoke_GuideMelody2 = 8;
DVD_Karaoke_GuideMelodyA = 16;
DVD_Karaoke_GuideMelodyB = 32;
DVD_Karaoke_SoundEffectA = 64;
DVD_Karaoke_SoundEffectB = 128;// DVD_KARAOKE_CONTENTS
pub const DVD_Karaoke_GuideVocal1: i32 = 1;
pub const DVD_Karaoke_GuideVocal2: i32 = 2;
pub const DVD_Karaoke_GuideMelody1: i32 = 4;
pub const DVD_Karaoke_GuideMelody2: i32 = 8;
pub const DVD_Karaoke_GuideMelodyA: i32 = 16;
pub const DVD_Karaoke_GuideMelodyB: i32 = 32;
pub const DVD_Karaoke_SoundEffectA: i32 = 64;
pub const DVD_Karaoke_SoundEffectB: i32 = 128;const
DVD_Karaoke_GuideVocal1* = 1
DVD_Karaoke_GuideVocal2* = 2
DVD_Karaoke_GuideMelody1* = 4
DVD_Karaoke_GuideMelody2* = 8
DVD_Karaoke_GuideMelodyA* = 16
DVD_Karaoke_GuideMelodyB* = 32
DVD_Karaoke_SoundEffectA* = 64
DVD_Karaoke_SoundEffectB* = 128enum DVD_KARAOKE_CONTENTS : int {
DVD_Karaoke_GuideVocal1 = 1,
DVD_Karaoke_GuideVocal2 = 2,
DVD_Karaoke_GuideMelody1 = 4,
DVD_Karaoke_GuideMelody2 = 8,
DVD_Karaoke_GuideMelodyA = 16,
DVD_Karaoke_GuideMelodyB = 32,
DVD_Karaoke_SoundEffectA = 64,
DVD_Karaoke_SoundEffectB = 128,
}#define global DVD_Karaoke_GuideVocal1 0x1
#define global DVD_Karaoke_GuideVocal2 0x2
#define global DVD_Karaoke_GuideMelody1 0x4
#define global DVD_Karaoke_GuideMelody2 0x8
#define global DVD_Karaoke_GuideMelodyA 0x10
#define global DVD_Karaoke_GuideMelodyB 0x20
#define global DVD_Karaoke_SoundEffectA 0x40
#define global DVD_Karaoke_SoundEffectB 0x80