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