Agora RTC Objective-C API Reference  Refactor
Public Member Functions
IVideoFrameObserver Class Referenceabstract

Public Member Functions

virtual void onFrame (const VideoFrame *frame)=0
 

Constructor & Destructor Documentation

◆ ~IVideoFrameObserver()

virtual ~IVideoFrameObserver ( )
inlinevirtual

Member Function Documentation

◆ onFrame()

virtual void onFrame ( const VideoFrame frame)
pure virtual

Occurs each time the player receives a video frame.

After registering the video frame observer, the callback occurs each time the player receives a video frame to report the detailed information of the video frame.

Parameters
frameThe detailed information of the video frame. See VideoFrame.

◆ isExternal()

virtual bool isExternal ( )
inlinevirtual