|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Sets the function to process audio data.
| processCallback | Function that handles audio data processing |
Registers a callback function that will be invoked by the audio system when new input data is available or output data is needed. The callback receives pointers to input and output buffers along with the frame count.
Implements MayaFlux::Core::AudioStream.