| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
MediaState |
BaseRtpEndpoint.getMediaState() |
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) |
| 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) |
| Constructor and Description |
|---|
MediaStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaState oldState,
MediaState newState)
Indicates that the state of the media has changed
|
Copyright © 2015 Kurento. All rights reserved.