SINRemoteVideoFrameCallback Protocol Reference

Conforms to NSObject
Declared in SINRemoteVideoFrameCallback.h

Overview

The callback object that will process frames from a remote stream.

IMPORTANT: the developer needs to retain the CVPixelBuffer object received from the callback by CVPixelBufferRetain,and to release the object by CVPixelBufferRelease.