| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseRtpEndpoint
Base class to manage common RTP features.
|
interface |
Endpoint
Base interface for all end points.
|
interface |
FaceOverlayFilter
FaceOverlayFilter interface.
|
interface |
Filter
Base interface for all filters.
|
interface |
GStreamerFilter
This is a generic filter interface, that creates GStreamer filters in the media server.
|
interface |
HttpEndpoint
Endpoint that enables Kurento to work as an HTTP server, allowing peer HTTP clients to access media.
|
interface |
HttpPostEndpoint
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. |
interface |
HubPort
This
MediaElement specifies a connection with a Hub |
interface |
ImageOverlayFilter
ImageOverlayFilter interface.
|
interface |
OpenCVFilter
Generic OpenCV Filter
|
interface |
PassThrough
This
MediaElement that just passes media through |
interface |
PlayerEndpoint
Retrieves content from seekable sources in reliable
mode (does not discard media information) and inject
them into KMS.
|
interface |
RecorderEndpoint
Provides function to store contents in reliable mode (doesn't discard data).
|
interface |
RtpEndpoint
Endpoint that provides bidirectional content delivery capabilities with remote networked peers through RTP protocol.
|
interface |
SdpEndpoint
Implements an SDP negotiation endpoint able to generate and process offers/responses and that configures resources according to negotiated Session Description
|
interface |
SessionEndpoint
Session based endpoint.
|
interface |
UriEndpoint
Interface for endpoints the require a URI to work.
|
interface |
WebRtcEndpoint
WebRtcEndpoint interface.
|
interface |
ZBarFilter
This filter detects QR codes in a video feed.
|
| Modifier and Type | Method and Description |
|---|---|
MediaElement |
ElementConnectionData.getSink()
get The sink element in the connection
|
MediaElement |
ElementConnectedEvent.getSink()
Getter for the sink property
|
MediaElement |
ElementDisconnectedEvent.getSink()
Getter for the sink property
|
MediaElement |
ElementConnectionData.getSource()
get The source element in the connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaElement.connect(MediaElement sink)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(MediaElement sink,
Continuation<Void> cont)
Asynchronous version of connect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
Continuation<Void> cont)
Asynchronous version of connect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
Continuation<Void> cont)
Asynchronous version of connect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription,
Continuation<Void> cont)
Asynchronous version of connect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.connect(Transaction tx,
MediaElement sink)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(Transaction tx,
MediaElement sink,
MediaType mediaType)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(Transaction tx,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.connect(Transaction tx,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Connects two elements, with the given restrictions, current
MediaElement will start emmit media to sink element. |
void |
MediaElement.disconnect(MediaElement sink)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(MediaElement sink,
Continuation<Void> cont)
Asynchronous version of disconnect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
Continuation<Void> cont)
Asynchronous version of disconnect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
Continuation<Void> cont)
Asynchronous version of disconnect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription,
Continuation<Void> cont)
Asynchronous version of disconnect:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.disconnect(Transaction tx,
MediaElement sink)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(Transaction tx,
MediaElement sink,
MediaType mediaType)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(Transaction tx,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
MediaElement.disconnect(Transaction tx,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Disconnects two elements, with the given restrictions, current
MediaElement stops sending media to sink element. |
void |
ElementConnectionData.setSink(MediaElement sink)
set The sink element in the connection
|
void |
ElementConnectedEvent.setSink(MediaElement sink)
Setter for the sink property
|
void |
ElementDisconnectedEvent.setSink(MediaElement sink)
Setter for the sink property
|
void |
ElementConnectionData.setSource(MediaElement source)
set The source element in the connection
|
| Constructor and Description |
|---|
ElementConnectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been connected to other
|
ElementConnectionData(MediaElement source,
MediaElement sink,
MediaType type,
String sourceDescription,
String sinkDescription)
Create a ElementConnectionData
|
ElementDisconnectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been disconnected
|
Copyright © 2015 Kurento. All rights reserved.