Uses of Enum Class
org.kurento.client.RTCDataChannelState
-
Uses of RTCDataChannelState in org.kurento.client
Subclasses with type arguments of type RTCDataChannelState in org.kurento.clientModifier and TypeClassDescriptionenumRepresents the state of the RTCDataChannelMethods in org.kurento.client that return RTCDataChannelStateModifier and TypeMethodDescriptionRTCDataChannelStats.getState()get The state of the RTCDatachannel.static RTCDataChannelStateReturns the enum constant of this class with the specified name.static RTCDataChannelState[]RTCDataChannelState.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 RTCDataChannelStateModifier and TypeMethodDescriptionvoidRTCDataChannelStats.setState(RTCDataChannelState state) set The state of the RTCDatachannel.Constructors in org.kurento.client with parameters of type RTCDataChannelStateModifierConstructorDescriptionRTCDataChannelStats(String id, StatsType type, long timestampMillis, String label, String protocol, long datachannelid, RTCDataChannelState state, long messagesSent, long bytesSent, long messagesReceived, long bytesReceived) Create a RTCDataChannelStats