| Package | Description |
|---|---|
| org.kurento.client |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlphaBlending
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 |
interface |
BaseRtpEndpoint
Base class to manage common RTP features.
|
interface |
Composite
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 |
interface |
Dispatcher
A
Hub that allows routing between arbitrary port pairs |
interface |
DispatcherOneToMany
A
Hub that sends a given source to all the connected sinks |
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 |
Hub
A Hub is a routing
MediaObject. |
interface |
HubPort
This
MediaElement specifies a connection with a Hub |
interface |
ImageOverlayFilter
ImageOverlayFilter interface.
|
interface |
MediaElement
Basic building blocks of the media server, that can be interconnected through the API.
|
interface |
MediaPipeline
A pipeline is a container for a collection of
MediaElements and :rom:cls:`MediaMixers |
interface |
Mixer
A
Hub that allows routing of video between arbitrary port pairs and mixing of audio among several ports |
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 |
ServerManager
This is a standalone object for managing the MediaServer
|
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 |
|---|---|
MediaObject |
ObjectCreatedEvent.getObject()
Getter for the object property
|
MediaObject |
MediaObject.getParent() |
MediaObject |
RaiseBaseEvent.getSource()
Getter for the source property
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaObject> |
MediaObject.getChilds() |
TFuture<List<MediaObject>> |
MediaObject.getChilds(Transaction tx) |
TFuture<MediaObject> |
MediaObject.getParent(Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectCreatedEvent.setObject(MediaObject object)
Setter for the object property
|
void |
RaiseBaseEvent.setSource(MediaObject source)
Setter for the source property
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaObject.getChilds(Continuation<List<MediaObject>> cont) |
void |
MediaObject.getParent(Continuation<MediaObject> cont) |
| Constructor and Description |
|---|
CodeFoundEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
String codeType,
String value)
Event raised by a
ZBarFilter when a code is found in the data being streamed. |
ConnectionStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
ConnectionState oldState,
ConnectionState newState)
Indicates that the state of the connection has changed
|
ElementConnectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been connected to other
|
ElementDisconnectedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaElement sink,
MediaType mediaType,
String sourceMediaDescription,
String sinkMediaDescription)
Indicates that an element has been disconnected
|
EndOfStreamEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Event raised when the stream that the element sends out is finished.
|
ErrorEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String description,
int errorCode,
String type)
An error related to the MediaObject has occurred
|
MediaEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Base for all events raised by elements in the Kurento media server.
|
MediaSessionStartedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Event raised when a session starts.
|
MediaSessionTerminatedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Event raised when a session is terminated.
|
MediaStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
MediaState oldState,
MediaState newState)
Indicates that the state of the media has changed
|
ObjectCreatedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
MediaObject object)
Indicates that an object has been created on the mediaserver
|
ObjectDestroyedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String objectId)
Indicates that an object has been destroyed on the mediaserver
|
OnDataChannelClosedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Notify the destruction of a data channel.
|
OnDataChannelOpenedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int channelId)
Notify the creation of a new data channel.
|
OnIceCandidateEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
IceCandidate candidate)
Notify of a new gathered local candidate.
|
OnIceComponentStateChangedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type,
int streamId,
int componentId,
IceComponentState state)
Notify about the change of an ICE component state.
|
OnIceGatheringDoneEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Notify that all candidates have been gathered.
|
RaiseBaseEvent(MediaObject source,
String timestamp,
List<Tag> tags) |
Copyright © 2015 Kurento. All rights reserved.