enum RemiAudio::Drivers::PortAudio::HostApiType
Defined in:
remiaudio/drivers/port-bindings.crEnum Members
-
InDevelopment =
0
-
DirectSound =
1
-
Mme =
2
-
Asio =
3
-
SoundManager =
4
-
CoreAudio =
5
-
Oss =
6
-
Alsa =
7
-
Al =
8
-
BeOs =
9
-
Wdmks =
10
-
Jack =
11
-
Wasapi =
12
-
AudioScienceHpi =
13
Instance Method Summary
- #al?
- #alsa?
- #asio?
- #audio_science_hpi?
- #be_os?
- #core_audio?
- #direct_sound?
- #in_development?
-
#index : Int
Returns the runtine host API index associated with the
HostApiType
. - #jack?
- #mme?
- #oss?
- #sound_manager?
- #wasapi?
- #wdmks?