| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
RaiseBaseEvent.getTags()
Getter for the tags property
|
List<Tag> |
MediaObject.getTags()
Returns all the MediaObject tags.
|
TFuture<List<Tag>> |
MediaObject.getTags(Transaction tx)
Returns all the MediaObject tags.
|
| 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,
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,
List<Tag> tags,
String type,
ConnectionState oldState,
ConnectionState newState)
Indicates that the state of the connection has changed
|
ElementConnectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been connected to other
|
ElementDisconnectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been disconnected
|
EndOfStreamEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Event raised when the stream that the element sends out is finished.
|
ErrorEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String description,
int errorCode,
String type)
An error related to the MediaObject has occurred
|
MediaEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Base for all events raised by elements in the Kurento media server.
|
MediaSessionStartedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Event raised when a session starts.
|
MediaSessionTerminatedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Event raised when a session is terminated.
|
MediaStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaState oldState,
MediaState newState)
Indicates that the state of the media has changed
|
ObjectCreatedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
MediaObject object)
Indicates that an object has been created on the mediaserver
|
ObjectDestroyedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String objectId)
Indicates that an object has been destroyed on the mediaserver
|
OnDataChannelClosedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Notify the destruction of a data channel.
|
OnDataChannelOpenedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Notify the creation of a new data channel.
|
OnIceCandidateEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
IceCandidate candidate)
Notify of a new gathered local candidate.
|
OnIceComponentStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int streamId,
int componentId,
IceComponentState state)
Notify about the change of an ICE component state.
|
OnIceGatheringDoneEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Notify that all candidates have been gathered.
|
RaiseBaseEvent(MediaObject source,
String timestamp,
List<Tag> tags) |
Copyright © 2015 Kurento. All rights reserved.