Uses of Enum Class
org.kurento.client.UriEndpointState
-
Uses of UriEndpointState in org.kurento.client
Subclasses with type arguments of type UriEndpointState in org.kurento.clientMethods in org.kurento.client that return UriEndpointStateModifier and TypeMethodDescriptionUriEndpoint.getState()Get State of the endpointUriEndpointStateChangedEvent.getState()Getter for the state propertystatic UriEndpointStateReturns the enum constant of this class with the specified name.static UriEndpointState[]UriEndpointState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kurento.client that return types with arguments of type UriEndpointStateMethods in org.kurento.client with parameters of type UriEndpointStateModifier and TypeMethodDescriptionvoidUriEndpointStateChangedEvent.setState(UriEndpointState state) Setter for the state propertyMethod parameters in org.kurento.client with type arguments of type UriEndpointStateModifier and TypeMethodDescriptionvoidUriEndpoint.getState(Continuation<UriEndpointState> cont) Get State of the endpointConstructors in org.kurento.client with parameters of type UriEndpointStateModifierConstructorDescriptionUriEndpointStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, UriEndpointState state) Indicates the new state of the endpoint