| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
IceComponentState |
OnIceComponentStateChangedEvent.getState()
Getter for the state property
|
static IceComponentState |
IceComponentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IceComponentState[] |
IceComponentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnIceComponentStateChangedEvent.setState(IceComponentState state)
Setter for the state property
|
| Constructor and Description |
|---|
OnIceComponentStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int streamId,
int componentId,
IceComponentState state)
Notify about the change of an ICE component state.
|
Copyright © 2015 Kurento. All rights reserved.