Modifier and Type | Method and Description |
---|---|
MediaTranscodingState |
MediaTranscodingStateChangeEvent.getState()
Getter for the state property
|
static MediaTranscodingState |
MediaTranscodingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaTranscodingState[] |
MediaTranscodingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaTranscodingStateChangeEvent.setState(MediaTranscodingState state)
Setter for the state property
|
Constructor and Description |
---|
MediaTranscodingStateChangeEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaTranscodingState state,
String binName,
MediaType mediaType)
Event fired when an incoming media begins and codec transcoding is either required or not.
|
Copyright © 2018 Kurento. All rights reserved.