Uses of Enum Class
org.kurento.client.IceComponentState
-
Uses of IceComponentState in org.kurento.client
Subclasses with type arguments of type IceComponentState in org.kurento.clientMethods in org.kurento.client that return IceComponentStateModifier and TypeMethodDescriptionIceComponentStateChangedEvent.getState()Getter for the state propertyIceConnection.getState()get The state of the componentstatic IceComponentStateReturns the enum constant of this class with the specified name.static IceComponentState[]IceComponentState.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 IceComponentStateModifier and TypeMethodDescriptionvoidIceComponentStateChangedEvent.setState(IceComponentState state) Setter for the state propertyvoidIceConnection.setState(IceComponentState state) set The state of the componentConstructors in org.kurento.client with parameters of type IceComponentStateModifierConstructorDescriptionIceComponentStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, int streamId, int componentId, IceComponentState state) Event fired when and ICE component state changes.IceConnection(String streamId, int componentId, IceComponentState state) Create a IceConnection