TVIAudioDeviceRenderer Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | TVIAudioDevice.h |
Overview
TVIAudioDeviceRenderer defines the rendering half of TVIAudioDevice
. An audio renderer consumes samples by
repeatedly calling TVIAudioDeviceReadRenderData()
when it needs new data. A renderer need not playback audio
through the device loudspeaker, it could perform other operations such as writing audio samples to disk instead.