MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_api_type()

int MayaFlux::Core::RtAudioBackend::get_api_type ( ) const
overridevirtual

Retrieves the RtAudio API type identifier.

Returns
Integer code representing the active audio API

Returns a value from the RtAudio::Api enumeration indicating which underlying audio system is being used (WASAPI, ALSA, etc.).

Implements MayaFlux::Core::IAudioBackend.

Definition at line 67 of file RtAudioBackend.cpp.

68{
69 return m_context->getCurrentApi();
70}
RtAudio * m_context
Pointer to the underlying RtAudio context.

References m_context.