TVOAudioDeviceRenderer Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | TVOAudioDevice.h |
Overview
TVOAudioDeviceRenderer defines the rendering half of TVOAudioDevice
. An audio renderer consumes samples by
repeatedly calling TVOAudioDeviceReadRenderData()
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.