|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
staticprivate |
Static callback function for the RtAudio API.
| output_buffer | Pointer to the output sample buffer |
| input_buffer | Pointer to the input sample buffer |
| num_frames | Number of frames to process |
| stream_time | Current stream time in seconds |
| status | Stream status flags |
| user_data | Pointer to the RtAudioStream instance |
This static function serves as the entry point for the RtAudio callback system. It unpacks the parameters and delegates to the user-provided callback function registered with set_process_callback.
Definition at line 359 of file RtAudioBackend.cpp.
References m_process_callback.
Referenced by open().
Here is the caller graph for this function: