Video SDK for iOS API Reference
Loading...
Searching...
No Matches
<ZoomVideoSDKBroadcastStreamingVideoDelegate> Protocol Reference

#include <ZoomVideoSDKDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onVideoFrameRecieved:
 Callback event when subscribed video data is received.
 
(void) - onPixelBuffer:rotation:
 Callback event when subscribed video data is received.
 

Detailed Description

Definition at line 880 of file ZoomVideoSDKDelegate.h.

Method Documentation

◆ onPixelBuffer:rotation:

- (void) onPixelBuffer: (CVPixelBufferRef _Nullable) pixelBuffer
rotation: (ZoomVideoSDKVideoRawDataRotation) rotation 
optionalrequired

Callback event when subscribed video data is received.

Parameters
pixelBufferThe video's CVPixelBufferRef data.
rotationThe video rotation.

◆ onVideoFrameRecieved:

- (void) onVideoFrameRecieved: (ZoomVideoSDKVideoRawData *_Nullable) rawData
optional

Callback event when subscribed video data is received.

Parameters
rawDataThe video's YUV420 data.