unregisterVideoEncodedFrameObserver abstract method

void unregisterVideoEncodedFrameObserver(
  1. VideoEncodedFrameObserver observer
)

Unregisters a receiver object for the encoded video frame.

  • observer The video observer, reporting the reception of each video frame. See VideoEncodedFrameObserver.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

void unregisterVideoEncodedFrameObserver(VideoEncodedFrameObserver observer);