Uses of Enum Class
org.kurento.client.MediaFlowState
-
Uses of MediaFlowState in org.kurento.client
Subclasses with type arguments of type MediaFlowState in org.kurento.clientMethods in org.kurento.client that return MediaFlowStateModifier and TypeMethodDescriptionMediaFlowInStateChangedEvent.getState()Getter for the state propertyMediaFlowOutStateChangedEvent.getState()Getter for the state propertystatic MediaFlowStateReturns the enum constant of this class with the specified name.static MediaFlowState[]MediaFlowState.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 MediaFlowStateModifier and TypeMethodDescriptionvoidMediaFlowInStateChangedEvent.setState(MediaFlowState state) Setter for the state propertyvoidMediaFlowOutStateChangedEvent.setState(MediaFlowState state) Setter for the state propertyConstructors in org.kurento.client with parameters of type MediaFlowStateModifierConstructorDescriptionMediaFlowInStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaFlowState state, String padName, MediaType mediaType) Fired when the incoming media flow begins or ends.MediaFlowOutStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaFlowState state, String padName, MediaType mediaType) Fired when the outgoing media flow begins or ends.