Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
<ZMVideoSDKBroadcastStreamingAudioDelegate> Protocol Reference

Audio callback for broadcast streaming. More...

#include <ZMVideoSDKBroadcastStreamingViewer.h>

Inherits <NSObject>.

Instance Methods

(void) - onAudioRawDataReceived:
 Called when subscribed audio data is received.
 

Detailed Description

Audio callback for broadcast streaming.

Definition at line 50 of file ZMVideoSDKBroadcastStreamingViewer.h.

Method Documentation

◆ onAudioRawDataReceived:

- (void) onAudioRawDataReceived: (ZMVideoSDKAudioRawData *__nullable) audioRawData

Called when subscribed audio data is received.

Parameters
audioRawDataThe audio data object.