Modifier and Type | Method and Description |
---|---|
List<Tag> |
RaiseBaseEvent.getTags()
Getter for the tags property
|
List<Tag> |
MediaObject.getTags()
Returns all tags attached to this
MediaObject . |
TFuture<List<Tag>> |
MediaObject.getTags(Transaction tx)
Returns all tags attached to this
MediaObject . |
Modifier and Type | Method and Description |
---|---|
void |
MediaObject.getTags(Continuation<List<Tag>> cont)
Asynchronous version of getTags:
Continuation.onSuccess(F) is called when the action is
done. |
void |
RaiseBaseEvent.setTags(List<Tag> tags)
Setter for the tags property
|
Constructor and Description |
---|
CodeFoundEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
String codeType,
String value)
Event raised by a
ZBarFilter when a code is found in the data being streamed. |
ConnectionStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
ConnectionState oldState,
ConnectionState newState)
This event is raised when the connection between two peers changes.
|
DataChannelCloseEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int channelId)
Event fired when a data channel is closed.
|
DataChannelOpenEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int channelId)
Event fired when a new data channel is created.
|
ElementConnectedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been connected to another
|
ElementDisconnectedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been disconnected from another
|
EndOfStreamEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Event raised when the stream that the element sends out is finished.
|
ErrorEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String description,
int errorCode,
String type)
Fired whenever an undefined error related to the MediaObject has occurred
|
GenericMediaEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
org.kurento.jsonrpc.Props data) |
IceCandidateFoundEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
IceCandidate candidate)
Notifies a new local candidate.
|
IceComponentStateChangeEvent(MediaObject source,
String timestamp,
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 timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Event fired when al ICE candidates have been gathered.
|
MediaEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Base for all events raised by elements in the Kurento media server.
|
MediaFlowInStateChangeEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
MediaFlowState state,
String padName,
MediaType mediaType)
Fired when the incoming media flow begins or ends.
|
MediaFlowOutStateChangeEvent(MediaObject source,
String timestamp,
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 timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Event raised when a session starts.
|
MediaSessionTerminatedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Event raised when a session is terminated.
|
MediaStateChangedEvent(MediaObject source,
String timestamp,
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.
|
MediaTranscodingStateChangeEvent(MediaObject source,
String timestamp,
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 timestamp,
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 timestamp,
String timestampMillis,
List<Tag> tags,
MediaObject object)
Indicates that an object has been created on the mediaserver
|
ObjectDestroyedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String objectId)
Indicates that an object has been destroyed on the mediaserver
|
OnDataChannelClosedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int channelId) |
OnDataChannelOpenedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int channelId) |
OnIceCandidateEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
IceCandidate candidate) |
OnIceComponentStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
int streamId,
int componentId,
IceComponentState state) |
OnIceGatheringDoneEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type) |
OnKeySoftLimitEvent(MediaObject source,
String timestamp,
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 timestamp,
String timestampMillis,
List<Tag> tags,
String type) |
RaiseBaseEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags) |
RecordingEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Fired when the recoding effectively starts.
|
StoppedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type) |
UriEndpointStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
UriEndpointState state)
Indicates the new state of the endpoint
|
Copyright © 2019 Kurento. All rights reserved.