#include <media_player_source_i.h>
Inherits agora::media::base::IVideoFrameObserver.
◆ ~IMediaPlayerVideoFrameObserverEx()
| virtual agora::rtc::IMediaPlayerVideoFrameObserverEx::~IMediaPlayerVideoFrameObserverEx |
( |
| ) |
|
|
inlinevirtual |
◆ onFrame() [1/2]
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
-
| frame | The detailed information of the video frame. See VideoFrame. |
Implements agora::media::base::IVideoFrameObserver.
◆ onFrame() [2/2]
| virtual void agora::rtc::IMediaPlayerVideoFrameObserverEx::onFrame |
( |
webrtc::VideoFrame & | videoFrame | ) |
|
|
pure virtual |
◆ isExternal()
| bool agora::rtc::IMediaPlayerVideoFrameObserverEx::isExternal |
( |
| ) |
|
|
inlinefinalvirtual |