Interface IMediaPlayerVideoFrameObserver

The video frame observer for the media player.

Hierarchy

  • IMediaPlayerVideoFrameObserver

Methods

Methods

  • Occurs each time the player receives a video frame.

    After registering the video frame observer, the callback occurs every time the player receives a video frame, reporting the detailed information of the video frame.

    Parameters

    • frame: VideoFrame

      Video frame information. See VideoFrame.

    Returns void

Generated using TypeDoc