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

◆ get_context_reference()

RtAudio & MayaFlux::Core::RtAudioBackend::get_context_reference ( )
inline

Provides safe access to the RtAudio context.

Returns
Reference to the underlying RtAudio instance

Exposes the native RtAudio handle for operations that require direct access to the RtAudio API.

Definition at line 117 of file RtAudioBackend.hpp.

117{ return *m_context; }
RtAudio * m_context
Pointer to the underlying RtAudio context.

References m_context.