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)
Deprecated.
[DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
|
MediaFlowOutStateChangeEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaFlowState state,
String padName,
MediaType mediaType)
Deprecated.
[DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
|
Copyright © 2019 Kurento. All rights reserved.