|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface KeyFrameControl.KeyFrameRequester
Represents a way for a VideoMediaStream to request a key frame from its remote peer.
| Field Summary | |
|---|---|
static String |
DEFAULT_PREFERRED
The default value of the PREFERRED_PNAME
ConfigurationService property. |
static String |
PREFERRED_PNAME
The name of the ConfigurationService property which specifies the preferred KeyFrameRequester to be used. |
static String |
RTCP
The value of the PREFERRED_PNAME
ConfigurationService property which indicates that the
RTCP KeyFrameRequester is preferred. |
static String |
SIGNALING
The value of the PREFERRED_PNAME
ConfigurationService property which indicates that the
signaling/protocol KeyFrameRequester is preferred. |
| Method Summary | |
|---|---|
boolean |
requestKeyFrame()
Requests a key frame from the remote peer of the associated VideoMediaStream. |
| Field Detail |
|---|
static final String PREFERRED_PNAME
static final String RTCP
PREFERRED_PNAME
ConfigurationService property which indicates that the
RTCP KeyFrameRequester is preferred.
static final String SIGNALING
PREFERRED_PNAME
ConfigurationService property which indicates that the
signaling/protocol KeyFrameRequester is preferred.
static final String DEFAULT_PREFERRED
PREFERRED_PNAME
ConfigurationService property.
| Method Detail |
|---|
boolean requestKeyFrame()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||