|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
static |
Converts RtAudio-specific device information to the engine's device model.
| rtInfo | Native RtAudio device information structure |
| id | System identifier for the device |
| defaultOutputDevice | System identifier for the default output device |
| defaultInputDevice | System identifier for the default input device |
Maps the vendor-specific device information format to the engine's standardized representation, enabling consistent device handling across different audio backends.
Definition at line 23 of file RtAudioBackend.hpp.
References MayaFlux::Core::DeviceInfo::duplex_channels, MayaFlux::Core::DeviceInfo::input_channels, MayaFlux::Core::DeviceInfo::is_default_input, MayaFlux::Core::DeviceInfo::is_default_output, MayaFlux::Core::DeviceInfo::name, MayaFlux::Core::DeviceInfo::output_channels, MayaFlux::Core::DeviceInfo::preferred_sample_rate, and MayaFlux::Core::DeviceInfo::supported_samplerates.
Referenced by MayaFlux::Core::RtAudioDevice::RtAudioDevice().
Here is the caller graph for this function: