Uses of Enum Class
org.kurento.client.MediaTranscodingState
-
Uses of MediaTranscodingState in org.kurento.client
Subclasses with type arguments of type MediaTranscodingState in org.kurento.clientMethods in org.kurento.client that return MediaTranscodingStateModifier and TypeMethodDescriptionMediaTranscodingStateChangedEvent.getState()Getter for the state propertystatic MediaTranscodingStateReturns the enum constant of this class with the specified name.static MediaTranscodingState[]MediaTranscodingState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kurento.client with parameters of type MediaTranscodingStateModifier and TypeMethodDescriptionvoidMediaTranscodingStateChangedEvent.setState(MediaTranscodingState state) Setter for the state propertyConstructors in org.kurento.client with parameters of type MediaTranscodingStateModifierConstructorDescriptionMediaTranscodingStateChangedEvent(MediaObject source, String timestampMillis, 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.