Interface KeyFrameControl.KeyFrameRequester

  • Enclosing interface:
    KeyFrameControl

    public static interface KeyFrameControl.KeyFrameRequester
    Represents a way for a VideoMediaStream to request a key frame from its remote peer.
    Author:
    Lyubomir Marinov
    • Method Detail

      • requestKeyFrame

        boolean requestKeyFrame()
        Requests a key frame from the remote peer of the associated VideoMediaStream.
        Returns:
        true if this KeyFrameRequester has indeed requested a key frame from the remote peer of the associated VideoMediaStream in response to the call; otherwise, false