public static interface KeyFrameControl.KeyFrameRequester
| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
requestKeyFrame()
Requests a key frame from the remote peer of the associated
VideoMediaStream.
|
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.boolean requestKeyFrame()
Copyright © 2022 jitsi.org. All rights reserved.