Modifier and Type | Method and Description |
---|---|
IceComponentState |
IceConnection.getState()
get The state of the component
|
IceComponentState |
OnIceComponentStateChangedEvent.getState()
Deprecated.
Getter for the state property
|
IceComponentState |
IceComponentStateChangeEvent.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 |
IceConnection.setState(IceComponentState state)
set The state of the component
|
void |
OnIceComponentStateChangedEvent.setState(IceComponentState state)
Deprecated.
Setter for the state property
|
void |
IceComponentStateChangeEvent.setState(IceComponentState state)
Setter for the state property
|
Constructor and Description |
---|
IceComponentStateChangeEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int streamId,
int componentId,
IceComponentState state)
Event fired when and ICE component state changes.
|
IceConnection(String streamId,
int componentId,
IceComponentState state)
Create a IceConnection
|
OnIceComponentStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int streamId,
int componentId,
IceComponentState state)
Deprecated.
Use
IceComponentStateChange instead. |
Copyright © 2020 Kurento. All rights reserved.