|
Video SDK for MacOS API Reference
|
Audio callback for broadcast streaming. More...
#include <ZMVideoSDKBroadcastStreamingViewer.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onAudioRawDataReceived: |
| Called when subscribed audio data is received. | |
Audio callback for broadcast streaming.
Definition at line 50 of file ZMVideoSDKBroadcastStreamingViewer.h.
| - (void) onAudioRawDataReceived: | (ZMVideoSDKAudioRawData *__nullable) | audioRawData |
Called when subscribed audio data is received.
| audioRawData | The audio data object. |