Modifier and Type | Method and Description |
---|---|
MediaFlowState |
MediaFlowInStateChangeEvent.getState()
Getter for the state property
|
MediaFlowState |
MediaFlowOutStateChangeEvent.getState()
Getter for the state property
|
static MediaFlowState |
MediaFlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaFlowState[] |
MediaFlowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaFlowInStateChangeEvent.setState(MediaFlowState state)
Setter for the state property
|
void |
MediaFlowOutStateChangeEvent.setState(MediaFlowState state)
Setter for the state property
|
Constructor and Description |
---|
MediaFlowInStateChangeEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaFlowState state,
String padName,
MediaType mediaType)
Fired when the incoming media flow begins or ends.
|
MediaFlowOutStateChangeEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaFlowState state,
String padName,
MediaType mediaType)
Fired when the outgoing media flow begins or ends.
|
Copyright © 2020 Kurento. All rights reserved.