Modifier and Type | Method and Description |
---|---|
MediaState |
BaseRtpEndpoint.getMediaState()
Get Media flow state.
|
MediaState |
MediaStateChangedEvent.getNewState()
Getter for the newState property
|
MediaState |
MediaStateChangedEvent.getOldState()
Getter for the oldState property
|
static MediaState |
MediaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaState[] |
MediaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TFuture<MediaState> |
BaseRtpEndpoint.getMediaState(Transaction tx)
Get Media flow state.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaStateChangedEvent.setNewState(MediaState newState)
Setter for the newState property
|
void |
MediaStateChangedEvent.setOldState(MediaState oldState)
Setter for the oldState property
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRtpEndpoint.getMediaState(Continuation<MediaState> cont)
Get Media flow state.
|
Constructor and Description |
---|
MediaStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaState oldState,
MediaState newState)
This event is fired when the media connection between two peers changes, based on the RTCP packet flow.
|
Copyright © 2021 Kurento. All rights reserved.