Interface KeyFrameControl.KeyFrameRequestee

  • Enclosing interface:
    KeyFrameControl

    public static interface KeyFrameControl.KeyFrameRequestee
    Represents a way for the remote peer of a VideoMediaStream to request a key frame from its local peer.
    Author:
    Lyubomir Marinov
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean keyFrameRequest()
      Notifies this KeyFrameRequestee that the remote peer of the associated VideoMediaStream requests a key frame from the local peer.
    • Method Detail

      • keyFrameRequest

        boolean keyFrameRequest()
        Notifies this KeyFrameRequestee that the remote peer of the associated VideoMediaStream requests a key frame from the local peer.
        Returns:
        true if this KeyFrameRequestee has honored the request for a key frame; otherwise, false