Uses of Class
org.kurento.client.Tag
-
Uses of Tag in org.kurento.client
Modifier and TypeMethodDescriptionMediaObject.getTags()
Returns all tags attached to thisMediaObject
.MediaObject.getTags
(Transaction tx) Returns all tags attached to thisMediaObject
.RaiseBaseEvent.getTags()
Getter for the tags propertyModifier and TypeMethodDescriptionvoid
MediaObject.getTags
(Continuation<List<Tag>> cont) Asynchronous version of getTags:Continuation.onSuccess(F)
is called when the action is done.void
Setter for the tags propertyModifierConstructorDescriptionCodeFoundEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, String codeType, String value) Event raised by aZBarFilter
when a code is found in the data being streamed.ConnectionStateChangedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, ConnectionState oldState, ConnectionState newState) This event is raised when the connection between two peers changes.DataChannelClosedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, int channelId) Event fired when a data channel is closed.DataChannelOpenedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, int channelId) Event fired when a new data channel is created.DtlsConnectionStateChangeEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, String streamId, String componentId, String connectionId, DtlsConnectionState state) Event fired when and ICE component DTLS connection state changes.ElementConnectedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Indicates that an element has been connected to anotherElementDisconnectedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Indicates that an element has been disconnected from anotherEndOfStreamEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event raised when the stream that the element sends out is finished.ErrorEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String description, int errorCode, String type) Fired whenever an undefined error related to the MediaObject has occurredGenericMediaEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, org.kurento.jsonrpc.Props data) IceCandidateFoundEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, IceCandidate candidate) Notifies a new local candidate.IceComponentStateChangedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, int streamId, int componentId, IceComponentState state) Event fired when and ICE component state changes.IceGatheringDoneEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event fired when al ICE candidates have been gathered.MediaEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Base for all events raised by elements in the Kurento media server.MediaFlowInStateChangedEvent
(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.MediaSessionStartedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event raised when the endpoint has successfully finished the signaling stage, and is ready for establishing a connection.MediaSessionTerminatedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event raised when the endpoint has finished its operation and the connection has been tore down.MediaStateChangedEvent
(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.MediaTranscodingStateChangedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaTranscodingState state, String binName, MediaType mediaType) Event fired when an incoming media begins and codec transcoding is either required or not.NewCandidatePairSelectedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, IceCandidatePair candidatePair) Event fired when a new pair of ICE candidates is used by the ICE library.ObjectCreatedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, MediaObject object) Indicates that an object has been created on the media serverObjectDestroyedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String objectId) Indicates that an object has been destroyed on the media serverOnKeySoftLimitEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaType mediaType) Fired when encryption is used and any stream reached the soft key usage limit, which means it will expire soon.PausedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Fired when the recorder goes to pause stateRaiseBaseEvent
(MediaObject source, String timestampMillis, List<Tag> tags) RecordingEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Fired when the recoding effectively starts.StoppedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Fired when the recorder has been stopped and all the media has been written to storage.UriEndpointStateChangedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, UriEndpointState state) Indicates the new state of the endpoint