Uses of Enum Class
org.kurento.client.MediaState
-
Uses of MediaState in org.kurento.client
Subclasses with type arguments of type MediaState in org.kurento.clientMethods in org.kurento.client that return MediaStateModifier and TypeMethodDescriptionBaseRtpEndpoint.getMediaState()Get Media flow state.MediaStateChangedEvent.getNewState()Getter for the newState propertyMediaStateChangedEvent.getOldState()Getter for the oldState propertystatic MediaStateReturns the enum constant of this class with the specified name.static MediaState[]MediaState.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 MediaStateModifier and TypeMethodDescriptionBaseRtpEndpoint.getMediaState(Transaction tx) Get Media flow state.Methods in org.kurento.client with parameters of type MediaStateModifier and TypeMethodDescriptionvoidMediaStateChangedEvent.setNewState(MediaState newState) Setter for the newState propertyvoidMediaStateChangedEvent.setOldState(MediaState oldState) Setter for the oldState propertyMethod parameters in org.kurento.client with type arguments of type MediaStateModifier and TypeMethodDescriptionvoidBaseRtpEndpoint.getMediaState(Continuation<MediaState> cont) Get Media flow state.Constructors in org.kurento.client with parameters of type MediaStateModifierConstructorDescriptionMediaStateChangedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaState oldState, MediaState newState) This event is fired when the media connection between two peers changes, based on the RTCP packet flow.