Interface KeyFrameControl.KeyFrameRequestee
-
- Enclosing interface:
- KeyFrameControl
public static interface KeyFrameControl.KeyFrameRequesteeRepresents 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 booleankeyFrameRequest()Notifies this KeyFrameRequestee that the remote peer of the associated VideoMediaStream requests a key frame from the local peer.
-