A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

A

AbstractBuilder<T> - Class in org.kurento.client
Kurento Media Builder base interface.
AbstractBuilder(Class<?>, RomManager) - Constructor for class org.kurento.client.AbstractBuilder
 
AbstractBuilder(Class<?>, KurentoObject) - Constructor for class org.kurento.client.AbstractBuilder
 
add(String, Object) - Method in class org.kurento.client.Properties
 
addCodeFoundListener(EventListener<CodeFoundEvent>) - Method in interface org.kurento.client.ZBarFilter
Add a EventListener for event CodeFoundEvent.
addCodeFoundListener(EventListener<CodeFoundEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.ZBarFilter
Add a EventListener for event CodeFoundEvent.
addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent>) - Method in interface org.kurento.client.BaseRtpEndpoint
addConnectionStateChangedListener(EventListener<ConnectionStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.BaseRtpEndpoint
addDataChannelClosedListener(EventListener<DataChannelClosedEvent>) - Method in interface org.kurento.client.WebRtcEndpoint
addDataChannelClosedListener(EventListener<DataChannelClosedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.WebRtcEndpoint
addDataChannelOpenedListener(EventListener<DataChannelOpenedEvent>) - Method in interface org.kurento.client.WebRtcEndpoint
addDataChannelOpenedListener(EventListener<DataChannelOpenedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.WebRtcEndpoint
addElementConnectedListener(EventListener<ElementConnectedEvent>) - Method in interface org.kurento.client.MediaElement
addElementConnectedListener(EventListener<ElementConnectedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.MediaElement
addElementDisconnectedListener(EventListener<ElementDisconnectedEvent>) - Method in interface org.kurento.client.MediaElement
addElementDisconnectedListener(EventListener<ElementDisconnectedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.MediaElement
addEndOfStreamListener(EventListener<EndOfStreamEvent>) - Method in interface org.kurento.client.HttpPostEndpoint
addEndOfStreamListener(EventListener<EndOfStreamEvent>) - Method in interface org.kurento.client.PlayerEndpoint
addEndOfStreamListener(EventListener<EndOfStreamEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.HttpPostEndpoint
addEndOfStreamListener(EventListener<EndOfStreamEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.PlayerEndpoint
addErrorListener(EventListener<ErrorEvent>) - Method in interface org.kurento.client.MediaObject
Add a EventListener for event ErrorEvent.
addErrorListener(EventListener<ErrorEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.MediaObject
Add a EventListener for event ErrorEvent.
addEventListener(String, EventListener<T>, Class<T>) - Method in interface org.kurento.client.KurentoObject
 
addIceCandidate(IceCandidate) - Method in interface org.kurento.client.WebRtcEndpoint
Process an ICE candidate sent by the remote peer of the connection.
addIceCandidate(IceCandidate, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of addIceCandidate: Continuation.onSuccess(F) is called when the action is done.
addIceCandidate(Transaction, IceCandidate) - Method in interface org.kurento.client.WebRtcEndpoint
Process an ICE candidate sent by the remote peer of the connection.
addIceCandidateFoundListener(EventListener<IceCandidateFoundEvent>) - Method in interface org.kurento.client.WebRtcEndpoint
addIceCandidateFoundListener(EventListener<IceCandidateFoundEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.WebRtcEndpoint
addIceComponentStateChangedListener(EventListener<IceComponentStateChangedEvent>) - Method in interface org.kurento.client.WebRtcEndpoint
addIceComponentStateChangedListener(EventListener<IceComponentStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.WebRtcEndpoint
addIceGatheringDoneListener(EventListener<IceGatheringDoneEvent>) - Method in interface org.kurento.client.WebRtcEndpoint
addIceGatheringDoneListener(EventListener<IceGatheringDoneEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.WebRtcEndpoint
addImage(String, String, float, float, float, float, boolean, boolean) - Method in interface org.kurento.client.ImageOverlayFilter
Add an image to be used as overlay.
addImage(String, String, float, float, float, float, boolean, boolean, Continuation<Void>) - Method in interface org.kurento.client.ImageOverlayFilter
Asynchronous version of addImage: Continuation.onSuccess(F) is called when the action is done.
addImage(Transaction, String, String, float, float, float, float, boolean, boolean) - Method in interface org.kurento.client.ImageOverlayFilter
Add an image to be used as overlay.
addMediaFlowInStateChangedListener(EventListener<MediaFlowInStateChangedEvent>) - Method in interface org.kurento.client.MediaElement
addMediaFlowInStateChangedListener(EventListener<MediaFlowInStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.MediaElement
addMediaFlowOutStateChangedListener(EventListener<MediaFlowOutStateChangedEvent>) - Method in interface org.kurento.client.MediaElement
addMediaFlowOutStateChangedListener(EventListener<MediaFlowOutStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.MediaElement
addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent>) - Method in interface org.kurento.client.SessionEndpoint
addMediaSessionStartedListener(EventListener<MediaSessionStartedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.SessionEndpoint
addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent>) - Method in interface org.kurento.client.SessionEndpoint
addMediaSessionTerminatedListener(EventListener<MediaSessionTerminatedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.SessionEndpoint
addMediaStateChangedListener(EventListener<MediaStateChangedEvent>) - Method in interface org.kurento.client.BaseRtpEndpoint
addMediaStateChangedListener(EventListener<MediaStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.BaseRtpEndpoint
addMediaTranscodingStateChangedListener(EventListener<MediaTranscodingStateChangedEvent>) - Method in interface org.kurento.client.MediaElement
addMediaTranscodingStateChangedListener(EventListener<MediaTranscodingStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.MediaElement
addNewCandidatePairSelectedListener(EventListener<NewCandidatePairSelectedEvent>) - Method in interface org.kurento.client.WebRtcEndpoint
addNewCandidatePairSelectedListener(EventListener<NewCandidatePairSelectedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.WebRtcEndpoint
addObjectCreatedListener(EventListener<ObjectCreatedEvent>) - Method in interface org.kurento.client.ServerManager
addObjectCreatedListener(EventListener<ObjectCreatedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.ServerManager
addObjectDestroyedListener(EventListener<ObjectDestroyedEvent>) - Method in interface org.kurento.client.ServerManager
addObjectDestroyedListener(EventListener<ObjectDestroyedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.ServerManager
addOnKeySoftLimitListener(EventListener<OnKeySoftLimitEvent>) - Method in interface org.kurento.client.RtpEndpoint
addOnKeySoftLimitListener(EventListener<OnKeySoftLimitEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.RtpEndpoint
addPausedListener(EventListener<PausedEvent>) - Method in interface org.kurento.client.RecorderEndpoint
Add a EventListener for event PausedEvent.
addPausedListener(EventListener<PausedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.RecorderEndpoint
Add a EventListener for event PausedEvent.
addRecordingListener(EventListener<RecordingEvent>) - Method in interface org.kurento.client.RecorderEndpoint
Add a EventListener for event RecordingEvent.
addRecordingListener(EventListener<RecordingEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.RecorderEndpoint
Add a EventListener for event RecordingEvent.
addStoppedListener(EventListener<StoppedEvent>) - Method in interface org.kurento.client.RecorderEndpoint
Add a EventListener for event StoppedEvent.
addStoppedListener(EventListener<StoppedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.RecorderEndpoint
Add a EventListener for event StoppedEvent.
addTag(String, String) - Method in interface org.kurento.client.MediaObject
Adds a new tag to this MediaObject.
addTag(String, String, Continuation<Void>) - Method in interface org.kurento.client.MediaObject
Asynchronous version of addTag: Continuation.onSuccess(F) is called when the action is done.
addTag(Transaction, String, String) - Method in interface org.kurento.client.MediaObject
Adds a new tag to this MediaObject.
addUriEndpointStateChangedListener(EventListener<UriEndpointStateChangedEvent>) - Method in interface org.kurento.client.UriEndpoint
addUriEndpointStateChangedListener(EventListener<UriEndpointStateChangedEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.client.UriEndpoint
AES_128_CM_HMAC_SHA1_32 - org.kurento.client.CryptoSuite
 
AES_128_CM_HMAC_SHA1_80 - org.kurento.client.CryptoSuite
 
AES_256_CM_HMAC_SHA1_32 - org.kurento.client.CryptoSuite
 
AES_256_CM_HMAC_SHA1_80 - org.kurento.client.CryptoSuite
 
AF11 - org.kurento.client.DSCPValue
 
AF12 - org.kurento.client.DSCPValue
 
AF13 - org.kurento.client.DSCPValue
 
AF21 - org.kurento.client.DSCPValue
 
AF22 - org.kurento.client.DSCPValue
 
AF23 - org.kurento.client.DSCPValue
 
AF31 - org.kurento.client.DSCPValue
 
AF32 - org.kurento.client.DSCPValue
 
AF33 - org.kurento.client.DSCPValue
 
AF41 - org.kurento.client.DSCPValue
 
AF42 - org.kurento.client.DSCPValue
 
AF43 - org.kurento.client.DSCPValue
 
AlphaBlending - Interface in org.kurento.client
A Hub that mixes the MediaType.AUDIO stream of its connected sources and constructs one output with MediaType.VIDEO streams of its connected sources into its sink
AlphaBlending.Builder - Class in org.kurento.client
 
AUDIO - org.kurento.client.FilterType
 
AUDIO - org.kurento.client.MediaType
 
AUDIO_HIGH - org.kurento.client.DSCPValue
 
AUDIO_LOW - org.kurento.client.DSCPValue
 
AUDIO_MEDIUM - org.kurento.client.DSCPValue
 
AUDIO_VERYLOW - org.kurento.client.DSCPValue
 
AudioCaps - Class in org.kurento.client
Format for audio media
AudioCaps() - Constructor for class org.kurento.client.AudioCaps
Default private constructor of AudioCaps for serialization with Jackson
AudioCaps(AudioCodec, int) - Constructor for class org.kurento.client.AudioCaps
Create a AudioCaps
AudioCodec - Enum in org.kurento.client
Codec used for transmission of audio.
AUTODETECT - org.kurento.client.FilterType
 

B

BaseRtpEndpoint - Interface in org.kurento.client
Base class for the implementation of RTP-based communication endpoints.
beginTransaction() - Method in class org.kurento.client.KurentoClient
 
beginTransaction() - Method in interface org.kurento.client.MediaPipeline
 
build() - Method in class org.kurento.client.AbstractBuilder
Builds an object synchronously using the builder design pattern.
build(Transaction) - Method in class org.kurento.client.AbstractBuilder
 
buildAsync(Continuation<T>) - Method in class org.kurento.client.AbstractBuilder
Builds an object asynchronously using the builder design pattern.
Builder(Hub) - Constructor for class org.kurento.client.HubPort.Builder
Creates a Builder for HubPort
Builder(MediaPipeline) - Constructor for class org.kurento.client.AlphaBlending.Builder
Creates a Builder for AlphaBlending
Builder(MediaPipeline) - Constructor for class org.kurento.client.Composite.Builder
Creates a Builder for Composite
Builder(MediaPipeline) - Constructor for class org.kurento.client.Dispatcher.Builder
Creates a Builder for Dispatcher
Builder(MediaPipeline) - Constructor for class org.kurento.client.DispatcherOneToMany.Builder
Creates a Builder for DispatcherOneToMany
Builder(MediaPipeline) - Constructor for class org.kurento.client.FaceOverlayFilter.Builder
Creates a Builder for FaceOverlayFilter
Builder(MediaPipeline) - Constructor for class org.kurento.client.HttpPostEndpoint.Builder
Creates a Builder for HttpPostEndpoint
Builder(MediaPipeline) - Constructor for class org.kurento.client.ImageOverlayFilter.Builder
Creates a Builder for ImageOverlayFilter
Builder(MediaPipeline) - Constructor for class org.kurento.client.Mixer.Builder
Creates a Builder for Mixer
Builder(MediaPipeline) - Constructor for class org.kurento.client.PassThrough.Builder
Creates a Builder for PassThrough
Builder(MediaPipeline) - Constructor for class org.kurento.client.RtpEndpoint.Builder
Creates a Builder for RtpEndpoint
Builder(MediaPipeline) - Constructor for class org.kurento.client.WebRtcEndpoint.Builder
Creates a Builder for WebRtcEndpoint
Builder(MediaPipeline) - Constructor for class org.kurento.client.ZBarFilter.Builder
Creates a Builder for ZBarFilter
Builder(MediaPipeline, String) - Constructor for class org.kurento.client.GenericMediaElement.Builder
 
Builder(MediaPipeline, String) - Constructor for class org.kurento.client.GStreamerFilter.Builder
Creates a Builder for GStreamerFilter
Builder(MediaPipeline, String) - Constructor for class org.kurento.client.PlayerEndpoint.Builder
Creates a Builder for PlayerEndpoint
Builder(MediaPipeline, String) - Constructor for class org.kurento.client.RecorderEndpoint.Builder
Creates a Builder for RecorderEndpoint

C

cancelled - org.kurento.client.RTCStatsIceCandidatePairState
 
candidatepair - org.kurento.client.StatsType
 
CertificateKeyType - Enum in org.kurento.client
.
CHROME_HIGH - org.kurento.client.DSCPValue
 
CHROME_LOW - org.kurento.client.DSCPValue
 
CHROME_MEDIUM - org.kurento.client.DSCPValue
 
CHROME_VERYLOW - org.kurento.client.DSCPValue
 
closed - org.kurento.client.RTCDataChannelState
 
closeDataChannel(int) - Method in interface org.kurento.client.WebRtcEndpoint
Closes an open data channel
closeDataChannel(int, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of closeDataChannel: Continuation.onSuccess(F) is called when the action is done.
closeDataChannel(Transaction, int) - Method in interface org.kurento.client.WebRtcEndpoint
Closes an open data channel
closing - org.kurento.client.RTCDataChannelState
 
CodecConfiguration - Class in org.kurento.client
Defines specific configuration for codecs
CodecConfiguration() - Constructor for class org.kurento.client.CodecConfiguration
Create a CodecConfiguration
CodeFoundEvent - Class in org.kurento.client
Event raised by a ZBarFilter when a code is found in the data being streamed.
CodeFoundEvent(MediaObject, String, List<Tag>, String, String, String) - Constructor for class org.kurento.client.CodeFoundEvent
Event raised by a ZBarFilter when a code is found in the data being streamed.
commit() - Method in interface org.kurento.client.Transaction
 
commit(Continuation<Void>) - Method in interface org.kurento.client.Transaction
 
Composite - Interface in org.kurento.client
A Hub that mixes the MediaType.AUDIO stream of its connected sources and constructs a grid with the MediaType.VIDEO streams of its connected sources into its sink
Composite.Builder - Class in org.kurento.client
 
configureJsonRpcClient(AbstractJsonRpcClientWebSocket) - Static method in class org.kurento.client.KurentoClient
 
connect() - Method in class org.kurento.client.KurentoClientBuilder
 
connect(HubPort, HubPort) - Method in interface org.kurento.client.Dispatcher
Connects each corresponding MediaType of the given source port with the sink port.
connect(HubPort, HubPort, Continuation<Void>) - Method in interface org.kurento.client.Dispatcher
Asynchronous version of connect: Continuation.onSuccess(F) is called when the action is done.
connect(MediaElement) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(MediaElement, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of connect: Continuation.onSuccess(F) is called when the action is done.
connect(MediaElement, MediaType) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(MediaElement, MediaType, String) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(MediaElement, MediaType, String, String) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(MediaElement, MediaType, String, String, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of connect: Continuation.onSuccess(F) is called when the action is done.
connect(MediaElement, MediaType, String, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of connect: Continuation.onSuccess(F) is called when the action is done.
connect(MediaElement, MediaType, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of connect: Continuation.onSuccess(F) is called when the action is done.
connect(MediaType, HubPort, HubPort) - Method in interface org.kurento.client.Mixer
Connects each corresponding MediaType of the given source port with the sink port.
connect(MediaType, HubPort, HubPort, Continuation<Void>) - Method in interface org.kurento.client.Mixer
Asynchronous version of connect: Continuation.onSuccess(F) is called when the action is done.
connect(Transaction, HubPort, HubPort) - Method in interface org.kurento.client.Dispatcher
Connects each corresponding MediaType of the given source port with the sink port.
connect(Transaction, MediaElement) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(Transaction, MediaElement, MediaType) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(Transaction, MediaElement, MediaType, String) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(Transaction, MediaElement, MediaType, String, String) - Method in interface org.kurento.client.MediaElement
Connects two elements, with the media flowing from left to right.
connect(Transaction, MediaType, HubPort, HubPort) - Method in interface org.kurento.client.Mixer
Connects each corresponding MediaType of the given source port with the sink port.
connected() - Method in interface org.kurento.client.KurentoConnectionListener
Method invoked when the Kurento client successfully connects to the server.
CONNECTED - org.kurento.client.ConnectionState
 
CONNECTED - org.kurento.client.IceComponentState
 
CONNECTED - org.kurento.client.MediaState
 
connecting - org.kurento.client.RTCDataChannelState
 
CONNECTING - org.kurento.client.IceComponentState
 
connectionFailed() - Method in interface org.kurento.client.KurentoConnectionListener
Method invoked when the Kurento client could not connect to the server.
ConnectionState - Enum in org.kurento.client
State of the connection.
ConnectionStateChangedEvent - Class in org.kurento.client
This event is raised when the connection between two peers changes.
ConnectionStateChangedEvent(MediaObject, String, List<Tag>, String, ConnectionState, ConnectionState) - Constructor for class org.kurento.client.ConnectionStateChangedEvent
This event is raised when the connection between two peers changes.
Continuation<F> - Interface in org.kurento.client
This interface is to be used in asynchronous calls to the media server.
create() - Static method in class org.kurento.client.KurentoClient
 
create(String) - Static method in class org.kurento.client.KurentoClient
 
create(String, KurentoConnectionListener) - Static method in class org.kurento.client.KurentoClient
 
create(String, KurentoConnectionListener, Properties) - Static method in class org.kurento.client.KurentoClient
 
create(String, Properties) - Static method in class org.kurento.client.KurentoClient
 
create(String, Properties, Handler, Handler, Handler, Handler, ReconnectedHandler, Long, Long) - Static method in class org.kurento.client.KurentoClient
 
create(Properties) - Static method in class org.kurento.client.KurentoClient
 
create(Properties, KurentoConnectionListener) - Static method in class org.kurento.client.KurentoClient
 
createDataChannel() - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(String) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(String, boolean) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(String, boolean, int) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(String, boolean, int, int) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(String, boolean, int, int, String) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(String, boolean, int, int, String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of createDataChannel: Continuation.onSuccess(F) is called when the action is done.
createDataChannel(String, boolean, int, int, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of createDataChannel: Continuation.onSuccess(F) is called when the action is done.
createDataChannel(String, boolean, int, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of createDataChannel: Continuation.onSuccess(F) is called when the action is done.
createDataChannel(String, boolean, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of createDataChannel: Continuation.onSuccess(F) is called when the action is done.
createDataChannel(String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of createDataChannel: Continuation.onSuccess(F) is called when the action is done.
createDataChannel(Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of createDataChannel: Continuation.onSuccess(F) is called when the action is done.
createDataChannel(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(Transaction, String) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(Transaction, String, boolean) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(Transaction, String, boolean, int) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(Transaction, String, boolean, int, int) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createDataChannel(Transaction, String, boolean, int, int, String) - Method in interface org.kurento.client.WebRtcEndpoint
Create a new data channel, if data channels are supported.
createFromJsonRpcClient(JsonRpcClient) - Static method in class org.kurento.client.KurentoClient
 
createFromJsonRpcClientHonoringClientTimeouts(JsonRpcClient) - Static method in class org.kurento.client.KurentoClient
 
createMediaPipeline() - Method in class org.kurento.client.KurentoClient
Creates a new MediaPipeline in the media server.
createMediaPipeline(Continuation<MediaPipeline>) - Method in class org.kurento.client.KurentoClient
Creates a new MediaPipeline in the media server.
createMediaPipeline(Properties) - Method in class org.kurento.client.KurentoClient
Creates a new MediaPipeline in the media server.
createMediaPipeline(Properties, Continuation<MediaPipeline>) - Method in class org.kurento.client.KurentoClient
Creates a new MediaPipeline in the media server.
createMediaPipeline(Transaction) - Method in class org.kurento.client.KurentoClient
 
createMediaPipeline(Transaction, Properties) - Method in class org.kurento.client.KurentoClient
 
CryptoSuite - Enum in org.kurento.client
Describes the encryption and authentication algorithms
CS0 - org.kurento.client.DSCPValue
 
CS1 - org.kurento.client.DSCPValue
 
CS2 - org.kurento.client.DSCPValue
 
CS3 - org.kurento.client.DSCPValue
 
CS4 - org.kurento.client.DSCPValue
 
CS5 - org.kurento.client.DSCPValue
 
CS6 - org.kurento.client.DSCPValue
 
CS7 - org.kurento.client.DSCPValue
 

D

DATA - org.kurento.client.MediaType
 
DATA_HIGH - org.kurento.client.DSCPValue
 
DATA_LOW - org.kurento.client.DSCPValue
 
DATA_MEDIUM - org.kurento.client.DSCPValue
 
DATA_VERYLOW - org.kurento.client.DSCPValue
 
datachannel - org.kurento.client.StatsType
 
DataChannelClosedEvent - Class in org.kurento.client
Event fired when a data channel is closed.
DataChannelClosedEvent(MediaObject, String, List<Tag>, String, int) - Constructor for class org.kurento.client.DataChannelClosedEvent
Event fired when a data channel is closed.
DataChannelOpenedEvent - Class in org.kurento.client
Event fired when a new data channel is created.
DataChannelOpenedEvent(MediaObject, String, List<Tag>, String, int) - Constructor for class org.kurento.client.DataChannelOpenedEvent
Event fired when a new data channel is created.
destroy() - Method in class org.kurento.client.KurentoClient
 
disconnect(MediaElement) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(MediaElement, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of disconnect: Continuation.onSuccess(F) is called when the action is done.
disconnect(MediaElement, MediaType) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(MediaElement, MediaType, String) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(MediaElement, MediaType, String, String) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(MediaElement, MediaType, String, String, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of disconnect: Continuation.onSuccess(F) is called when the action is done.
disconnect(MediaElement, MediaType, String, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of disconnect: Continuation.onSuccess(F) is called when the action is done.
disconnect(MediaElement, MediaType, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of disconnect: Continuation.onSuccess(F) is called when the action is done.
disconnect(MediaType, HubPort, HubPort) - Method in interface org.kurento.client.Mixer
Disonnects each corresponding MediaType of the given source port from the sink port.
disconnect(MediaType, HubPort, HubPort, Continuation<Void>) - Method in interface org.kurento.client.Mixer
Asynchronous version of disconnect: Continuation.onSuccess(F) is called when the action is done.
disconnect(Transaction, MediaElement) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(Transaction, MediaElement, MediaType) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(Transaction, MediaElement, MediaType, String) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(Transaction, MediaElement, MediaType, String, String) - Method in interface org.kurento.client.MediaElement
Disconnects two media elements.
disconnect(Transaction, MediaType, HubPort, HubPort) - Method in interface org.kurento.client.Mixer
Disonnects each corresponding MediaType of the given source port from the sink port.
disconnected() - Method in interface org.kurento.client.KurentoConnectionListener
Method invoked when the Kurento client connection with the server is interrupted.
DISCONNECTED - org.kurento.client.ConnectionState
 
DISCONNECTED - org.kurento.client.IceComponentState
 
DISCONNECTED - org.kurento.client.MediaState
 
Dispatcher - Interface in org.kurento.client
A Hub that allows routing between arbitrary port pairs
Dispatcher.Builder - Class in org.kurento.client
 
DispatcherOneToMany - Interface in org.kurento.client
A Hub that sends a given source to all the connected sinks
DispatcherOneToMany.Builder - Class in org.kurento.client
 
DSCPValue - Enum in org.kurento.client
Possible DSCP values

E

ECDSA - org.kurento.client.CertificateKeyType
 
EF - org.kurento.client.DSCPValue
 
element - org.kurento.client.StatsType
 
ElementConnectedEvent - Class in org.kurento.client
Indicates that an element has been connected to another
ElementConnectedEvent(MediaObject, String, List<Tag>, String, MediaElement, MediaType, String, String) - Constructor for class org.kurento.client.ElementConnectedEvent
Indicates that an element has been connected to another
ElementConnectionData - Class in org.kurento.client
 
ElementConnectionData() - Constructor for class org.kurento.client.ElementConnectionData
Default private constructor of ElementConnectionData for serialization with Jackson
ElementConnectionData(MediaElement, MediaElement, MediaType, String, String) - Constructor for class org.kurento.client.ElementConnectionData
Create a ElementConnectionData
ElementDisconnectedEvent - Class in org.kurento.client
Indicates that an element has been disconnected from another
ElementDisconnectedEvent(MediaObject, String, List<Tag>, String, MediaElement, MediaType, String, String) - Constructor for class org.kurento.client.ElementDisconnectedEvent
Indicates that an element has been disconnected from another
ElementStats - Class in org.kurento.client
A dictionary that represents the stats gathered in the media element.
ElementStats() - Constructor for class org.kurento.client.ElementStats
Default private constructor of ElementStats for serialization with Jackson
ElementStats(String, StatsType, long, List<MediaLatencyStat>) - Constructor for class org.kurento.client.ElementStats
Create a ElementStats
EndOfStreamEvent - Class in org.kurento.client
Event raised when the stream that the element sends out is finished.
EndOfStreamEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.EndOfStreamEvent
Event raised when the stream that the element sends out is finished.
endpoint - org.kurento.client.StatsType
 
Endpoint - Interface in org.kurento.client
Base interface for all end points.
EndpointStats - Class in org.kurento.client
A dictionary that represents the stats gathered in the endpoint element.
EndpointStats() - Constructor for class org.kurento.client.EndpointStats
Default private constructor of EndpointStats for serialization with Jackson
EndpointStats(String, StatsType, long, List<MediaLatencyStat>, List<MediaLatencyStat>) - Constructor for class org.kurento.client.EndpointStats
Create a EndpointStats
ErrorEvent - Class in org.kurento.client
Fired whenever an undefined error related to the MediaObject has occurred
ErrorEvent(MediaObject, String, List<Tag>, String, int, String) - Constructor for class org.kurento.client.ErrorEvent
Fired whenever an undefined error related to the MediaObject has occurred
Event - Interface in org.kurento.client
Parent interface for Kurento events.
EventListener<T extends Event> - Interface in org.kurento.client
Interface to be implemented by MediaEvent listeners.

F

FaceOverlayFilter - Interface in org.kurento.client
FaceOverlayFilter interface.
FaceOverlayFilter.Builder - Class in org.kurento.client
 
failed - org.kurento.client.RTCStatsIceCandidatePairState
 
FAILED - org.kurento.client.IceComponentState
 
FILL_IF_TRANSCODING - org.kurento.client.GapsFixMethod
 
Filter - Interface in org.kurento.client
Base interface for all filters.
FilterType - Enum in org.kurento.client
Type of filter to be created.
FLOWING - org.kurento.client.MediaFlowState
 
FLV - org.kurento.client.MediaProfileSpecType
 
Fraction - Class in org.kurento.client
Type that represents a fraction of an integer numerator over an integer denominator
Fraction() - Constructor for class org.kurento.client.Fraction
Default private constructor of Fraction for serialization with Jackson
Fraction(int, int) - Constructor for class org.kurento.client.Fraction
Create a Fraction
frozen - org.kurento.client.RTCStatsIceCandidatePairState
 

G

GapsFixMethod - Enum in org.kurento.client
How to fix gaps when they are found in the recorded stream.
gatherCandidates() - Method in interface org.kurento.client.WebRtcEndpoint
Start the ICE candidate gathering.
gatherCandidates(Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Asynchronous version of gatherCandidates: Continuation.onSuccess(F) is called when the action is done.
gatherCandidates(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Start the ICE candidate gathering.
GATHERING - org.kurento.client.IceComponentState
 
generateOffer() - Method in interface org.kurento.client.SdpEndpoint
Generates an SDP offer with media capabilities of the Endpoint.
generateOffer(Continuation<String>) - Method in interface org.kurento.client.SdpEndpoint
Asynchronous version of generateOffer: Continuation.onSuccess(F) is called when the action is done.
generateOffer(OfferOptions) - Method in interface org.kurento.client.SdpEndpoint
Generates an SDP offer with media capabilities of the Endpoint.
generateOffer(OfferOptions, Continuation<String>) - Method in interface org.kurento.client.SdpEndpoint
Asynchronous version of generateOffer: Continuation.onSuccess(F) is called when the action is done.
generateOffer(Transaction) - Method in interface org.kurento.client.SdpEndpoint
Generates an SDP offer with media capabilities of the Endpoint.
generateOffer(Transaction, OfferOptions) - Method in interface org.kurento.client.SdpEndpoint
Generates an SDP offer with media capabilities of the Endpoint.
GenericMediaElement - Interface in org.kurento.client
 
GenericMediaElement.Builder - Class in org.kurento.client
 
GenericMediaEvent - Class in org.kurento.client
 
GenericMediaEvent(MediaObject, String, List<Tag>, String, Props) - Constructor for class org.kurento.client.GenericMediaEvent
 
genericProperties - Variable in class org.kurento.client.AbstractBuilder
 
GENPTS - org.kurento.client.GapsFixMethod
 
get() - Method in interface org.kurento.client.TFuture
Waits if necessary for the transaction to be committed, and then retrieves its result.
get(String) - Method in class org.kurento.client.Properties
 
getActiveConnection() - Method in class org.kurento.client.RTCTransportStats
get Set to true when transport is active.
getAddressSourceUrl() - Method in class org.kurento.client.RTCIceCandidateAttributes
get The URL of the TURN or STUN server indicated in the RTCIceServers that translated this IP address.
getAssociateStatsId() - Method in class org.kurento.client.RTCRTPStreamStats
get The associateStatsId is used for looking up the corresponding (local/remote) RTCStats object for a given SSRC.
getAudioLevel() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for audio, and the value is between 0..1 (linear), where 1.0 represents 0 dBov.
getAvailableIncomingBitrate() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Measured in Bits per second, and is implementation dependent.
getAvailableOutgoingBitrate() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Measured in Bits per second, and is implementation dependent.
getAvg() - Method in class org.kurento.client.MediaLatencyStat
get The average time that buffers take to get on the input pad of this element
getBase64Certificate() - Method in class org.kurento.client.RTCCertificateStats
get For example, DER-encoded, base-64 representation of a certificate.
getBinName() - Method in class org.kurento.client.MediaTranscodingStateChangedEvent
Getter for the binName property
getBitrate() - Method in class org.kurento.client.AudioCaps
get Bitrate
getById(String, Class<T>) - Method in class org.kurento.client.KurentoClient
 
getBytesReceived() - Method in class org.kurento.client.RTCDataChannelStats
get Represents the total number of bytes received on this RTCDatachannel, i.e., not including headers or padding.
getBytesReceived() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Represents the total number of payload bytes received on this candidate pair, i.e., not including headers or padding.
getBytesReceived() - Method in class org.kurento.client.RTCInboundRTPStreamStats
get Total number of bytes received for this SSRC.
getBytesReceived() - Method in class org.kurento.client.RTCTransportStats
get Represents the total number of bytes received on this PeerConnection, i.e., not including headers or padding.
getBytesSent() - Method in class org.kurento.client.RTCDataChannelStats
get Represents the total number of payload bytes sent on this RTCDatachannel, i.e., not including headers or padding.
getBytesSent() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Represents the total number of payload bytes sent on this candidate pair, i.e., not including headers or padding.
getBytesSent() - Method in class org.kurento.client.RTCOutboundRTPStreamStats
get Total number of bytes sent for this SSRC.
getBytesSent() - Method in class org.kurento.client.RTCTransportStats
get Represents the total number of payload bytes sent on this PeerConnection, i.e., not including headers or padding.
getCandidate() - Method in class org.kurento.client.IceCandidate
get The candidate-attribute as defined in section 15.1 of ICE (rfc5245).
getCandidate() - Method in class org.kurento.client.IceCandidateFoundEvent
Getter for the candidate property
getCandidatePair() - Method in class org.kurento.client.NewCandidatePairSelectedEvent
Getter for the candidatePair property
getCandidateType() - Method in class org.kurento.client.RTCIceCandidateAttributes
get The enumeration RTCStatsIceCandidateType is based on the cand-type defined in [RFC5245] section 15.1.
getCapabilities() - Method in class org.kurento.client.ServerInfo
get Describes the capabilities that this server supports
getChannelId() - Method in class org.kurento.client.DataChannelClosedEvent
Getter for the channelId property
getChannelId() - Method in class org.kurento.client.DataChannelOpenedEvent
Getter for the channelId property
getChannels() - Method in class org.kurento.client.RTCCodec
get Use 2 for stereo, missing for most other cases.
getChildren() - Method in interface org.kurento.client.MediaObject
Get Children of this MediaObject.
getChildren(Continuation<List<MediaObject>>) - Method in interface org.kurento.client.MediaObject
Get Children of this MediaObject.
getChildren(Transaction) - Method in interface org.kurento.client.MediaObject
Get Children of this MediaObject.
getClockRate() - Method in class org.kurento.client.RTCCodec
get Represents the media sampling rate.
getCodec() - Method in class org.kurento.client.AudioCaps
get Audio codec
getCodec() - Method in class org.kurento.client.RTCCodec
get e.g., video/vp8 or equivalent.
getCodec() - Method in class org.kurento.client.VideoCaps
get Video codec
getCodecId() - Method in class org.kurento.client.RTCRTPStreamStats
get The codec identifier
getCodeType() - Method in class org.kurento.client.CodeFoundEvent
Getter for the codeType property
getCommand() - Method in interface org.kurento.client.GStreamerFilter
Get String used to instantiate the GStreamer element, as in gst-launch (https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html).
getCommand(Continuation<String>) - Method in interface org.kurento.client.GStreamerFilter
Get String used to instantiate the GStreamer element, as in gst-launch (https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html).
getCommand(Transaction) - Method in interface org.kurento.client.GStreamerFilter
Get String used to instantiate the GStreamer element, as in gst-launch (https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html).
getComponentId() - Method in class org.kurento.client.IceCandidatePair
get Component ID of the ICE connection
getComponentId() - Method in class org.kurento.client.IceComponentStateChangedEvent
Getter for the componentId property
getComponentId() - Method in class org.kurento.client.IceConnection
get The ID of the component
getConnectionState() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Connection state.
getConnectionState(Continuation<ConnectionState>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Connection state.
getConnectionState(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Connection state.
getCpuCount() - Method in interface org.kurento.client.ServerManager
Number of CPU cores that the media server can use.
getCpuCount(Continuation<Integer>) - Method in interface org.kurento.client.ServerManager
Asynchronous version of getCpuCount: Continuation.onSuccess(F) is called when the action is done.
getCpuCount(Transaction) - Method in interface org.kurento.client.ServerManager
Number of CPU cores that the media server can use.
getCreationTime() - Method in interface org.kurento.client.MediaObject
Get MediaObject creation time in seconds since Epoch.
getCreationTime(Continuation<Integer>) - Method in interface org.kurento.client.MediaObject
Get MediaObject creation time in seconds since Epoch.
getCreationTime(Transaction) - Method in interface org.kurento.client.MediaObject
Get MediaObject creation time in seconds since Epoch.
getCrypto() - Method in class org.kurento.client.SDES
get Selects the cryptographic suite to be used.
getData() - Method in class org.kurento.client.GenericMediaEvent
 
getDatachannelid() - Method in class org.kurento.client.RTCDataChannelStats
get The RTCDatachannel identifier.
getDataChannelsClosed() - Method in class org.kurento.client.RTCPeerConnectionStats
get Represents the number of unique datachannels closed.
getDataChannelsOpened() - Method in class org.kurento.client.RTCPeerConnectionStats
get Represents the number of unique datachannels opened.
getDecrementFactor() - Method in class org.kurento.client.RembParams
get Determine how much is decreased the current REMB when too losses are detected.
getDenominator() - Method in class org.kurento.client.Fraction
get the denominator of the fraction
getDescription() - Method in class org.kurento.client.ErrorEvent
Getter for the description property
getDuration() - Method in class org.kurento.client.VideoInfo
get Video duration in ms
getE2ELatency() - Method in class org.kurento.client.EndpointStats
get The average end to end latency for each media stream measured in nano seconds
getEchoReturnLoss() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only present on audio tracks sourced from a microphone where echo cancellation is applied.
getEchoReturnLossEnhancement() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only present on audio tracks sourced from a microphone where echo cancellation is applied.
getElementGstreamerDot() - Method in interface org.kurento.client.PlayerEndpoint
Get Returns the GStreamer DOT string for this element's private pipeline
getElementGstreamerDot(Continuation<String>) - Method in interface org.kurento.client.PlayerEndpoint
Get Returns the GStreamer DOT string for this element's private pipeline
getElementGstreamerDot(Transaction) - Method in interface org.kurento.client.PlayerEndpoint
Get Returns the GStreamer DOT string for this element's private pipeline
getEncoderBitrate() - Method in interface org.kurento.client.MediaElement
Get Target video bitrate for media transcoding.
getEncoderBitrate(Continuation<Integer>) - Method in interface org.kurento.client.MediaElement
Get Target video bitrate for media transcoding.
getEncoderBitrate(Transaction) - Method in interface org.kurento.client.MediaElement
Get Target video bitrate for media transcoding.
getErrorCode() - Method in class org.kurento.client.ErrorEvent
Getter for the errorCode property
getExponentialFactor() - Method in class org.kurento.client.RembParams
get Factor used to increase exponentially the next REMB when it is below the threshold.
getExternalIPv4() - Method in interface org.kurento.client.WebRtcEndpoint
Get External IPv4 address of the media server.
getExternalIPv4(Continuation<String>) - Method in interface org.kurento.client.WebRtcEndpoint
Get External IPv4 address of the media server.
getExternalIPv4(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get External IPv4 address of the media server.
getExternalIPv6() - Method in interface org.kurento.client.WebRtcEndpoint
Get External IPv6 address of the media server.
getExternalIPv6(Continuation<String>) - Method in interface org.kurento.client.WebRtcEndpoint
Get External IPv6 address of the media server.
getExternalIPv6(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get External IPv6 address of the media server.
getFactories() - Method in class org.kurento.client.ModuleInfo
get Module available factories
getFingerprint() - Method in class org.kurento.client.RTCCertificateStats
get Only use the fingerprint value as defined in Section 5 of [RFC4572].
getFingerprintAlgorithm() - Method in class org.kurento.client.RTCCertificateStats
get For instance, 'sha-256'.
getFirCount() - Method in class org.kurento.client.RTCRTPStreamStats
get Count the total number of Full Intra Request (FIR) packets received by the sender.
getFractionLost() - Method in class org.kurento.client.RTCRTPStreamStats
get The fraction packet loss reported for this SSRC.
getFrameHeight() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only makes sense for video media streams and represents the height of the video frame for this SSRC.
getFramerate() - Method in class org.kurento.client.VideoCaps
get Framerate
getFramesCorrupted() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for video.
getFramesDecoded() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for video.
getFramesDropped() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for video.
getFramesPerSecond() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for video.
getFramesReceived() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for video and when remoteSource is set to true.
getFramesSent() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only valid for video.
getFrameWidth() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Only makes sense for video media streams and represents the width of the video frame for this SSRC.
getGenerationTime() - Method in class org.kurento.client.ModuleInfo
get Time that this module was generated
getGstreamerDot() - Method in interface org.kurento.client.Hub
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot() - Method in interface org.kurento.client.MediaElement
Return a .dot file describing the topology of the media element.
getGstreamerDot() - Method in interface org.kurento.client.MediaPipeline
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot(Continuation<String>) - Method in interface org.kurento.client.Hub
Asynchronous version of getGstreamerDot: Continuation.onSuccess(F) is called when the action is done.
getGstreamerDot(Continuation<String>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getGstreamerDot: Continuation.onSuccess(F) is called when the action is done.
getGstreamerDot(Continuation<String>) - Method in interface org.kurento.client.MediaPipeline
Asynchronous version of getGstreamerDot: Continuation.onSuccess(F) is called when the action is done.
getGstreamerDot(GstreamerDotDetails) - Method in interface org.kurento.client.Hub
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot(GstreamerDotDetails) - Method in interface org.kurento.client.MediaElement
Return a .dot file describing the topology of the media element.
getGstreamerDot(GstreamerDotDetails) - Method in interface org.kurento.client.MediaPipeline
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot(GstreamerDotDetails, Continuation<String>) - Method in interface org.kurento.client.Hub
Asynchronous version of getGstreamerDot: Continuation.onSuccess(F) is called when the action is done.
getGstreamerDot(GstreamerDotDetails, Continuation<String>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getGstreamerDot: Continuation.onSuccess(F) is called when the action is done.
getGstreamerDot(GstreamerDotDetails, Continuation<String>) - Method in interface org.kurento.client.MediaPipeline
Asynchronous version of getGstreamerDot: Continuation.onSuccess(F) is called when the action is done.
getGstreamerDot(Transaction) - Method in interface org.kurento.client.Hub
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot(Transaction) - Method in interface org.kurento.client.MediaElement
Return a .dot file describing the topology of the media element.
getGstreamerDot(Transaction) - Method in interface org.kurento.client.MediaPipeline
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot(Transaction, GstreamerDotDetails) - Method in interface org.kurento.client.Hub
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getGstreamerDot(Transaction, GstreamerDotDetails) - Method in interface org.kurento.client.MediaElement
Return a .dot file describing the topology of the media element.
getGstreamerDot(Transaction, GstreamerDotDetails) - Method in interface org.kurento.client.MediaPipeline
Returns a string in dot (graphviz) format that represents the gstreamer elements inside the pipeline
getICECandidatePairs() - Method in interface org.kurento.client.WebRtcEndpoint
Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.
getICECandidatePairs(Continuation<List<IceCandidatePair>>) - Method in interface org.kurento.client.WebRtcEndpoint
Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.
getICECandidatePairs(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get the ICE candidate pair (local and remote candidates) used by the ICE library for each stream.
getIceConnectionState() - Method in interface org.kurento.client.WebRtcEndpoint
Get the ICE connection state for all the connections.
getIceConnectionState(Continuation<List<IceConnection>>) - Method in interface org.kurento.client.WebRtcEndpoint
Get the ICE connection state for all the connections.
getIceConnectionState(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get the ICE connection state for all the connections.
getIceTcp() - Method in interface org.kurento.client.WebRtcEndpoint
Get Enable ICE-TCP candidate gathering.
getIceTcp(Continuation<Boolean>) - Method in interface org.kurento.client.WebRtcEndpoint
Get Enable ICE-TCP candidate gathering.
getIceTcp(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get Enable ICE-TCP candidate gathering.
getId() - Method in interface org.kurento.client.KurentoObject
 
getId() - Method in interface org.kurento.client.MediaObject
Get Unique identifier of this MediaObject.
getId() - Method in class org.kurento.client.Stats
get A unique id that is associated with the object that was inspected to produce this Stats object.
getId(Continuation<String>) - Method in interface org.kurento.client.MediaObject
Get Unique identifier of this MediaObject.
getId(Transaction) - Method in interface org.kurento.client.MediaObject
Get Unique identifier of this MediaObject.
getInfo() - Method in interface org.kurento.client.ServerManager
Get Server information, version, modules, factories, etc
getInfo(Continuation<ServerInfo>) - Method in interface org.kurento.client.ServerManager
Get Server information, version, modules, factories, etc
getInfo(Transaction) - Method in interface org.kurento.client.ServerManager
Get Server information, version, modules, factories, etc
getInputLatency() - Method in class org.kurento.client.ElementStats
get The average time that buffers take to get on the input pads of this element in nano seconds
getIpAddress() - Method in class org.kurento.client.RTCIceCandidateAttributes
get It is the IP address of the candidate, allowing for IPv4 addresses, IPv6 addresses, and fully qualified domain names (FQDNs).
getIsRemote() - Method in class org.kurento.client.RTCRTPStreamStats
get false indicates that the statistics are measured locally, while true indicates that the measurements were done at the remote endpoint and reported in an RTCP RR/XR.
getIsSeekable() - Method in class org.kurento.client.VideoInfo
get Seek is possible in video source
getIssuerCertificateId() - Method in class org.kurento.client.RTCCertificateStats
get
getJitter() - Method in class org.kurento.client.RTCInboundRTPStreamStats
get Packet Jitter measured in seconds for this SSRC.
getKey() - Method in class org.kurento.client.SDES
get
getKey() - Method in class org.kurento.client.Tag
get Tag key
getKeyBase64() - Method in class org.kurento.client.SDES
get
getKmd(String) - Method in interface org.kurento.client.ServerManager
Returns the kmd associated to a module
getKmd(String, Continuation<String>) - Method in interface org.kurento.client.ServerManager
Asynchronous version of getKmd: Continuation.onSuccess(F) is called when the action is done.
getKmd(Transaction, String) - Method in interface org.kurento.client.ServerManager
Returns the kmd associated to a module
getKmsUrl(String, Properties) - Static method in class org.kurento.client.KurentoClient
 
getKurentoServerException() - Method in exception org.kurento.client.TransactionRollbackException
 
getLabel() - Method in class org.kurento.client.KurentoClient
 
getLabel() - Method in class org.kurento.client.RTCDataChannelStats
get The RTCDatachannel label.
getLatencyStats() - Method in interface org.kurento.client.MediaPipeline
Get If statistics about pipeline latency are enabled for all mediaElements
getLatencyStats(Continuation<Boolean>) - Method in interface org.kurento.client.MediaPipeline
Get If statistics about pipeline latency are enabled for all mediaElements
getLatencyStats(Transaction) - Method in interface org.kurento.client.MediaPipeline
Get If statistics about pipeline latency are enabled for all mediaElements
getLinealFactorGrade() - Method in class org.kurento.client.RembParams
get Determine the value of the next linearFactor based on the threshold and the current REMB.
getLinealFactorMin() - Method in class org.kurento.client.RembParams
get Set the min of the factor used to increase linearly the next REMB when it is over the threshold.
getLocalCandidate() - Method in class org.kurento.client.IceCandidatePair
get The local candidate used by the ICE library.
getLocalCandidateId() - Method in class org.kurento.client.RTCIceCandidatePairStats
get It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidateAttributes for the local candidate associated with this candidate pair.
getLocalCertificateId() - Method in class org.kurento.client.RTCTransportStats
get For components where DTLS is negotiated, give local certificate.
getLocalSessionDescriptor() - Method in interface org.kurento.client.SdpEndpoint
Returns the local SDP.
getLocalSessionDescriptor(Continuation<String>) - Method in interface org.kurento.client.SdpEndpoint
Asynchronous version of getLocalSessionDescriptor: Continuation.onSuccess(F) is called when the action is done.
getLocalSessionDescriptor(Transaction) - Method in interface org.kurento.client.SdpEndpoint
Returns the local SDP.
getMap() - Method in class org.kurento.client.Properties
 
getMaxAudioRecvBandwidth() - Method in interface org.kurento.client.SdpEndpoint
Get Maximum inbound bitrate requested by this endpoint.
getMaxAudioRecvBandwidth(Continuation<Integer>) - Method in interface org.kurento.client.SdpEndpoint
Get Maximum inbound bitrate requested by this endpoint.
getMaxAudioRecvBandwidth(Transaction) - Method in interface org.kurento.client.SdpEndpoint
Get Maximum inbound bitrate requested by this endpoint.
getMaxEncoderBitrate() - Method in interface org.kurento.client.MediaElement
Get Maximum video bitrate for media transcoding.
getMaxEncoderBitrate(Continuation<Integer>) - Method in interface org.kurento.client.MediaElement
Get Maximum video bitrate for media transcoding.
getMaxEncoderBitrate(Transaction) - Method in interface org.kurento.client.MediaElement
Get Maximum video bitrate for media transcoding.
getMaxVideoRecvBandwidth() - Method in interface org.kurento.client.SdpEndpoint
Get Maximum inbound bitrate requested by this endpoint.
getMaxVideoRecvBandwidth(Continuation<Integer>) - Method in interface org.kurento.client.SdpEndpoint
Get Maximum inbound bitrate requested by this endpoint.
getMaxVideoRecvBandwidth(Transaction) - Method in interface org.kurento.client.SdpEndpoint
Get Maximum inbound bitrate requested by this endpoint.
getMaxVideoSendBandwidth() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Maximum outbound bitrate sent by this endpoint.
getMaxVideoSendBandwidth(Continuation<Integer>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Maximum outbound bitrate sent by this endpoint.
getMaxVideoSendBandwidth(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Maximum outbound bitrate sent by this endpoint.
getMediaPipeline() - Method in interface org.kurento.client.MediaObject
Get MediaPipeline to which this MediaObject belongs.
getMediaPipeline(Continuation<MediaPipeline>) - Method in interface org.kurento.client.MediaObject
Get MediaPipeline to which this MediaObject belongs.
getMediaPipeline(Transaction) - Method in interface org.kurento.client.MediaObject
Get MediaPipeline to which this MediaObject belongs.
getMediaState() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Media flow state.
getMediaState(Continuation<MediaState>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Media flow state.
getMediaState(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Media flow state.
getMediaTrackId() - Method in class org.kurento.client.RTCRTPStreamStats
get Track identifier.
getMediaType() - Method in class org.kurento.client.ElementConnectedEvent
Getter for the mediaType property
getMediaType() - Method in class org.kurento.client.ElementDisconnectedEvent
Getter for the mediaType property
getMediaType() - Method in class org.kurento.client.MediaFlowInStateChangedEvent
Getter for the mediaType property
getMediaType() - Method in class org.kurento.client.MediaFlowOutStateChangedEvent
Getter for the mediaType property
getMediaType() - Method in class org.kurento.client.MediaTranscodingStateChangedEvent
Getter for the mediaType property
getMediaType() - Method in class org.kurento.client.OnKeySoftLimitEvent
Getter for the mediaType property
getMessagesReceived() - Method in class org.kurento.client.RTCDataChannelStats
get Represents the total number of API 'message' events received.
getMessagesSent() - Method in class org.kurento.client.RTCDataChannelStats
get Represents the total number of API 'message' events sent.
getMetadata() - Method in interface org.kurento.client.ServerManager
Get Metadata stored in the server
getMetadata(Continuation<String>) - Method in interface org.kurento.client.ServerManager
Get Metadata stored in the server
getMetadata(Transaction) - Method in interface org.kurento.client.ServerManager
Get Metadata stored in the server
getMinEncoderBitrate() - Method in interface org.kurento.client.MediaElement
Get Minimum video bitrate for media transcoding.
getMinEncoderBitrate(Continuation<Integer>) - Method in interface org.kurento.client.MediaElement
Get Minimum video bitrate for media transcoding.
getMinEncoderBitrate(Transaction) - Method in interface org.kurento.client.MediaElement
Get Minimum video bitrate for media transcoding.
getMinVideoRecvBandwidth() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Minimum inbound bitrate requested by this endpoint.
getMinVideoRecvBandwidth(Continuation<Integer>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Minimum inbound bitrate requested by this endpoint.
getMinVideoRecvBandwidth(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Minimum inbound bitrate requested by this endpoint.
getMinVideoSendBandwidth() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Minimum outbound bitrate sent by this endpoint.
getMinVideoSendBandwidth(Continuation<Integer>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Minimum outbound bitrate sent by this endpoint.
getMinVideoSendBandwidth(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Minimum outbound bitrate sent by this endpoint.
getModules() - Method in class org.kurento.client.ServerInfo
get Descriptor of all modules loaded by the server
getMtu() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Maximum Transmission Unit (MTU) used for RTP.
getMtu(Continuation<Integer>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Maximum Transmission Unit (MTU) used for RTP.
getMtu(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Maximum Transmission Unit (MTU) used for RTP.
getNackCount() - Method in class org.kurento.client.RTCRTPStreamStats
get Count the total number of Negative ACKnowledgement (NACK) packets received by the sender and is sent by receiver.
getName() - Method in class org.kurento.client.CodecConfiguration
get Name of the codec.
getName() - Method in class org.kurento.client.MediaLatencyStat
get The identifier of the media stream
getName() - Method in interface org.kurento.client.MediaObject
Get This MediaObject's name.
getName() - Method in class org.kurento.client.ModuleInfo
get Module name
getName(Continuation<String>) - Method in interface org.kurento.client.MediaObject
Get This MediaObject's name.
getName(Transaction) - Method in interface org.kurento.client.MediaObject
Get This MediaObject's name.
getNetworkInterfaces() - Method in interface org.kurento.client.WebRtcEndpoint
Get Local network interfaces used for ICE gathering.
getNetworkInterfaces(Continuation<String>) - Method in interface org.kurento.client.WebRtcEndpoint
Get Local network interfaces used for ICE gathering.
getNetworkInterfaces(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get Local network interfaces used for ICE gathering.
getNewState() - Method in class org.kurento.client.ConnectionStateChangedEvent
Getter for the newState property
getNewState() - Method in class org.kurento.client.MediaStateChangedEvent
Getter for the newState property
getNominated() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Related to updating the nominated flag described in Section 7.1.3.2.4 of [RFC5245].
getNumerator() - Method in class org.kurento.client.Fraction
get the numerator of the fraction
getObject() - Method in class org.kurento.client.ObjectCreatedEvent
Getter for the object property
getObjectId() - Method in class org.kurento.client.ObjectDestroyedEvent
Getter for the objectId property
getOfferToReceiveAudio() - Method in class org.kurento.client.OfferOptions
get Whether or not to offer to the remote peer the opportunity to send audio.
getOfferToReceiveVideo() - Method in class org.kurento.client.OfferOptions
get Whether or not to offer to the remote peer the opportunity to send video.
getOldState() - Method in class org.kurento.client.ConnectionStateChangedEvent
Getter for the oldState property
getOldState() - Method in class org.kurento.client.MediaStateChangedEvent
Getter for the oldState property
getPacketsLost() - Method in class org.kurento.client.RTCRTPStreamStats
get Total number of RTP packets lost for this SSRC.
getPacketsReceived() - Method in class org.kurento.client.RTCInboundRTPStreamStats
get Total number of RTP packets received for this SSRC.
getPacketsRecvIntervalTop() - Method in class org.kurento.client.RembParams
get Size of the RTP packets history to smooth fraction-lost.
getPacketsSent() - Method in class org.kurento.client.RTCOutboundRTPStreamStats
get Total number of RTP packets sent for this SSRC.
getPadName() - Method in class org.kurento.client.MediaFlowInStateChangedEvent
Getter for the padName property
getPadName() - Method in class org.kurento.client.MediaFlowOutStateChangedEvent
Getter for the padName property
getParameters() - Method in class org.kurento.client.RTCCodec
get From the SDP description line.
getParent() - Method in interface org.kurento.client.MediaObject
Get Parent of this MediaObject.
getParent(Continuation<MediaObject>) - Method in interface org.kurento.client.MediaObject
Get Parent of this MediaObject.
getParent(Transaction) - Method in interface org.kurento.client.MediaObject
Get Parent of this MediaObject.
getPayloadType() - Method in class org.kurento.client.RTCCodec
get Payload type as used in RTP encoding.
getPipelines() - Method in interface org.kurento.client.ServerManager
Get All the pipelines available in the server
getPipelines(Continuation<List<MediaPipeline>>) - Method in interface org.kurento.client.ServerManager
Get All the pipelines available in the server
getPipelines(Transaction) - Method in interface org.kurento.client.ServerManager
Get All the pipelines available in the server
getPliCount() - Method in class org.kurento.client.RTCRTPStreamStats
get Count the total number of Packet Loss Indication (PLI) packets received by the sender and is sent by receiver.
getPortNumber() - Method in class org.kurento.client.RTCIceCandidateAttributes
get It is the port number of the candidate.
getPosition() - Method in interface org.kurento.client.PlayerEndpoint
Get Get or set the actual position of the video in ms.
getPosition(Continuation<Long>) - Method in interface org.kurento.client.PlayerEndpoint
Get Get or set the actual position of the video in ms.
getPosition(Transaction) - Method in interface org.kurento.client.PlayerEndpoint
Get Get or set the actual position of the video in ms.
getPriority() - Method in class org.kurento.client.RTCIceCandidateAttributes
get Represents the priority of the candidate
getPriority() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Calculated from candidate priorities as defined in [RFC5245] section 5.7.2.
getProperties() - Method in class org.kurento.client.CodecConfiguration
get String used for tuning codec properties
getProtocol() - Method in class org.kurento.client.RTCDataChannelStats
get The protocol used.
getReadable() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Has gotten a valid incoming ICE request.
getRemb() - Method in class org.kurento.client.RTCRTPStreamStats
get The Receiver Estimated Maximum Bitrate (REMB).
getRembOnConnect() - Method in class org.kurento.client.RembParams
get Initial local REMB bandwidth estimation that gets propagated when a new endpoint is connected.
getRembParams() - Method in interface org.kurento.client.BaseRtpEndpoint
Get Advanced parameters to configure the congestion control algorithm.
getRembParams(Continuation<RembParams>) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Advanced parameters to configure the congestion control algorithm.
getRembParams(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Get Advanced parameters to configure the congestion control algorithm.
getRemoteCandidate() - Method in class org.kurento.client.IceCandidatePair
get The remote candidate used by the ICE library.
getRemoteCandidateId() - Method in class org.kurento.client.RTCIceCandidatePairStats
get It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidateAttributes for the remote candidate associated with this candidate pair.
getRemoteCertificateId() - Method in class org.kurento.client.RTCTransportStats
get For components where DTLS is negotiated, give remote certificate.
getRemoteSessionDescriptor() - Method in interface org.kurento.client.SdpEndpoint
This method returns the remote SDP.
getRemoteSessionDescriptor(Continuation<String>) - Method in interface org.kurento.client.SdpEndpoint
Asynchronous version of getRemoteSessionDescriptor: Continuation.onSuccess(F) is called when the action is done.
getRemoteSessionDescriptor(Transaction) - Method in interface org.kurento.client.SdpEndpoint
This method returns the remote SDP.
getRemoteSource() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get true indicates that this is a remote source.
getRoundTripTime() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Represents the RTT computed by the STUN connectivity checks
getRoundTripTime() - Method in class org.kurento.client.RTCOutboundRTPStreamStats
get Estimated round trip time (seconds) for this SSRC based on the RTCP timestamp.
getRtcpTransportStatsId() - Method in class org.kurento.client.RTCTransportStats
get If RTP and RTCP are not multiplexed, this is the id of the transport that gives stats for the RTCP component, and this record has only the RTP component stats.
getSdpMid() - Method in class org.kurento.client.IceCandidate
get If present, this contains the identifier of the 'media stream identification'.
getSdpMLineIndex() - Method in class org.kurento.client.IceCandidate
get The index (starting at zero) of the m-line in the SDP this candidate is associated with.
getSeekableEnd() - Method in class org.kurento.client.VideoInfo
get Last video position to do seek in ms
getSeekableInit() - Method in class org.kurento.client.VideoInfo
get First video position to do seek in ms
getSelectedCandidatePairId() - Method in class org.kurento.client.RTCTransportStats
get It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidatePairStats associated with this transport.
getSendTagsInEvents() - Method in interface org.kurento.client.MediaObject
Get Flag activating or deactivating sending the element's tags in fired events.
getSendTagsInEvents(Continuation<Boolean>) - Method in interface org.kurento.client.MediaObject
Get Flag activating or deactivating sending the element's tags in fired events.
getSendTagsInEvents(Transaction) - Method in interface org.kurento.client.MediaObject
Get Flag activating or deactivating sending the element's tags in fired events.
getServerManager() - Method in class org.kurento.client.KurentoClient
 
getSessionId() - Method in class org.kurento.client.KurentoClient
 
getSessions() - Method in interface org.kurento.client.ServerManager
Get All active sessions in the server
getSessions(Continuation<List<String>>) - Method in interface org.kurento.client.ServerManager
Get All active sessions in the server
getSessions(Transaction) - Method in interface org.kurento.client.ServerManager
Get All active sessions in the server
getSink() - Method in class org.kurento.client.ElementConnectedEvent
Getter for the sink property
getSink() - Method in class org.kurento.client.ElementConnectionData
get The sink element in the connection
getSink() - Method in class org.kurento.client.ElementDisconnectedEvent
Getter for the sink property
getSinkConnections() - Method in interface org.kurento.client.MediaElement
Gets information about the source pads of this media element.
getSinkConnections(Continuation<List<ElementConnectionData>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getSinkConnections: Continuation.onSuccess(F) is called when the action is done.
getSinkConnections(MediaType) - Method in interface org.kurento.client.MediaElement
Gets information about the source pads of this media element.
getSinkConnections(MediaType, String) - Method in interface org.kurento.client.MediaElement
Gets information about the source pads of this media element.
getSinkConnections(MediaType, String, Continuation<List<ElementConnectionData>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getSinkConnections: Continuation.onSuccess(F) is called when the action is done.
getSinkConnections(MediaType, Continuation<List<ElementConnectionData>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getSinkConnections: Continuation.onSuccess(F) is called when the action is done.
getSinkConnections(Transaction) - Method in interface org.kurento.client.MediaElement
Gets information about the source pads of this media element.
getSinkConnections(Transaction, MediaType) - Method in interface org.kurento.client.MediaElement
Gets information about the source pads of this media element.
getSinkConnections(Transaction, MediaType, String) - Method in interface org.kurento.client.MediaElement
Gets information about the source pads of this media element.
getSinkDescription() - Method in class org.kurento.client.ElementConnectionData
get Description of sink media.
getSinkMediaDescription() - Method in class org.kurento.client.ElementConnectedEvent
Getter for the sinkMediaDescription property
getSinkMediaDescription() - Method in class org.kurento.client.ElementDisconnectedEvent
Getter for the sinkMediaDescription property
getSliCount() - Method in class org.kurento.client.RTCRTPStreamStats
get Count the total number of Slice Loss Indication (SLI) packets received by the sender.
getSource() - Method in class org.kurento.client.ElementConnectionData
get The source element in the connection
getSource() - Method in class org.kurento.client.RaiseBaseEvent
Getter for the source property
getSourceConnections() - Method in interface org.kurento.client.MediaElement
Gets information about the sink pads of this media element.
getSourceConnections(Continuation<List<ElementConnectionData>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getSourceConnections: Continuation.onSuccess(F) is called when the action is done.
getSourceConnections(MediaType) - Method in interface org.kurento.client.MediaElement
Gets information about the sink pads of this media element.
getSourceConnections(MediaType, String) - Method in interface org.kurento.client.MediaElement
Gets information about the sink pads of this media element.
getSourceConnections(MediaType, String, Continuation<List<ElementConnectionData>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getSourceConnections: Continuation.onSuccess(F) is called when the action is done.
getSourceConnections(MediaType, Continuation<List<ElementConnectionData>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getSourceConnections: Continuation.onSuccess(F) is called when the action is done.
getSourceConnections(Transaction) - Method in interface org.kurento.client.MediaElement
Gets information about the sink pads of this media element.
getSourceConnections(Transaction, MediaType) - Method in interface org.kurento.client.MediaElement
Gets information about the sink pads of this media element.
getSourceConnections(Transaction, MediaType, String) - Method in interface org.kurento.client.MediaElement
Gets information about the sink pads of this media element.
getSourceDescription() - Method in class org.kurento.client.ElementConnectionData
get Description of source media.
getSourceMediaDescription() - Method in class org.kurento.client.ElementConnectedEvent
Getter for the sourceMediaDescription property
getSourceMediaDescription() - Method in class org.kurento.client.ElementDisconnectedEvent
Getter for the sourceMediaDescription property
getSsrc() - Method in class org.kurento.client.RTCRTPStreamStats
get The synchronized source SSRC
getSsrcIds() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Synchronized sources.
getState() - Method in class org.kurento.client.IceComponentStateChangedEvent
Getter for the state property
getState() - Method in class org.kurento.client.IceConnection
get The state of the component
getState() - Method in class org.kurento.client.MediaFlowInStateChangedEvent
Getter for the state property
getState() - Method in class org.kurento.client.MediaFlowOutStateChangedEvent
Getter for the state property
getState() - Method in class org.kurento.client.MediaTranscodingStateChangedEvent
Getter for the state property
getState() - Method in class org.kurento.client.RTCDataChannelStats
get The state of the RTCDatachannel.
getState() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Represents the state of the checklist for the local and remote candidates in a pair.
getState() - Method in interface org.kurento.client.UriEndpoint
Get State of the endpoint
getState() - Method in class org.kurento.client.UriEndpointStateChangedEvent
Getter for the state property
getState(Continuation<UriEndpointState>) - Method in interface org.kurento.client.UriEndpoint
Get State of the endpoint
getState(Transaction) - Method in interface org.kurento.client.UriEndpoint
Get State of the endpoint
getStats() - Method in interface org.kurento.client.MediaElement
Gets the statistics related to an endpoint.
getStats(Continuation<Map<String, Stats>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getStats: Continuation.onSuccess(F) is called when the action is done.
getStats(MediaType) - Method in interface org.kurento.client.MediaElement
Gets the statistics related to an endpoint.
getStats(MediaType, Continuation<Map<String, Stats>>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of getStats: Continuation.onSuccess(F) is called when the action is done.
getStats(Transaction) - Method in interface org.kurento.client.MediaElement
Gets the statistics related to an endpoint.
getStats(Transaction, MediaType) - Method in interface org.kurento.client.MediaElement
Gets the statistics related to an endpoint.
getStreamId() - Method in class org.kurento.client.IceCandidatePair
get Stream ID of the ICE connection
getStreamId() - Method in class org.kurento.client.IceComponentStateChangedEvent
Getter for the streamId property
getStreamId() - Method in class org.kurento.client.IceConnection
get The ID of the stream
getStreamIdentifier() - Method in class org.kurento.client.RTCMediaStreamStats
get Stream identifier.
getStunServerAddress() - Method in interface org.kurento.client.WebRtcEndpoint
Get STUN server IP address.
getStunServerAddress(Continuation<String>) - Method in interface org.kurento.client.WebRtcEndpoint
Get STUN server IP address.
getStunServerAddress(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get STUN server IP address.
getStunServerPort() - Method in interface org.kurento.client.WebRtcEndpoint
Get Port of the STUN server
getStunServerPort(Continuation<Integer>) - Method in interface org.kurento.client.WebRtcEndpoint
Get Port of the STUN server
getStunServerPort(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get Port of the STUN server
getSubscriptionId() - Method in interface org.kurento.client.ListenerSubscription
Returns the registration id for this listener.
getTag(String) - Method in interface org.kurento.client.MediaObject
Returns the value of given tag, or MEDIA_OBJECT_TAG_KEY_NOT_FOUND if tag is not defined.
getTag(String, Continuation<String>) - Method in interface org.kurento.client.MediaObject
Asynchronous version of getTag: Continuation.onSuccess(F) is called when the action is done.
getTag(Transaction, String) - Method in interface org.kurento.client.MediaObject
Returns the value of given tag, or MEDIA_OBJECT_TAG_KEY_NOT_FOUND if tag is not defined.
getTags() - Method in interface org.kurento.client.MediaObject
Returns all tags attached to this MediaObject.
getTags() - Method in class org.kurento.client.RaiseBaseEvent
Getter for the tags property
getTags(Continuation<List<Tag>>) - Method in interface org.kurento.client.MediaObject
Asynchronous version of getTags: Continuation.onSuccess(F) is called when the action is done.
getTags(Transaction) - Method in interface org.kurento.client.MediaObject
Returns all tags attached to this MediaObject.
getTargetBitrate() - Method in class org.kurento.client.RTCOutboundRTPStreamStats
get Presently configured bitrate target of this SSRC, in bits per second.
getThresholdFactor() - Method in class org.kurento.client.RembParams
get Determine the next threshold (TH) when too losses are detected.
getTimestampMillis() - Method in class org.kurento.client.RaiseBaseEvent
Getter for the timestampMillis property
getTimestampMillis() - Method in class org.kurento.client.Stats
get The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
getTrackIdentifier() - Method in class org.kurento.client.RTCMediaStreamTrackStats
get Represents the track.id property.
getTrackIds() - Method in class org.kurento.client.RTCMediaStreamStats
get This is the id of the stats object, not the track.id.
getTransport() - Method in class org.kurento.client.RTCIceCandidateAttributes
get Valid values for transport is one of udp and tcp.
getTransportId() - Method in class org.kurento.client.RTCIceCandidatePairStats
get It is a unique identifier that is associated to the object that was inspected to produce the RTCTransportStats associated with this candidate pair.
getTransportId() - Method in class org.kurento.client.RTCRTPStreamStats
get It is a unique identifier that is associated to the object that was inspected to produce the RTCTransportStats associated with this RTP stream.
getTurnUrl() - Method in interface org.kurento.client.WebRtcEndpoint
Get TURN server URL.
getTurnUrl(Continuation<String>) - Method in interface org.kurento.client.WebRtcEndpoint
Get TURN server URL.
getTurnUrl(Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Get TURN server URL.
getType() - Method in class org.kurento.client.ElementConnectionData
get MediaType of the connection
getType() - Method in class org.kurento.client.ErrorEvent
Getter for the type property
getType() - Method in class org.kurento.client.MediaEvent
Getter for the type property
getType() - Method in class org.kurento.client.MediaLatencyStat
get Type of media stream
getType() - Method in class org.kurento.client.ServerInfo
get Describes the type of media server
getType() - Method in class org.kurento.client.Stats
get The type of this object.
getUpLosses() - Method in class org.kurento.client.RembParams
get Max fraction-lost to no determine too losses.
getUri() - Method in interface org.kurento.client.UriEndpoint
Get The uri for this endpoint.
getUri(Continuation<String>) - Method in interface org.kurento.client.UriEndpoint
Get The uri for this endpoint.
getUri(Transaction) - Method in interface org.kurento.client.UriEndpoint
Get The uri for this endpoint.
getUrl() - Method in interface org.kurento.client.HttpEndpoint
Obtains the URL associated to this endpoint
getUrl(Continuation<String>) - Method in interface org.kurento.client.HttpEndpoint
Asynchronous version of getUrl: Continuation.onSuccess(F) is called when the action is done.
getUrl(Transaction) - Method in interface org.kurento.client.HttpEndpoint
Obtains the URL associated to this endpoint
getUsedCpu(int) - Method in interface org.kurento.client.ServerManager
Average CPU usage of the server.
getUsedCpu(int, Continuation<Float>) - Method in interface org.kurento.client.ServerManager
Asynchronous version of getUsedCpu: Continuation.onSuccess(F) is called when the action is done.
getUsedCpu(Transaction, int) - Method in interface org.kurento.client.ServerManager
Average CPU usage of the server.
getUsedMemory() - Method in interface org.kurento.client.ServerManager
Returns the amount of memory that the server is using, in KiB
getUsedMemory(Continuation<Long>) - Method in interface org.kurento.client.ServerManager
Asynchronous version of getUsedMemory: Continuation.onSuccess(F) is called when the action is done.
getUsedMemory(Transaction) - Method in interface org.kurento.client.ServerManager
Returns the amount of memory that the server is using, in KiB
getValue() - Method in class org.kurento.client.CodeFoundEvent
Getter for the value property
getValue() - Method in class org.kurento.client.Tag
get Tag Value
getVersion() - Method in class org.kurento.client.ModuleInfo
get Module version
getVersion() - Method in class org.kurento.client.ServerInfo
get MediaServer version
getVideoInfo() - Method in interface org.kurento.client.PlayerEndpoint
Get Returns info about the source being played
getVideoInfo(Continuation<VideoInfo>) - Method in interface org.kurento.client.PlayerEndpoint
Get Returns info about the source being played
getVideoInfo(Transaction) - Method in interface org.kurento.client.PlayerEndpoint
Get Returns info about the source being played
getWritable() - Method in class org.kurento.client.RTCIceCandidatePairStats
get Has gotten ACK to an ICE request.
GstreamerDotDetails - Enum in org.kurento.client
Details of gstreamer dot graphs
GStreamerFilter - Interface in org.kurento.client
A generic filter that allows injecting a single GStreamer element.
GStreamerFilter.Builder - Class in org.kurento.client
 

H

H264 - org.kurento.client.VideoCodec
 
Handler - Interface in org.kurento.client
 
host - org.kurento.client.RTCStatsIceCandidateType
 
HttpEndpoint - Interface in org.kurento.client
Endpoint that enables Kurento to work as an HTTP server, allowing peer HTTP clients to access media.
HttpPostEndpoint - Interface in org.kurento.client
An HttpPostEndpoint contains SINK pads for AUDIO and VIDEO, which provide access to an HTTP file upload function This type of endpoint provide unidirectional communications.
HttpPostEndpoint.Builder - Class in org.kurento.client
 
Hub - Interface in org.kurento.client
A Hub is a routing MediaObject.
HubPort - Interface in org.kurento.client
This MediaElement specifies a connection with a Hub
HubPort.Builder - Class in org.kurento.client
 

I

IceCandidate - Class in org.kurento.client
IceCandidate representation based on RTCIceCandidate interface.
IceCandidate() - Constructor for class org.kurento.client.IceCandidate
Default private constructor of IceCandidate for serialization with Jackson
IceCandidate(String, String, int) - Constructor for class org.kurento.client.IceCandidate
Create a IceCandidate
IceCandidateFoundEvent - Class in org.kurento.client
Notifies a new local candidate.
IceCandidateFoundEvent(MediaObject, String, List<Tag>, String, IceCandidate) - Constructor for class org.kurento.client.IceCandidateFoundEvent
Notifies a new local candidate.
IceCandidatePair - Class in org.kurento.client
The ICE candidate pair used by the ICE library, for a certain stream.
IceCandidatePair() - Constructor for class org.kurento.client.IceCandidatePair
Default private constructor of IceCandidatePair for serialization with Jackson
IceCandidatePair(String, int, String, String) - Constructor for class org.kurento.client.IceCandidatePair
Create a IceCandidatePair
IceComponentState - Enum in org.kurento.client
States of an ICE component.
IceComponentStateChangedEvent - Class in org.kurento.client
Event fired when and ICE component state changes.
IceComponentStateChangedEvent(MediaObject, String, List<Tag>, String, int, int, IceComponentState) - Constructor for class org.kurento.client.IceComponentStateChangedEvent
Event fired when and ICE component state changes.
IceConnection - Class in org.kurento.client
The ICE connection state for a certain stream and component.
IceConnection() - Constructor for class org.kurento.client.IceConnection
Default private constructor of IceConnection for serialization with Jackson
IceConnection(String, int, IceComponentState) - Constructor for class org.kurento.client.IceConnection
Create a IceConnection
IceGatheringDoneEvent - Class in org.kurento.client
Event fired when al ICE candidates have been gathered.
IceGatheringDoneEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.IceGatheringDoneEvent
Event fired when al ICE candidates have been gathered.
ImageOverlayFilter - Interface in org.kurento.client
ImageOverlayFilter interface.
ImageOverlayFilter.Builder - Class in org.kurento.client
 
inboundrtp - org.kurento.client.StatsType
 
inprogress - org.kurento.client.RTCStatsIceCandidatePairState
 
invoke(String, Props, Type) - Method in interface org.kurento.client.KurentoObject
 
isClosed() - Method in class org.kurento.client.KurentoClient
 
isCommited() - Method in interface org.kurento.client.KurentoObject
 
isCommitted() - Method in interface org.kurento.client.TFuture
Returns true if the transaction associated to this future is committed.
isDestroyed() - Method in class org.kurento.client.KurentoClient
 
isMediaFlowingIn(MediaType) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is receiving media of a certain type.
isMediaFlowingIn(MediaType, String) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is receiving media of a certain type.
isMediaFlowingIn(MediaType, String, Continuation<Boolean>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of isMediaFlowingIn: Continuation.onSuccess(F) is called when the action is done.
isMediaFlowingIn(MediaType, Continuation<Boolean>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of isMediaFlowingIn: Continuation.onSuccess(F) is called when the action is done.
isMediaFlowingIn(Transaction, MediaType) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is receiving media of a certain type.
isMediaFlowingIn(Transaction, MediaType, String) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is receiving media of a certain type.
isMediaFlowingOut(MediaType) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is emitting media of a certain type.
isMediaFlowingOut(MediaType, String) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is emitting media of a certain type.
isMediaFlowingOut(MediaType, String, Continuation<Boolean>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of isMediaFlowingOut: Continuation.onSuccess(F) is called when the action is done.
isMediaFlowingOut(MediaType, Continuation<Boolean>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of isMediaFlowingOut: Continuation.onSuccess(F) is called when the action is done.
isMediaFlowingOut(Transaction, MediaType) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is emitting media of a certain type.
isMediaFlowingOut(Transaction, MediaType, String) - Method in interface org.kurento.client.MediaElement
This method indicates whether the media element is emitting media of a certain type.
isMediaTranscoding(MediaType) - Method in interface org.kurento.client.MediaElement
Indicates whether this media element is actively transcoding between input and output pads.
isMediaTranscoding(MediaType, String) - Method in interface org.kurento.client.MediaElement
Indicates whether this media element is actively transcoding between input and output pads.
isMediaTranscoding(MediaType, String, Continuation<Boolean>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of isMediaTranscoding: Continuation.onSuccess(F) is called when the action is done.
isMediaTranscoding(MediaType, Continuation<Boolean>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of isMediaTranscoding: Continuation.onSuccess(F) is called when the action is done.
isMediaTranscoding(Transaction, MediaType) - Method in interface org.kurento.client.MediaElement
Indicates whether this media element is actively transcoding between input and output pads.
isMediaTranscoding(Transaction, MediaType, String) - Method in interface org.kurento.client.MediaElement
Indicates whether this media element is actively transcoding between input and output pads.
isRollback() - Method in interface org.kurento.client.TFuture
Returns true if the transaction associated to this future was rolled back.
isUserRollback() - Method in exception org.kurento.client.TransactionRollbackException
 

J

JPEG_VIDEO_ONLY - org.kurento.client.MediaProfileSpecType
 

K

KCS - org.kurento.client.ServerType
 
KMS - org.kurento.client.ServerType
 
KURENTO_SPLIT_RECORDER - org.kurento.client.MediaProfileSpecType
 
KurentoClient - Class in org.kurento.client
Factory to create MediaPipeline in the media server.
KurentoClient(JsonRpcClient) - Constructor for class org.kurento.client.KurentoClient
 
KurentoClient(JsonRpcClient, boolean) - Constructor for class org.kurento.client.KurentoClient
 
KurentoClientBuilder - Class in org.kurento.client
 
KurentoClientBuilder() - Constructor for class org.kurento.client.KurentoClientBuilder
 
KurentoConnectionListener - Interface in org.kurento.client
 
KurentoObject - Interface in org.kurento.client
 

L

LE - org.kurento.client.DSCPValue
 
ListenerSubscription - Interface in org.kurento.client
Interface to be implemented by objects that represent the subscription to an event in Kurento.
localcandidate - org.kurento.client.StatsType
 

M

manager - Variable in class org.kurento.client.KurentoClient
 
MediaElement - Interface in org.kurento.client
The basic building block of the media server, that can be interconnected inside a pipeline.
MediaEvent - Class in org.kurento.client
Base for all events raised by elements in the Kurento media server.
MediaEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.MediaEvent
Base for all events raised by elements in the Kurento media server.
MediaFlowInStateChangedEvent - Class in org.kurento.client
Fired when the incoming media flow begins or ends.
MediaFlowInStateChangedEvent(MediaObject, String, List<Tag>, String, MediaFlowState, String, MediaType) - Constructor for class org.kurento.client.MediaFlowInStateChangedEvent
Fired when the incoming media flow begins or ends.
MediaFlowOutStateChangedEvent - Class in org.kurento.client
Fired when the outgoing media flow begins or ends.
MediaFlowOutStateChangedEvent(MediaObject, String, List<Tag>, String, MediaFlowState, String, MediaType) - Constructor for class org.kurento.client.MediaFlowOutStateChangedEvent
Fired when the outgoing media flow begins or ends.
MediaFlowState - Enum in org.kurento.client
Flowing state of the media.
MediaLatencyStat - Class in org.kurento.client
A dictionary that represents the stats gathered.
MediaLatencyStat() - Constructor for class org.kurento.client.MediaLatencyStat
Default private constructor of MediaLatencyStat for serialization with Jackson
MediaLatencyStat(String, MediaType, double) - Constructor for class org.kurento.client.MediaLatencyStat
Create a MediaLatencyStat
MediaObject - Interface in org.kurento.client
Base interface used to manage capabilities common to all Kurento elements.
MediaPipeline - Interface in org.kurento.client
A pipeline is a container for a collection of MediaElements and :rom:cls:`MediaMixers`.
MediaProfileSpecType - Enum in org.kurento.client
Media profile, used by the RecorderEndpoint builder to specify the codecs and media container that should be used for the recordings.
MediaSessionStartedEvent - Class in org.kurento.client
Event raised when the endpoint has successfully finished the signaling stage, and is ready for establishing a connection.
MediaSessionStartedEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.MediaSessionStartedEvent
Event raised when the endpoint has successfully finished the signaling stage, and is ready for establishing a connection.
MediaSessionTerminatedEvent - Class in org.kurento.client
Event raised when the endpoint has finished its operation and the connection has been tore down.
MediaSessionTerminatedEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.MediaSessionTerminatedEvent
Event raised when the endpoint has finished its operation and the connection has been tore down.
MediaState - Enum in org.kurento.client
State of the media.
MediaStateChangedEvent - Class in org.kurento.client
This event is fired when the media connection between two peers changes, based on the RTCP packet flow.
MediaStateChangedEvent(MediaObject, String, List<Tag>, String, MediaState, MediaState) - Constructor for class org.kurento.client.MediaStateChangedEvent
This event is fired when the media connection between two peers changes, based on the RTCP packet flow.
MediaTranscodingState - Enum in org.kurento.client
Transcoding state for a media.
MediaTranscodingStateChangedEvent - Class in org.kurento.client
Event fired when an incoming media begins and codec transcoding is either required or not.
MediaTranscodingStateChangedEvent(MediaObject, String, List<Tag>, String, MediaTranscodingState, String, MediaType) - Constructor for class org.kurento.client.MediaTranscodingStateChangedEvent
Event fired when an incoming media begins and codec transcoding is either required or not.
MediaType - Enum in org.kurento.client
Type of media stream to be exchanged.
Mixer - Interface in org.kurento.client
A Hub that allows routing of video between arbitrary port pairs and mixing of audio among several ports
Mixer.Builder - Class in org.kurento.client
 
MKV - org.kurento.client.MediaProfileSpecType
 
MKV_AUDIO_ONLY - org.kurento.client.MediaProfileSpecType
 
MKV_VIDEO_ONLY - org.kurento.client.MediaProfileSpecType
 
ModuleInfo - Class in org.kurento.client
Description of a loaded modules
ModuleInfo() - Constructor for class org.kurento.client.ModuleInfo
Default private constructor of ModuleInfo for serialization with Jackson
ModuleInfo(String, String, String, List<String>) - Constructor for class org.kurento.client.ModuleInfo
Create a ModuleInfo
MP4 - org.kurento.client.MediaProfileSpecType
 
MP4_AUDIO_ONLY - org.kurento.client.MediaProfileSpecType
 
MP4_VIDEO_ONLY - org.kurento.client.MediaProfileSpecType
 

N

NewCandidatePairSelectedEvent - Class in org.kurento.client
Event fired when a new pair of ICE candidates is used by the ICE library.
NewCandidatePairSelectedEvent(MediaObject, String, List<Tag>, String, IceCandidatePair) - Constructor for class org.kurento.client.NewCandidatePairSelectedEvent
Event fired when a new pair of ICE candidates is used by the ICE library.
NO_DSCP - org.kurento.client.DSCPValue
 
NO_VALUE - org.kurento.client.DSCPValue
 
NONE - org.kurento.client.GapsFixMethod
 
NOT_FLOWING - org.kurento.client.MediaFlowState
 
NOT_TRANSCODING - org.kurento.client.MediaTranscodingState
 

O

ObjectCreatedEvent - Class in org.kurento.client
Indicates that an object has been created on the media server
ObjectCreatedEvent(MediaObject, String, List<Tag>, MediaObject) - Constructor for class org.kurento.client.ObjectCreatedEvent
Indicates that an object has been created on the media server
ObjectDestroyedEvent - Class in org.kurento.client
Indicates that an object has been destroyed on the media server
ObjectDestroyedEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.ObjectDestroyedEvent
Indicates that an object has been destroyed on the media server
of(Object...) - Static method in class org.kurento.client.Properties
 
OfferOptions - Class in org.kurento.client
Used to customize the offer created by SdpEndpoint.generateOffer.
OfferOptions() - Constructor for class org.kurento.client.OfferOptions
Create a OfferOptions
onConnected(Handler) - Method in class org.kurento.client.KurentoClientBuilder
 
onConnectionFailed(Handler) - Method in class org.kurento.client.KurentoClientBuilder
 
onDisconnected(Handler) - Method in class org.kurento.client.KurentoClientBuilder
 
onError(Throwable) - Method in interface org.kurento.client.Continuation
This method gets called when the operation fails.
onEvent(T) - Method in interface org.kurento.client.EventListener
Called from the framework when an event is raised at the media server.
OnKeySoftLimitEvent - Class in org.kurento.client
Fired when encryption is used and any stream reached the soft key usage limit, which means it will expire soon.
OnKeySoftLimitEvent(MediaObject, String, List<Tag>, String, MediaType) - Constructor for class org.kurento.client.OnKeySoftLimitEvent
Fired when encryption is used and any stream reached the soft key usage limit, which means it will expire soon.
onReconnected(ReconnectedHandler) - Method in class org.kurento.client.KurentoClientBuilder
 
onReconnecting(Handler) - Method in class org.kurento.client.KurentoClientBuilder
 
onSuccess(F) - Method in interface org.kurento.client.Continuation
This method is called when the operation succeeds.
open - org.kurento.client.RTCDataChannelState
 
OpenCVFilter - Interface in org.kurento.client
Generic OpenCV Filter
OPUS - org.kurento.client.AudioCodec
 
org.kurento.client - package org.kurento.client
 
outboundrtp - org.kurento.client.StatsType
 

P

PassThrough - Interface in org.kurento.client
This MediaElement that just passes media through
PassThrough.Builder - Class in org.kurento.client
 
pause() - Method in interface org.kurento.client.UriEndpoint
Pauses the feed
pause(Continuation<Void>) - Method in interface org.kurento.client.UriEndpoint
Asynchronous version of pause: Continuation.onSuccess(F) is called when the action is done.
pause(Transaction) - Method in interface org.kurento.client.UriEndpoint
Pauses the feed
PAUSE - org.kurento.client.UriEndpointState
 
PausedEvent - Class in org.kurento.client
Fired when the recorder goes to pause state
PausedEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.PausedEvent
Fired when the recorder goes to pause state
PCMU - org.kurento.client.AudioCodec
 
peerreflexive - org.kurento.client.RTCStatsIceCandidateType
 
play() - Method in interface org.kurento.client.PlayerEndpoint
Starts reproducing the media, sending it to the :rom:cls:`MediaSource`.
play(Continuation<Void>) - Method in interface org.kurento.client.PlayerEndpoint
Asynchronous version of play: Continuation.onSuccess(F) is called when the action is done.
play(Transaction) - Method in interface org.kurento.client.PlayerEndpoint
Starts reproducing the media, sending it to the :rom:cls:`MediaSource`.
PlayerEndpoint - Interface in org.kurento.client
Retrieves content from external sources.
PlayerEndpoint.Builder - Class in org.kurento.client
 
processAnswer(String) - Method in interface org.kurento.client.SdpEndpoint
Generates an SDP offer with media capabilities of the Endpoint.
processAnswer(String, Continuation<String>) - Method in interface org.kurento.client.SdpEndpoint
Asynchronous version of processAnswer: Continuation.onSuccess(F) is called when the action is done.
processAnswer(Transaction, String) - Method in interface org.kurento.client.SdpEndpoint
Generates an SDP offer with media capabilities of the Endpoint.
processOffer(String) - Method in interface org.kurento.client.SdpEndpoint
Processes SDP offer of the remote peer, and generates an SDP answer based on the endpoint's capabilities.
processOffer(String, Continuation<String>) - Method in interface org.kurento.client.SdpEndpoint
Asynchronous version of processOffer: Continuation.onSuccess(F) is called when the action is done.
processOffer(Transaction, String) - Method in interface org.kurento.client.SdpEndpoint
Processes SDP offer of the remote peer, and generates an SDP answer based on the endpoint's capabilities.
Properties - Class in org.kurento.client
 
Properties() - Constructor for class org.kurento.client.Properties
 
Properties(Map<String, Object>) - Constructor for class org.kurento.client.Properties
 
props - Variable in class org.kurento.client.AbstractBuilder
 

R

RaiseBaseEvent - Class in org.kurento.client
 
RaiseBaseEvent(MediaObject, String, List<Tag>) - Constructor for class org.kurento.client.RaiseBaseEvent
 
RAW - org.kurento.client.AudioCodec
 
RAW - org.kurento.client.VideoCodec
 
READY - org.kurento.client.IceComponentState
 
reconnected(boolean) - Method in interface org.kurento.client.KurentoConnectionListener
Method invoked when the Kurento client is reconnected to a server.
ReconnectedHandler - Interface in org.kurento.client
 
record() - Method in interface org.kurento.client.RecorderEndpoint
Starts storing media received through the sink pad.
record(Continuation<Void>) - Method in interface org.kurento.client.RecorderEndpoint
Asynchronous version of record: Continuation.onSuccess(F) is called when the action is done.
record(Transaction) - Method in interface org.kurento.client.RecorderEndpoint
Starts storing media received through the sink pad.
RecorderEndpoint - Interface in org.kurento.client
Provides functionality to store media contents.
RecorderEndpoint.Builder - Class in org.kurento.client
 
RecordingEvent - Class in org.kurento.client
Fired when the recoding effectively starts.
RecordingEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.RecordingEvent
Fired when the recoding effectively starts.
recvonly() - Method in class org.kurento.client.WebRtcEndpoint.Builder
Single direction, receive-only endpoint
relayed - org.kurento.client.RTCStatsIceCandidateType
 
release() - Method in interface org.kurento.client.KurentoObject
Explicitly release a media object form memory.
release(Continuation<Void>) - Method in interface org.kurento.client.KurentoObject
Explicitly release a media object form memory.
release(Transaction) - Method in interface org.kurento.client.KurentoObject
 
RembParams - Class in org.kurento.client
Defines values for parameters of congestion control
RembParams() - Constructor for class org.kurento.client.RembParams
Create a RembParams
remotecandidate - org.kurento.client.StatsType
 
removeCodeFoundListener(ListenerSubscription) - Method in interface org.kurento.client.ZBarFilter
removeCodeFoundListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.ZBarFilter
removeConnectionStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.BaseRtpEndpoint
removeConnectionStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
removeDataChannelClosedListener(ListenerSubscription) - Method in interface org.kurento.client.WebRtcEndpoint
removeDataChannelClosedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
removeDataChannelOpenedListener(ListenerSubscription) - Method in interface org.kurento.client.WebRtcEndpoint
removeDataChannelOpenedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
removeElementConnectedListener(ListenerSubscription) - Method in interface org.kurento.client.MediaElement
removeElementConnectedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
removeElementDisconnectedListener(ListenerSubscription) - Method in interface org.kurento.client.MediaElement
removeElementDisconnectedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
removeEndOfStreamListener(ListenerSubscription) - Method in interface org.kurento.client.HttpPostEndpoint
removeEndOfStreamListener(ListenerSubscription) - Method in interface org.kurento.client.PlayerEndpoint
removeEndOfStreamListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.HttpPostEndpoint
removeEndOfStreamListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.PlayerEndpoint
removeErrorListener(ListenerSubscription) - Method in interface org.kurento.client.MediaObject
Remove a ListenerSubscription for event ErrorEvent.
removeErrorListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.MediaObject
Remove a ListenerSubscription for event ErrorEvent.
removeEventListener(ListenerSubscription) - Method in interface org.kurento.client.KurentoObject
 
removeIceCandidateFoundListener(ListenerSubscription) - Method in interface org.kurento.client.WebRtcEndpoint
removeIceCandidateFoundListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
removeIceComponentStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.WebRtcEndpoint
removeIceComponentStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
removeIceGatheringDoneListener(ListenerSubscription) - Method in interface org.kurento.client.WebRtcEndpoint
removeIceGatheringDoneListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
removeImage(String) - Method in interface org.kurento.client.ImageOverlayFilter
Remove the image with the given ID.
removeImage(String, Continuation<Void>) - Method in interface org.kurento.client.ImageOverlayFilter
Asynchronous version of removeImage: Continuation.onSuccess(F) is called when the action is done.
removeImage(Transaction, String) - Method in interface org.kurento.client.ImageOverlayFilter
Remove the image with the given ID.
removeMediaFlowInStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.MediaElement
removeMediaFlowInStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
removeMediaFlowOutStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.MediaElement
removeMediaFlowOutStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
removeMediaSessionStartedListener(ListenerSubscription) - Method in interface org.kurento.client.SessionEndpoint
removeMediaSessionStartedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.SessionEndpoint
removeMediaSessionTerminatedListener(ListenerSubscription) - Method in interface org.kurento.client.SessionEndpoint
removeMediaSessionTerminatedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.SessionEndpoint
removeMediaStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.BaseRtpEndpoint
removeMediaStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
removeMediaTranscodingStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.MediaElement
removeMediaTranscodingStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
removeNewCandidatePairSelectedListener(ListenerSubscription) - Method in interface org.kurento.client.WebRtcEndpoint
removeNewCandidatePairSelectedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
removeObjectCreatedListener(ListenerSubscription) - Method in interface org.kurento.client.ServerManager
removeObjectCreatedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.ServerManager
removeObjectDestroyedListener(ListenerSubscription) - Method in interface org.kurento.client.ServerManager
removeObjectDestroyedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.ServerManager
removeOnKeySoftLimitListener(ListenerSubscription) - Method in interface org.kurento.client.RtpEndpoint
removeOnKeySoftLimitListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.RtpEndpoint
removePausedListener(ListenerSubscription) - Method in interface org.kurento.client.RecorderEndpoint
Remove a ListenerSubscription for event PausedEvent.
removePausedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.RecorderEndpoint
Remove a ListenerSubscription for event PausedEvent.
removeRecordingListener(ListenerSubscription) - Method in interface org.kurento.client.RecorderEndpoint
removeRecordingListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.RecorderEndpoint
removeSource() - Method in interface org.kurento.client.DispatcherOneToMany
Remove the source port and stop the media pipeline.
removeSource(Continuation<Void>) - Method in interface org.kurento.client.DispatcherOneToMany
Asynchronous version of removeSource: Continuation.onSuccess(F) is called when the action is done.
removeSource(Transaction) - Method in interface org.kurento.client.DispatcherOneToMany
Remove the source port and stop the media pipeline.
removeStoppedListener(ListenerSubscription) - Method in interface org.kurento.client.RecorderEndpoint
removeStoppedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.RecorderEndpoint
removeTag(String) - Method in interface org.kurento.client.MediaObject
Removes an existing tag.
removeTag(String, Continuation<Void>) - Method in interface org.kurento.client.MediaObject
Asynchronous version of removeTag: Continuation.onSuccess(F) is called when the action is done.
removeTag(Transaction, String) - Method in interface org.kurento.client.MediaObject
Removes an existing tag.
removeUriEndpointStateChangedListener(ListenerSubscription) - Method in interface org.kurento.client.UriEndpoint
removeUriEndpointStateChangedListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.client.UriEndpoint
requestKeyframe() - Method in interface org.kurento.client.BaseRtpEndpoint
Force sending a new keyframe request to the upstream elements in the Kurento Pipeline, towards the associated producer.
requestKeyframe(Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
Asynchronous version of requestKeyframe: Continuation.onSuccess(F) is called when the action is done.
requestKeyframe(Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Force sending a new keyframe request to the upstream elements in the Kurento Pipeline, towards the associated producer.
rollback() - Method in interface org.kurento.client.Transaction
 
RSA - org.kurento.client.CertificateKeyType
 
RTCCertificateStats - Class in org.kurento.client
 
RTCCertificateStats() - Constructor for class org.kurento.client.RTCCertificateStats
Default private constructor of RTCCertificateStats for serialization with Jackson
RTCCertificateStats(String, StatsType, long, String, String, String, String) - Constructor for class org.kurento.client.RTCCertificateStats
Create a RTCCertificateStats
RTCCodec - Class in org.kurento.client
RTC codec statistics
RTCCodec() - Constructor for class org.kurento.client.RTCCodec
Default private constructor of RTCCodec for serialization with Jackson
RTCCodec(String, StatsType, long, long, String, long, long, String) - Constructor for class org.kurento.client.RTCCodec
Create a RTCCodec
RTCDataChannelState - Enum in org.kurento.client
Represents the state of the RTCDataChannel
RTCDataChannelStats - Class in org.kurento.client
Statistics related to RTC data channels.
RTCDataChannelStats() - Constructor for class org.kurento.client.RTCDataChannelStats
Default private constructor of RTCDataChannelStats for serialization with Jackson
RTCDataChannelStats(String, StatsType, long, String, String, long, RTCDataChannelState, long, long, long, long) - Constructor for class org.kurento.client.RTCDataChannelStats
Create a RTCDataChannelStats
RTCIceCandidateAttributes - Class in org.kurento.client
 
RTCIceCandidateAttributes() - Constructor for class org.kurento.client.RTCIceCandidateAttributes
Default private constructor of RTCIceCandidateAttributes for serialization with Jackson
RTCIceCandidateAttributes(String, StatsType, long, String, long, String, RTCStatsIceCandidateType, long, String) - Constructor for class org.kurento.client.RTCIceCandidateAttributes
Create a RTCIceCandidateAttributes
RTCIceCandidatePairStats - Class in org.kurento.client
 
RTCIceCandidatePairStats() - Constructor for class org.kurento.client.RTCIceCandidatePairStats
Default private constructor of RTCIceCandidatePairStats for serialization with Jackson
RTCIceCandidatePairStats(String, StatsType, long, String, String, String, RTCStatsIceCandidatePairState, long, boolean, boolean, boolean, long, long, double, double, double) - Constructor for class org.kurento.client.RTCIceCandidatePairStats
Create a RTCIceCandidatePairStats
RTCInboundRTPStreamStats - Class in org.kurento.client
Statistics that represents the measurement metrics for the incoming media stream.
RTCInboundRTPStreamStats() - Constructor for class org.kurento.client.RTCInboundRTPStreamStats
Default private constructor of RTCInboundRTPStreamStats for serialization with Jackson
RTCInboundRTPStreamStats(String, StatsType, long, String, String, boolean, String, String, String, long, long, long, long, long, long, double, long, long, double) - Constructor for class org.kurento.client.RTCInboundRTPStreamStats
Create a RTCInboundRTPStreamStats
RTCMediaStreamStats - Class in org.kurento.client
Statistics related to the media stream.
RTCMediaStreamStats() - Constructor for class org.kurento.client.RTCMediaStreamStats
Default private constructor of RTCMediaStreamStats for serialization with Jackson
RTCMediaStreamStats(String, StatsType, long, String, List<String>) - Constructor for class org.kurento.client.RTCMediaStreamStats
Create a RTCMediaStreamStats
RTCMediaStreamTrackStats - Class in org.kurento.client
Statistics related to the media stream.
RTCMediaStreamTrackStats() - Constructor for class org.kurento.client.RTCMediaStreamTrackStats
Default private constructor of RTCMediaStreamTrackStats for serialization with Jackson
RTCMediaStreamTrackStats(String, StatsType, long, String, boolean, List<String>, long, long, double, long, long, long, long, long, double, double, double) - Constructor for class org.kurento.client.RTCMediaStreamTrackStats
Create a RTCMediaStreamTrackStats
RTCOutboundRTPStreamStats - Class in org.kurento.client
Statistics that represents the measurement metrics for the outgoing media stream.
RTCOutboundRTPStreamStats() - Constructor for class org.kurento.client.RTCOutboundRTPStreamStats
Default private constructor of RTCOutboundRTPStreamStats for serialization with Jackson
RTCOutboundRTPStreamStats(String, StatsType, long, String, String, boolean, String, String, String, long, long, long, long, long, long, double, long, long, double, double) - Constructor for class org.kurento.client.RTCOutboundRTPStreamStats
Create a RTCOutboundRTPStreamStats
RTCPeerConnectionStats - Class in org.kurento.client
Statistics related to the peer connection.
RTCPeerConnectionStats() - Constructor for class org.kurento.client.RTCPeerConnectionStats
Default private constructor of RTCPeerConnectionStats for serialization with Jackson
RTCPeerConnectionStats(String, StatsType, long, long, long) - Constructor for class org.kurento.client.RTCPeerConnectionStats
Create a RTCPeerConnectionStats
RTCRTPStreamStats - Class in org.kurento.client
Statistics for the RTP stream
RTCRTPStreamStats() - Constructor for class org.kurento.client.RTCRTPStreamStats
Default private constructor of RTCRTPStreamStats for serialization with Jackson
RTCRTPStreamStats(String, StatsType, long, String, String, boolean, String, String, String, long, long, long, long, long, long, double) - Constructor for class org.kurento.client.RTCRTPStreamStats
Create a RTCRTPStreamStats
RTCStats - Class in org.kurento.client
An RTCStats dictionary represents the stats gathered.
RTCStats() - Constructor for class org.kurento.client.RTCStats
Default private constructor of RTCStats for serialization with Jackson
RTCStats(String, StatsType, long) - Constructor for class org.kurento.client.RTCStats
Create a RTCStats
RTCStatsIceCandidatePairState - Enum in org.kurento.client
Represents the state of the checklist for the local and remote candidates in a pair.
RTCStatsIceCandidateType - Enum in org.kurento.client
Types of candidates
RTCTransportStats - Class in org.kurento.client
Statistics related to RTC data channels.
RTCTransportStats() - Constructor for class org.kurento.client.RTCTransportStats
Default private constructor of RTCTransportStats for serialization with Jackson
RTCTransportStats(String, StatsType, long, long, long, String, boolean, String, String, String) - Constructor for class org.kurento.client.RTCTransportStats
Create a RTCTransportStats
RtpEndpoint - Interface in org.kurento.client
Endpoint that provides bidirectional content delivery capabilities through the RTP or SRTP protocols.
RtpEndpoint.Builder - Class in org.kurento.client
 
run() - Method in interface org.kurento.client.Handler
 
run(boolean) - Method in interface org.kurento.client.ReconnectedHandler
 

S

SDES - Class in org.kurento.client
Security Descriptions for Media Streams
SDES() - Constructor for class org.kurento.client.SDES
Create a SDES
SdpEndpoint - Interface in org.kurento.client
Interface implemented by Endpoints that require an SDP Offer/Answer negotiation in order to configure a media session.
sendJsonRpcRequest(Request<JsonObject>) - Method in class org.kurento.client.KurentoClient
 
sendonly() - Method in class org.kurento.client.WebRtcEndpoint.Builder
Single direction, send-only endpoint
ServerInfo - Class in org.kurento.client
Description of the media server
ServerInfo() - Constructor for class org.kurento.client.ServerInfo
Default private constructor of ServerInfo for serialization with Jackson
ServerInfo(String, List<ModuleInfo>, ServerType, List<String>) - Constructor for class org.kurento.client.ServerInfo
Create a ServerInfo
ServerManager - Interface in org.kurento.client
This is a standalone object for managing the MediaServer
serverreflexive - org.kurento.client.RTCStatsIceCandidateType
 
ServerType - Enum in org.kurento.client
Indicates if the server is a real media server or a proxy
session - org.kurento.client.StatsType
 
SessionEndpoint - Interface in org.kurento.client
All networked Endpoints that require to manage connection sessions with remote peers implement this interface.
setActiveConnection(boolean) - Method in class org.kurento.client.RTCTransportStats
set Set to true when transport is active.
setAddressSourceUrl(String) - Method in class org.kurento.client.RTCIceCandidateAttributes
set The URL of the TURN or STUN server indicated in the RTCIceServers that translated this IP address.
setAssociateStatsId(String) - Method in class org.kurento.client.RTCRTPStreamStats
set The associateStatsId is used for looking up the corresponding (local/remote) RTCStats object for a given SSRC.
setAudioFormat(AudioCaps) - Method in interface org.kurento.client.MediaElement
Set the type of data for the audio stream.
setAudioFormat(AudioCaps, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of setAudioFormat: Continuation.onSuccess(F) is called when the action is done.
setAudioFormat(Transaction, AudioCaps) - Method in interface org.kurento.client.MediaElement
Set the type of data for the audio stream.
setAudioLevel(double) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for audio, and the value is between 0..1 (linear), where 1.0 represents 0 dBov.
setAvailableIncomingBitrate(double) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Measured in Bits per second, and is implementation dependent.
setAvailableOutgoingBitrate(double) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Measured in Bits per second, and is implementation dependent.
setAvg(double) - Method in class org.kurento.client.MediaLatencyStat
set The average time that buffers take to get on the input pad of this element
setBase64Certificate(String) - Method in class org.kurento.client.RTCCertificateStats
set For example, DER-encoded, base-64 representation of a certificate.
setBinName(String) - Method in class org.kurento.client.MediaTranscodingStateChangedEvent
Setter for the binName property
setBitrate(int) - Method in class org.kurento.client.AudioCaps
set Bitrate
setBytesReceived(long) - Method in class org.kurento.client.RTCDataChannelStats
set Represents the total number of bytes received on this RTCDatachannel, i.e., not including headers or padding.
setBytesReceived(long) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Represents the total number of payload bytes received on this candidate pair, i.e., not including headers or padding.
setBytesReceived(long) - Method in class org.kurento.client.RTCInboundRTPStreamStats
set Total number of bytes received for this SSRC.
setBytesReceived(long) - Method in class org.kurento.client.RTCTransportStats
set Represents the total number of bytes received on this PeerConnection, i.e., not including headers or padding.
setBytesSent(long) - Method in class org.kurento.client.RTCDataChannelStats
set Represents the total number of payload bytes sent on this RTCDatachannel, i.e., not including headers or padding.
setBytesSent(long) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Represents the total number of payload bytes sent on this candidate pair, i.e., not including headers or padding.
setBytesSent(long) - Method in class org.kurento.client.RTCOutboundRTPStreamStats
set Total number of bytes sent for this SSRC.
setBytesSent(long) - Method in class org.kurento.client.RTCTransportStats
set Represents the total number of payload bytes sent on this PeerConnection, i.e., not including headers or padding.
setCandidate(String) - Method in class org.kurento.client.IceCandidate
set The candidate-attribute as defined in section 15.1 of ICE (rfc5245).
setCandidate(IceCandidate) - Method in class org.kurento.client.IceCandidateFoundEvent
Setter for the candidate property
setCandidatePair(IceCandidatePair) - Method in class org.kurento.client.NewCandidatePairSelectedEvent
Setter for the candidatePair property
setCandidateType(RTCStatsIceCandidateType) - Method in class org.kurento.client.RTCIceCandidateAttributes
set The enumeration RTCStatsIceCandidateType is based on the cand-type defined in [RFC5245] section 15.1.
setCapabilities(List<String>) - Method in class org.kurento.client.ServerInfo
set Describes the capabilities that this server supports
setChannelId(int) - Method in class org.kurento.client.DataChannelClosedEvent
Setter for the channelId property
setChannelId(int) - Method in class org.kurento.client.DataChannelOpenedEvent
Setter for the channelId property
setChannels(long) - Method in class org.kurento.client.RTCCodec
set Use 2 for stereo, missing for most other cases.
setClockRate(long) - Method in class org.kurento.client.RTCCodec
set Represents the media sampling rate.
setCodec(String) - Method in class org.kurento.client.RTCCodec
set e.g., video/vp8 or equivalent.
setCodec(AudioCodec) - Method in class org.kurento.client.AudioCaps
set Audio codec
setCodec(VideoCodec) - Method in class org.kurento.client.VideoCaps
set Video codec
setCodecId(String) - Method in class org.kurento.client.RTCRTPStreamStats
set The codec identifier
setCodeType(String) - Method in class org.kurento.client.CodeFoundEvent
Setter for the codeType property
setComponentId(int) - Method in class org.kurento.client.IceCandidatePair
set Component ID of the ICE connection
setComponentId(int) - Method in class org.kurento.client.IceComponentStateChangedEvent
Setter for the componentId property
setComponentId(int) - Method in class org.kurento.client.IceConnection
set The ID of the component
setConnectionTimeout(Long) - Method in class org.kurento.client.KurentoClientBuilder
 
setCrypto(CryptoSuite) - Method in class org.kurento.client.SDES
set Selects the cryptographic suite to be used.
setDatachannelid(long) - Method in class org.kurento.client.RTCDataChannelStats
set The RTCDatachannel identifier.
setDataChannelsClosed(long) - Method in class org.kurento.client.RTCPeerConnectionStats
set Represents the number of unique datachannels closed.
setDataChannelsOpened(long) - Method in class org.kurento.client.RTCPeerConnectionStats
set Represents the number of unique datachannels opened.
setDecrementFactor(Float) - Method in class org.kurento.client.RembParams
set Determine how much is decreased the current REMB when too losses are detected.
setDenominator(int) - Method in class org.kurento.client.Fraction
set the denominator of the fraction
setDescription(String) - Method in class org.kurento.client.ErrorEvent
Setter for the description property
setDuration(long) - Method in class org.kurento.client.VideoInfo
set Video duration in ms
setE2ELatency(List<MediaLatencyStat>) - Method in class org.kurento.client.EndpointStats
set The average end to end latency for each media stream measured in nano seconds
setEchoReturnLoss(double) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only present on audio tracks sourced from a microphone where echo cancellation is applied.
setEchoReturnLossEnhancement(double) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only present on audio tracks sourced from a microphone where echo cancellation is applied.
setElementProperty(String, String) - Method in interface org.kurento.client.GStreamerFilter
Provide a value to one of the GStreamer element's properties.
setElementProperty(String, String, Continuation<Void>) - Method in interface org.kurento.client.GStreamerFilter
Asynchronous version of setElementProperty: Continuation.onSuccess(F) is called when the action is done.
setElementProperty(Transaction, String, String) - Method in interface org.kurento.client.GStreamerFilter
Provide a value to one of the GStreamer element's properties.
setEncoderBitrate(int) - Method in interface org.kurento.client.MediaElement
Set Target video bitrate for media transcoding.
setEncoderBitrate(int, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Set Target video bitrate for media transcoding.
setEncoderBitrate(int, Transaction) - Method in interface org.kurento.client.MediaElement
Set Target video bitrate for media transcoding.
setErrorCode(int) - Method in class org.kurento.client.ErrorEvent
Setter for the errorCode property
setExponentialFactor(Float) - Method in class org.kurento.client.RembParams
set Factor used to increase exponentially the next REMB when it is below the threshold.
setExternalIPv4(String) - Method in interface org.kurento.client.WebRtcEndpoint
Set External IPv4 address of the media server.
setExternalIPv4(String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set External IPv4 address of the media server.
setExternalIPv4(String, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set External IPv4 address of the media server.
setExternalIPv6(String) - Method in interface org.kurento.client.WebRtcEndpoint
Set External IPv6 address of the media server.
setExternalIPv6(String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set External IPv6 address of the media server.
setExternalIPv6(String, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set External IPv6 address of the media server.
setFactories(List<String>) - Method in class org.kurento.client.ModuleInfo
set Module available factories
setFingerprint(String) - Method in class org.kurento.client.RTCCertificateStats
set Only use the fingerprint value as defined in Section 5 of [RFC4572].
setFingerprintAlgorithm(String) - Method in class org.kurento.client.RTCCertificateStats
set For instance, 'sha-256'.
setFirCount(long) - Method in class org.kurento.client.RTCRTPStreamStats
set Count the total number of Full Intra Request (FIR) packets received by the sender.
setFractionLost(double) - Method in class org.kurento.client.RTCRTPStreamStats
set The fraction packet loss reported for this SSRC.
setFrameHeight(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only makes sense for video media streams and represents the height of the video frame for this SSRC.
setFramerate(Fraction) - Method in class org.kurento.client.VideoCaps
set Framerate
setFramesCorrupted(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for video.
setFramesDecoded(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for video.
setFramesDropped(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for video.
setFramesPerSecond(double) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for video.
setFramesReceived(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for video and when remoteSource is set to true.
setFramesSent(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only valid for video.
setFrameWidth(long) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Only makes sense for video media streams and represents the width of the video frame for this SSRC.
setGenerationTime(String) - Method in class org.kurento.client.ModuleInfo
set Time that this module was generated
setIceTcp(boolean) - Method in interface org.kurento.client.WebRtcEndpoint
Set Enable ICE-TCP candidate gathering.
setIceTcp(boolean, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set Enable ICE-TCP candidate gathering.
setIceTcp(boolean, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set Enable ICE-TCP candidate gathering.
setId(String) - Method in class org.kurento.client.Stats
set A unique id that is associated with the object that was inspected to produce this Stats object.
setInputLatency(List<MediaLatencyStat>) - Method in class org.kurento.client.ElementStats
set The average time that buffers take to get on the input pads of this element in nano seconds
setIpAddress(String) - Method in class org.kurento.client.RTCIceCandidateAttributes
set It is the IP address of the candidate, allowing for IPv4 addresses, IPv6 addresses, and fully qualified domain names (FQDNs).
setIsRemote(boolean) - Method in class org.kurento.client.RTCRTPStreamStats
set false indicates that the statistics are measured locally, while true indicates that the measurements were done at the remote endpoint and reported in an RTCP RR/XR.
setIsSeekable(boolean) - Method in class org.kurento.client.VideoInfo
set Seek is possible in video source
setIssuerCertificateId(String) - Method in class org.kurento.client.RTCCertificateStats
set
setJitter(double) - Method in class org.kurento.client.RTCInboundRTPStreamStats
set Packet Jitter measured in seconds for this SSRC.
setKey(String) - Method in class org.kurento.client.SDES
set
setKey(String) - Method in class org.kurento.client.Tag
set Tag key
setKeyBase64(String) - Method in class org.kurento.client.SDES
set
setKmsWsUri(String) - Method in class org.kurento.client.KurentoClientBuilder
 
setLabel(String) - Method in class org.kurento.client.KurentoClient
 
setLabel(String) - Method in class org.kurento.client.RTCDataChannelStats
set The RTCDatachannel label.
setLatencyStats(boolean) - Method in interface org.kurento.client.MediaPipeline
Set If statistics about pipeline latency are enabled for all mediaElements
setLatencyStats(boolean, Continuation<Void>) - Method in interface org.kurento.client.MediaPipeline
Set If statistics about pipeline latency are enabled for all mediaElements
setLatencyStats(boolean, Transaction) - Method in interface org.kurento.client.MediaPipeline
Set If statistics about pipeline latency are enabled for all mediaElements
setLinealFactorGrade(Float) - Method in class org.kurento.client.RembParams
set Determine the value of the next linearFactor based on the threshold and the current REMB.
setLinealFactorMin(Integer) - Method in class org.kurento.client.RembParams
set Set the min of the factor used to increase linearly the next REMB when it is over the threshold.
setLocalCandidate(String) - Method in class org.kurento.client.IceCandidatePair
set The local candidate used by the ICE library.
setLocalCandidateId(String) - Method in class org.kurento.client.RTCIceCandidatePairStats
set It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidateAttributes for the local candidate associated with this candidate pair.
setLocalCertificateId(String) - Method in class org.kurento.client.RTCTransportStats
set For components where DTLS is negotiated, give local certificate.
setMaster(HubPort, int) - Method in interface org.kurento.client.AlphaBlending
Sets the source port that will be the master entry to the mixer
setMaster(HubPort, int, Continuation<Void>) - Method in interface org.kurento.client.AlphaBlending
Asynchronous version of setMaster: Continuation.onSuccess(F) is called when the action is done.
setMaster(Transaction, HubPort, int) - Method in interface org.kurento.client.AlphaBlending
Sets the source port that will be the master entry to the mixer
setMaxAudioRecvBandwidth(int) - Method in interface org.kurento.client.SdpEndpoint
Set Maximum inbound bitrate requested by this endpoint.
setMaxAudioRecvBandwidth(int, Continuation<Void>) - Method in interface org.kurento.client.SdpEndpoint
Set Maximum inbound bitrate requested by this endpoint.
setMaxAudioRecvBandwidth(int, Transaction) - Method in interface org.kurento.client.SdpEndpoint
Set Maximum inbound bitrate requested by this endpoint.
setMaxEncoderBitrate(int) - Method in interface org.kurento.client.MediaElement
Set Maximum video bitrate for media transcoding.
setMaxEncoderBitrate(int, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Set Maximum video bitrate for media transcoding.
setMaxEncoderBitrate(int, Transaction) - Method in interface org.kurento.client.MediaElement
Set Maximum video bitrate for media transcoding.
setMaxVideoRecvBandwidth(int) - Method in interface org.kurento.client.SdpEndpoint
Set Maximum inbound bitrate requested by this endpoint.
setMaxVideoRecvBandwidth(int, Continuation<Void>) - Method in interface org.kurento.client.SdpEndpoint
Set Maximum inbound bitrate requested by this endpoint.
setMaxVideoRecvBandwidth(int, Transaction) - Method in interface org.kurento.client.SdpEndpoint
Set Maximum inbound bitrate requested by this endpoint.
setMaxVideoSendBandwidth(int) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Maximum outbound bitrate sent by this endpoint.
setMaxVideoSendBandwidth(int, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Maximum outbound bitrate sent by this endpoint.
setMaxVideoSendBandwidth(int, Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Maximum outbound bitrate sent by this endpoint.
setMediaTrackId(String) - Method in class org.kurento.client.RTCRTPStreamStats
set Track identifier.
setMediaType(MediaType) - Method in class org.kurento.client.ElementConnectedEvent
Setter for the mediaType property
setMediaType(MediaType) - Method in class org.kurento.client.ElementDisconnectedEvent
Setter for the mediaType property
setMediaType(MediaType) - Method in class org.kurento.client.MediaFlowInStateChangedEvent
Setter for the mediaType property
setMediaType(MediaType) - Method in class org.kurento.client.MediaFlowOutStateChangedEvent
Setter for the mediaType property
setMediaType(MediaType) - Method in class org.kurento.client.MediaTranscodingStateChangedEvent
Setter for the mediaType property
setMediaType(MediaType) - Method in class org.kurento.client.OnKeySoftLimitEvent
Setter for the mediaType property
setMessagesReceived(long) - Method in class org.kurento.client.RTCDataChannelStats
set Represents the total number of API 'message' events received.
setMessagesSent(long) - Method in class org.kurento.client.RTCDataChannelStats
set Represents the total number of API 'message' events sent.
setMinEncoderBitrate(int) - Method in interface org.kurento.client.MediaElement
Set Minimum video bitrate for media transcoding.
setMinEncoderBitrate(int, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Set Minimum video bitrate for media transcoding.
setMinEncoderBitrate(int, Transaction) - Method in interface org.kurento.client.MediaElement
Set Minimum video bitrate for media transcoding.
setMinVideoRecvBandwidth(int) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Minimum inbound bitrate requested by this endpoint.
setMinVideoRecvBandwidth(int, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Minimum inbound bitrate requested by this endpoint.
setMinVideoRecvBandwidth(int, Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Minimum inbound bitrate requested by this endpoint.
setMinVideoSendBandwidth(int) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Minimum outbound bitrate sent by this endpoint.
setMinVideoSendBandwidth(int, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Minimum outbound bitrate sent by this endpoint.
setMinVideoSendBandwidth(int, Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Minimum outbound bitrate sent by this endpoint.
setModules(List<ModuleInfo>) - Method in class org.kurento.client.ServerInfo
set Descriptor of all modules loaded by the server
setMtu(int) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Maximum Transmission Unit (MTU) used for RTP.
setMtu(int, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Maximum Transmission Unit (MTU) used for RTP.
setMtu(int, Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Maximum Transmission Unit (MTU) used for RTP.
setNackCount(long) - Method in class org.kurento.client.RTCRTPStreamStats
set Count the total number of Negative ACKnowledgement (NACK) packets received by the sender and is sent by receiver.
setName(String) - Method in class org.kurento.client.CodecConfiguration
set Name of the codec.
setName(String) - Method in class org.kurento.client.MediaLatencyStat
set The identifier of the media stream
setName(String) - Method in interface org.kurento.client.MediaObject
Set This MediaObject's name.
setName(String) - Method in class org.kurento.client.ModuleInfo
set Module name
setName(String, Continuation<Void>) - Method in interface org.kurento.client.MediaObject
Set This MediaObject's name.
setName(String, Transaction) - Method in interface org.kurento.client.MediaObject
Set This MediaObject's name.
setNetworkInterfaces(String) - Method in interface org.kurento.client.WebRtcEndpoint
Set Local network interfaces used for ICE gathering.
setNetworkInterfaces(String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set Local network interfaces used for ICE gathering.
setNetworkInterfaces(String, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set Local network interfaces used for ICE gathering.
setNewState(ConnectionState) - Method in class org.kurento.client.ConnectionStateChangedEvent
Setter for the newState property
setNewState(MediaState) - Method in class org.kurento.client.MediaStateChangedEvent
Setter for the newState property
setNominated(boolean) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Related to updating the nominated flag described in Section 7.1.3.2.4 of [RFC5245].
setNumerator(int) - Method in class org.kurento.client.Fraction
set the numerator of the fraction
setObject(MediaObject) - Method in class org.kurento.client.ObjectCreatedEvent
Setter for the object property
setObjectId(String) - Method in class org.kurento.client.ObjectDestroyedEvent
Setter for the objectId property
setOfferToReceiveAudio(Boolean) - Method in class org.kurento.client.OfferOptions
set Whether or not to offer to the remote peer the opportunity to send audio.
setOfferToReceiveVideo(Boolean) - Method in class org.kurento.client.OfferOptions
set Whether or not to offer to the remote peer the opportunity to send video.
setOldState(ConnectionState) - Method in class org.kurento.client.ConnectionStateChangedEvent
Setter for the oldState property
setOldState(MediaState) - Method in class org.kurento.client.MediaStateChangedEvent
Setter for the oldState property
setOverlayedImage(String, float, float, float, float) - Method in interface org.kurento.client.FaceOverlayFilter
Sets the image to use as overlay on the detected faces.
setOverlayedImage(String, float, float, float, float, Continuation<Void>) - Method in interface org.kurento.client.FaceOverlayFilter
Asynchronous version of setOverlayedImage: Continuation.onSuccess(F) is called when the action is done.
setOverlayedImage(Transaction, String, float, float, float, float) - Method in interface org.kurento.client.FaceOverlayFilter
Sets the image to use as overlay on the detected faces.
setPacketsLost(long) - Method in class org.kurento.client.RTCRTPStreamStats
set Total number of RTP packets lost for this SSRC.
setPacketsReceived(long) - Method in class org.kurento.client.RTCInboundRTPStreamStats
set Total number of RTP packets received for this SSRC.
setPacketsRecvIntervalTop(Integer) - Method in class org.kurento.client.RembParams
set Size of the RTP packets history to smooth fraction-lost.
setPacketsSent(long) - Method in class org.kurento.client.RTCOutboundRTPStreamStats
set Total number of RTP packets sent for this SSRC.
setPadName(String) - Method in class org.kurento.client.MediaFlowInStateChangedEvent
Setter for the padName property
setPadName(String) - Method in class org.kurento.client.MediaFlowOutStateChangedEvent
Setter for the padName property
setParameters(String) - Method in class org.kurento.client.RTCCodec
set From the SDP description line.
setPayloadType(long) - Method in class org.kurento.client.RTCCodec
set Payload type as used in RTP encoding.
setPliCount(long) - Method in class org.kurento.client.RTCRTPStreamStats
set Count the total number of Packet Loss Indication (PLI) packets received by the sender and is sent by receiver.
setPortNumber(long) - Method in class org.kurento.client.RTCIceCandidateAttributes
set It is the port number of the candidate.
setPortProperties(float, float, int, float, float, HubPort) - Method in interface org.kurento.client.AlphaBlending
Configure the blending mode of one port.
setPortProperties(float, float, int, float, float, HubPort, Continuation<Void>) - Method in interface org.kurento.client.AlphaBlending
Asynchronous version of setPortProperties: Continuation.onSuccess(F) is called when the action is done.
setPortProperties(Transaction, float, float, int, float, float, HubPort) - Method in interface org.kurento.client.AlphaBlending
Configure the blending mode of one port.
setPosition(long) - Method in interface org.kurento.client.PlayerEndpoint
Set Get or set the actual position of the video in ms.
setPosition(long, Continuation<Void>) - Method in interface org.kurento.client.PlayerEndpoint
Set Get or set the actual position of the video in ms.
setPosition(long, Transaction) - Method in interface org.kurento.client.PlayerEndpoint
Set Get or set the actual position of the video in ms.
setPriority(long) - Method in class org.kurento.client.RTCIceCandidateAttributes
set Represents the priority of the candidate
setPriority(long) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Calculated from candidate priorities as defined in [RFC5245] section 5.7.2.
setProperties(Map<String, String>) - Method in class org.kurento.client.CodecConfiguration
set String used for tuning codec properties
setProperties(Properties) - Method in class org.kurento.client.KurentoClientBuilder
 
setProtocol(String) - Method in class org.kurento.client.RTCDataChannelStats
set The protocol used.
setReadable(boolean) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Has gotten a valid incoming ICE request.
setRemb(long) - Method in class org.kurento.client.RTCRTPStreamStats
set The Receiver Estimated Maximum Bitrate (REMB).
setRembOnConnect(Integer) - Method in class org.kurento.client.RembParams
set Initial local REMB bandwidth estimation that gets propagated when a new endpoint is connected.
setRembParams(RembParams) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Advanced parameters to configure the congestion control algorithm.
setRembParams(RembParams, Continuation<Void>) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Advanced parameters to configure the congestion control algorithm.
setRembParams(RembParams, Transaction) - Method in interface org.kurento.client.BaseRtpEndpoint
Set Advanced parameters to configure the congestion control algorithm.
setRemoteCandidate(String) - Method in class org.kurento.client.IceCandidatePair
set The remote candidate used by the ICE library.
setRemoteCandidateId(String) - Method in class org.kurento.client.RTCIceCandidatePairStats
set It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidateAttributes for the remote candidate associated with this candidate pair.
setRemoteCertificateId(String) - Method in class org.kurento.client.RTCTransportStats
set For components where DTLS is negotiated, give remote certificate.
setRemoteSource(boolean) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set true indicates that this is a remote source.
setRoundTripTime(double) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Represents the RTT computed by the STUN connectivity checks
setRoundTripTime(double) - Method in class org.kurento.client.RTCOutboundRTPStreamStats
set Estimated round trip time (seconds) for this SSRC based on the RTCP timestamp.
setRtcpTransportStatsId(String) - Method in class org.kurento.client.RTCTransportStats
set If RTP and RTCP are not multiplexed, this is the id of the transport that gives stats for the RTCP component, and this record has only the RTP component stats.
setSdpMid(String) - Method in class org.kurento.client.IceCandidate
set If present, this contains the identifier of the 'media stream identification'.
setSdpMLineIndex(int) - Method in class org.kurento.client.IceCandidate
set The index (starting at zero) of the m-line in the SDP this candidate is associated with.
setSeekableEnd(long) - Method in class org.kurento.client.VideoInfo
set Last video position to do seek in ms
setSeekableInit(long) - Method in class org.kurento.client.VideoInfo
set First video position to do seek in ms
setSelectedCandidatePairId(String) - Method in class org.kurento.client.RTCTransportStats
set It is a unique identifier that is associated to the object that was inspected to produce the RTCIceCandidatePairStats associated with this transport.
setSendTagsInEvents(boolean) - Method in interface org.kurento.client.MediaObject
Set Flag activating or deactivating sending the element's tags in fired events.
setSendTagsInEvents(boolean, Continuation<Void>) - Method in interface org.kurento.client.MediaObject
Set Flag activating or deactivating sending the element's tags in fired events.
setSendTagsInEvents(boolean, Transaction) - Method in interface org.kurento.client.MediaObject
Set Flag activating or deactivating sending the element's tags in fired events.
setSink(MediaElement) - Method in class org.kurento.client.ElementConnectedEvent
Setter for the sink property
setSink(MediaElement) - Method in class org.kurento.client.ElementConnectionData
set The sink element in the connection
setSink(MediaElement) - Method in class org.kurento.client.ElementDisconnectedEvent
Setter for the sink property
setSinkDescription(String) - Method in class org.kurento.client.ElementConnectionData
set Description of sink media.
setSinkMediaDescription(String) - Method in class org.kurento.client.ElementConnectedEvent
Setter for the sinkMediaDescription property
setSinkMediaDescription(String) - Method in class org.kurento.client.ElementDisconnectedEvent
Setter for the sinkMediaDescription property
setSliCount(long) - Method in class org.kurento.client.RTCRTPStreamStats
set Count the total number of Slice Loss Indication (SLI) packets received by the sender.
setSource(HubPort) - Method in interface org.kurento.client.DispatcherOneToMany
Sets the source port that will be connected to the sinks of every HubPort of the dispatcher
setSource(HubPort, Continuation<Void>) - Method in interface org.kurento.client.DispatcherOneToMany
Asynchronous version of setSource: Continuation.onSuccess(F) is called when the action is done.
setSource(MediaElement) - Method in class org.kurento.client.ElementConnectionData
set The source element in the connection
setSource(MediaObject) - Method in class org.kurento.client.RaiseBaseEvent
Setter for the source property
setSource(Transaction, HubPort) - Method in interface org.kurento.client.DispatcherOneToMany
Sets the source port that will be connected to the sinks of every HubPort of the dispatcher
setSourceDescription(String) - Method in class org.kurento.client.ElementConnectionData
set Description of source media.
setSourceMediaDescription(String) - Method in class org.kurento.client.ElementConnectedEvent
Setter for the sourceMediaDescription property
setSourceMediaDescription(String) - Method in class org.kurento.client.ElementDisconnectedEvent
Setter for the sourceMediaDescription property
setSsrc(String) - Method in class org.kurento.client.RTCRTPStreamStats
set The synchronized source SSRC
setSsrcIds(List<String>) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Synchronized sources.
setState(IceComponentState) - Method in class org.kurento.client.IceComponentStateChangedEvent
Setter for the state property
setState(IceComponentState) - Method in class org.kurento.client.IceConnection
set The state of the component
setState(MediaFlowState) - Method in class org.kurento.client.MediaFlowInStateChangedEvent
Setter for the state property
setState(MediaFlowState) - Method in class org.kurento.client.MediaFlowOutStateChangedEvent
Setter for the state property
setState(MediaTranscodingState) - Method in class org.kurento.client.MediaTranscodingStateChangedEvent
Setter for the state property
setState(RTCDataChannelState) - Method in class org.kurento.client.RTCDataChannelStats
set The state of the RTCDatachannel.
setState(RTCStatsIceCandidatePairState) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Represents the state of the checklist for the local and remote candidates in a pair.
setState(UriEndpointState) - Method in class org.kurento.client.UriEndpointStateChangedEvent
Setter for the state property
setStreamId(int) - Method in class org.kurento.client.IceComponentStateChangedEvent
Setter for the streamId property
setStreamId(String) - Method in class org.kurento.client.IceCandidatePair
set Stream ID of the ICE connection
setStreamId(String) - Method in class org.kurento.client.IceConnection
set The ID of the stream
setStreamIdentifier(String) - Method in class org.kurento.client.RTCMediaStreamStats
set Stream identifier.
setStunServerAddress(String) - Method in interface org.kurento.client.WebRtcEndpoint
Set STUN server IP address.
setStunServerAddress(String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set STUN server IP address.
setStunServerAddress(String, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set STUN server IP address.
setStunServerPort(int) - Method in interface org.kurento.client.WebRtcEndpoint
Set Port of the STUN server
setStunServerPort(int, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set Port of the STUN server
setStunServerPort(int, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set Port of the STUN server
setTags(List<Tag>) - Method in class org.kurento.client.RaiseBaseEvent
Setter for the tags property
setTargetBitrate(double) - Method in class org.kurento.client.RTCOutboundRTPStreamStats
set Presently configured bitrate target of this SSRC, in bits per second.
setThresholdFactor(Float) - Method in class org.kurento.client.RembParams
set Determine the next threshold (TH) when too losses are detected.
setTimestampMillis(long) - Method in class org.kurento.client.Stats
set The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
setTimestampMillis(String) - Method in class org.kurento.client.RaiseBaseEvent
Setter for the timestampMillis property
setTrackIdentifier(String) - Method in class org.kurento.client.RTCMediaStreamTrackStats
set Represents the track.id property.
setTrackIds(List<String>) - Method in class org.kurento.client.RTCMediaStreamStats
set This is the id of the stats object, not the track.id.
setTransport(String) - Method in class org.kurento.client.RTCIceCandidateAttributes
set Valid values for transport is one of udp and tcp.
setTransportId(String) - Method in class org.kurento.client.RTCIceCandidatePairStats
set It is a unique identifier that is associated to the object that was inspected to produce the RTCTransportStats associated with this candidate pair.
setTransportId(String) - Method in class org.kurento.client.RTCRTPStreamStats
set It is a unique identifier that is associated to the object that was inspected to produce the RTCTransportStats associated with this RTP stream.
setTryReconnectingMaxTime(Long) - Method in class org.kurento.client.KurentoClientBuilder
 
setTurnUrl(String) - Method in interface org.kurento.client.WebRtcEndpoint
Set TURN server URL.
setTurnUrl(String, Continuation<Void>) - Method in interface org.kurento.client.WebRtcEndpoint
Set TURN server URL.
setTurnUrl(String, Transaction) - Method in interface org.kurento.client.WebRtcEndpoint
Set TURN server URL.
setType(String) - Method in class org.kurento.client.ErrorEvent
Setter for the type property
setType(String) - Method in class org.kurento.client.MediaEvent
Setter for the type property
setType(MediaType) - Method in class org.kurento.client.ElementConnectionData
set MediaType of the connection
setType(MediaType) - Method in class org.kurento.client.MediaLatencyStat
set Type of media stream
setType(ServerType) - Method in class org.kurento.client.ServerInfo
set Describes the type of media server
setType(StatsType) - Method in class org.kurento.client.Stats
set The type of this object.
setUpLosses(Integer) - Method in class org.kurento.client.RembParams
set Max fraction-lost to no determine too losses.
setValue(String) - Method in class org.kurento.client.CodeFoundEvent
Setter for the value property
setValue(String) - Method in class org.kurento.client.Tag
set Tag Value
setVersion(String) - Method in class org.kurento.client.ModuleInfo
set Module version
setVersion(String) - Method in class org.kurento.client.ServerInfo
set MediaServer version
setVideoFormat(Transaction, VideoCaps) - Method in interface org.kurento.client.MediaElement
Set the type of data for the video stream.
setVideoFormat(VideoCaps) - Method in interface org.kurento.client.MediaElement
Set the type of data for the video stream.
setVideoFormat(VideoCaps, Continuation<Void>) - Method in interface org.kurento.client.MediaElement
Asynchronous version of setVideoFormat: Continuation.onSuccess(F) is called when the action is done.
setWritable(boolean) - Method in class org.kurento.client.RTCIceCandidatePairStats
set Has gotten ACK to an ICE request.
SHOW_ALL - org.kurento.client.GstreamerDotDetails
 
SHOW_CAPS_DETAILS - org.kurento.client.GstreamerDotDetails
 
SHOW_FULL_PARAMS - org.kurento.client.GstreamerDotDetails
 
SHOW_MEDIA_TYPE - org.kurento.client.GstreamerDotDetails
 
SHOW_NON_DEFAULT_PARAMS - org.kurento.client.GstreamerDotDetails
 
SHOW_STATES - org.kurento.client.GstreamerDotDetails
 
SHOW_VERBOSE - org.kurento.client.GstreamerDotDetails
 
START - org.kurento.client.UriEndpointState
 
Stats - Class in org.kurento.client
A dictionary that represents the stats gathered.
Stats() - Constructor for class org.kurento.client.Stats
Default private constructor of Stats for serialization with Jackson
Stats(String, StatsType, long) - Constructor for class org.kurento.client.Stats
Create a Stats
StatsType - Enum in org.kurento.client
The type of the object.
stop() - Method in interface org.kurento.client.UriEndpoint
Stops the feed
stop(Continuation<Void>) - Method in interface org.kurento.client.UriEndpoint
Asynchronous version of stop: Continuation.onSuccess(F) is called when the action is done.
stop(Transaction) - Method in interface org.kurento.client.UriEndpoint
Stops the feed
STOP - org.kurento.client.UriEndpointState
 
stopAndWait() - Method in interface org.kurento.client.RecorderEndpoint
Stops recording and does not return until all the content has been written to the selected uri.
stopAndWait(Continuation<Void>) - Method in interface org.kurento.client.RecorderEndpoint
Asynchronous version of stopAndWait: Continuation.onSuccess(F) is called when the action is done.
stopAndWait(Transaction) - Method in interface org.kurento.client.RecorderEndpoint
Stops recording and does not return until all the content has been written to the selected uri.
stopOnEndOfStream() - Method in class org.kurento.client.RecorderEndpoint.Builder
Forces the recorder endpoint to finish processing data when an End Of Stream (EOS) is detected in the stream
StoppedEvent - Class in org.kurento.client
Fired when the recorder has been stopped and all the media has been written to storage.
StoppedEvent(MediaObject, String, List<Tag>, String) - Constructor for class org.kurento.client.StoppedEvent
Fired when the recorder has been stopped and all the media has been written to storage.
succeeded - org.kurento.client.RTCStatsIceCandidatePairState
 

T

Tag - Class in org.kurento.client
Pair key-value with info about a MediaObject
Tag() - Constructor for class org.kurento.client.Tag
Default private constructor of Tag for serialization with Jackson
Tag(String, String) - Constructor for class org.kurento.client.Tag
Create a Tag
TFuture<V> - Interface in org.kurento.client
 
track - org.kurento.client.StatsType
 
Transaction - Interface in org.kurento.client
 
TransactionException - Exception in org.kurento.client
 
TransactionException() - Constructor for exception org.kurento.client.TransactionException
default constructor.
TransactionException(String) - Constructor for exception org.kurento.client.TransactionException
Constructs a new runtime exception with the specified detail message.
TransactionException(String, Throwable) - Constructor for exception org.kurento.client.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.kurento.client.TransactionException
 
TransactionExecutionException - Exception in org.kurento.client
 
TransactionExecutionException(Operation, ResponseError) - Constructor for exception org.kurento.client.TransactionExecutionException
 
TransactionNotCommitedException - Exception in org.kurento.client
 
TransactionNotCommitedException() - Constructor for exception org.kurento.client.TransactionNotCommitedException
 
TransactionNotCommitedException(String) - Constructor for exception org.kurento.client.TransactionNotCommitedException
 
TransactionNotExecutedException - Exception in org.kurento.client
 
TransactionNotExecutedException() - Constructor for exception org.kurento.client.TransactionNotExecutedException
 
TransactionNotExecutedException(String) - Constructor for exception org.kurento.client.TransactionNotExecutedException
 
TransactionRollbackException - Exception in org.kurento.client
 
TransactionRollbackException() - Constructor for exception org.kurento.client.TransactionRollbackException
 
TransactionRollbackException(String) - Constructor for exception org.kurento.client.TransactionRollbackException
 
TransactionRollbackException(String, Throwable) - Constructor for exception org.kurento.client.TransactionRollbackException
 
TransactionRollbackException(Throwable) - Constructor for exception org.kurento.client.TransactionRollbackException
 
TRANSCODING - org.kurento.client.MediaTranscodingState
 
transport - org.kurento.client.StatsType
 

U

unsetOverlayedImage() - Method in interface org.kurento.client.FaceOverlayFilter
Clear the image to be shown over each detected face.
unsetOverlayedImage(Continuation<Void>) - Method in interface org.kurento.client.FaceOverlayFilter
Asynchronous version of unsetOverlayedImage: Continuation.onSuccess(F) is called when the action is done.
unsetOverlayedImage(Transaction) - Method in interface org.kurento.client.FaceOverlayFilter
Clear the image to be shown over each detected face.
UriEndpoint - Interface in org.kurento.client
Interface for endpoints the require a URI to work.
UriEndpointState - Enum in org.kurento.client
State of the endpoint
UriEndpointStateChangedEvent - Class in org.kurento.client
Indicates the new state of the endpoint
UriEndpointStateChangedEvent(MediaObject, String, List<Tag>, String, UriEndpointState) - Constructor for class org.kurento.client.UriEndpointStateChangedEvent
Indicates the new state of the endpoint
useDataChannels() - Method in class org.kurento.client.WebRtcEndpoint.Builder
Activate data channels support
useEncodedMedia() - Method in class org.kurento.client.HttpPostEndpoint.Builder
Feed the input media as-is to the Media Pipeline, instead of first decoding it.
useEncodedMedia() - Method in class org.kurento.client.PlayerEndpoint.Builder
Feed an encoded media as-is to the Media Pipeline, instead of first decoding it.
useIpv6() - Method in class org.kurento.client.RtpEndpoint.Builder
This configures the endpoint to use IPv6 instead of IPv4.

V

valueOf(String) - Static method in enum org.kurento.client.AudioCodec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.CertificateKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.CryptoSuite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.DSCPValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.GapsFixMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.GstreamerDotDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.IceComponentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.MediaFlowState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.MediaProfileSpecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.MediaState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.MediaTranscodingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.RTCDataChannelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.RTCStatsIceCandidatePairState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.RTCStatsIceCandidateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.ServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.StatsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.UriEndpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.client.VideoCodec
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kurento.client.AudioCodec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.CertificateKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.CryptoSuite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.DSCPValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.GapsFixMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.GstreamerDotDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.IceComponentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.MediaFlowState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.MediaProfileSpecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.MediaState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.MediaTranscodingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.RTCDataChannelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.RTCStatsIceCandidatePairState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.RTCStatsIceCandidateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.StatsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.UriEndpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.client.VideoCodec
Returns an array containing the constants of this enum type, in the order they are declared.
VIDEO - org.kurento.client.FilterType
 
VIDEO - org.kurento.client.MediaType
 
VIDEO_HIGH - org.kurento.client.DSCPValue
 
VIDEO_HIGH_THROUGHPUT - org.kurento.client.DSCPValue
 
VIDEO_LOW - org.kurento.client.DSCPValue
 
VIDEO_MEDIUM - org.kurento.client.DSCPValue
 
VIDEO_MEDIUM_THROUGHPUT - org.kurento.client.DSCPValue
 
VIDEO_VERYLOW - org.kurento.client.DSCPValue
 
VideoCaps - Class in org.kurento.client
Format for video media
VideoCaps() - Constructor for class org.kurento.client.VideoCaps
Default private constructor of VideoCaps for serialization with Jackson
VideoCaps(VideoCodec, Fraction) - Constructor for class org.kurento.client.VideoCaps
Create a VideoCaps
VideoCodec - Enum in org.kurento.client
Codec used for transmission of video.
VideoInfo - Class in org.kurento.client
 
VideoInfo() - Constructor for class org.kurento.client.VideoInfo
Default private constructor of VideoInfo for serialization with Jackson
VideoInfo(boolean, long, long, long) - Constructor for class org.kurento.client.VideoInfo
Create a VideoInfo
VOICEADMIT - org.kurento.client.DSCPValue
 
VP8 - org.kurento.client.VideoCodec
 

W

waitCommited() - Method in interface org.kurento.client.KurentoObject
 
waiting - org.kurento.client.RTCStatsIceCandidatePairState
 
WEBM - org.kurento.client.MediaProfileSpecType
 
WEBM_AUDIO_ONLY - org.kurento.client.MediaProfileSpecType
 
WEBM_VIDEO_ONLY - org.kurento.client.MediaProfileSpecType
 
WebRtcEndpoint - Interface in org.kurento.client
Endpoint that provides bidirectional WebRTC capabilities for Kurento.
WebRtcEndpoint.Builder - Class in org.kurento.client
 
whenCommited(Continuation<?>) - Method in interface org.kurento.client.KurentoObject
 
whenCommited(Continuation<?>, Executor) - Method in interface org.kurento.client.KurentoObject
 
with(String, Object) - Method in class org.kurento.client.AbstractBuilder
 
with(String, Object) - Method in class org.kurento.client.AlphaBlending.Builder
 
with(String, Object) - Method in class org.kurento.client.Composite.Builder
 
with(String, Object) - Method in class org.kurento.client.Dispatcher.Builder
 
with(String, Object) - Method in class org.kurento.client.DispatcherOneToMany.Builder
 
with(String, Object) - Method in class org.kurento.client.FaceOverlayFilter.Builder
 
with(String, Object) - Method in class org.kurento.client.GenericMediaElement.Builder
 
with(String, Object) - Method in class org.kurento.client.GStreamerFilter.Builder
 
with(String, Object) - Method in class org.kurento.client.HttpPostEndpoint.Builder
 
with(String, Object) - Method in class org.kurento.client.HubPort.Builder
 
with(String, Object) - Method in class org.kurento.client.ImageOverlayFilter.Builder
 
with(String, Object) - Method in class org.kurento.client.Mixer.Builder
 
with(String, Object) - Method in class org.kurento.client.PassThrough.Builder
 
with(String, Object) - Method in class org.kurento.client.PlayerEndpoint.Builder
 
with(String, Object) - Method in class org.kurento.client.RecorderEndpoint.Builder
 
with(String, Object) - Method in class org.kurento.client.RtpEndpoint.Builder
 
with(String, Object) - Method in class org.kurento.client.WebRtcEndpoint.Builder
 
with(String, Object) - Method in class org.kurento.client.ZBarFilter.Builder
 
withCertificateKeyType(CertificateKeyType) - Method in class org.kurento.client.WebRtcEndpoint.Builder
Sets a value for certificateKeyType in Builder for WebRtcEndpoint.
withConstructorParam(String, Object) - Method in class org.kurento.client.GenericMediaElement.Builder
 
withCrypto(SDES) - Method in class org.kurento.client.RtpEndpoint.Builder
Sets a value for crypto in Builder for RtpEndpoint.
withDisconnectionTimeout(int) - Method in class org.kurento.client.HttpPostEndpoint.Builder
Sets a value for disconnectionTimeout in Builder for HttpPostEndpoint.
withFilterType(FilterType) - Method in class org.kurento.client.GStreamerFilter.Builder
Sets a value for filterType in Builder for GStreamerFilter.
withMediaProfile(MediaProfileSpecType) - Method in class org.kurento.client.RecorderEndpoint.Builder
Sets a value for mediaProfile in Builder for RecorderEndpoint.
withNetworkCache(int) - Method in class org.kurento.client.PlayerEndpoint.Builder
Sets a value for networkCache in Builder for PlayerEndpoint.
withProperties(Properties) - Method in class org.kurento.client.AbstractBuilder
 
withProperties(Properties) - Method in class org.kurento.client.AlphaBlending.Builder
 
withProperties(Properties) - Method in class org.kurento.client.Composite.Builder
 
withProperties(Properties) - Method in class org.kurento.client.Dispatcher.Builder
 
withProperties(Properties) - Method in class org.kurento.client.DispatcherOneToMany.Builder
 
withProperties(Properties) - Method in class org.kurento.client.FaceOverlayFilter.Builder
 
withProperties(Properties) - Method in class org.kurento.client.GenericMediaElement.Builder
 
withProperties(Properties) - Method in class org.kurento.client.GStreamerFilter.Builder
 
withProperties(Properties) - Method in class org.kurento.client.HttpPostEndpoint.Builder
 
withProperties(Properties) - Method in class org.kurento.client.HubPort.Builder
 
withProperties(Properties) - Method in class org.kurento.client.ImageOverlayFilter.Builder
 
withProperties(Properties) - Method in class org.kurento.client.Mixer.Builder
 
withProperties(Properties) - Method in class org.kurento.client.PassThrough.Builder
 
withProperties(Properties) - Method in class org.kurento.client.PlayerEndpoint.Builder
 
withProperties(Properties) - Method in class org.kurento.client.RecorderEndpoint.Builder
 
withProperties(Properties) - Method in class org.kurento.client.RtpEndpoint.Builder
 
withProperties(Properties) - Method in class org.kurento.client.WebRtcEndpoint.Builder
 
withProperties(Properties) - Method in class org.kurento.client.ZBarFilter.Builder
 
withQosDscp(DSCPValue) - Method in class org.kurento.client.WebRtcEndpoint.Builder
Sets a value for qosDscp in Builder for WebRtcEndpoint.

Z

ZBarFilter - Interface in org.kurento.client
This filter detects QR codes in a video feed.
ZBarFilter.Builder - Class in org.kurento.client
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages