| Interface | Description |
|---|---|
| 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 |
| BaseRtpEndpoint |
Base class to manage common RTP features.
|
| 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 |
| Continuation<F> |
This interface is to be used in asynchronous calls to the media server.
|
| Dispatcher |
A
Hub that allows routing between arbitrary port pairs |
| DispatcherOneToMany |
A
Hub that sends a given source to all the connected sinks |
| Endpoint |
Base interface for all end points.
|
| Event |
Parent interface for Kurento events
|
| EventListener<T extends Event> |
Interface to be implemented by
MediaEvent listeners. |
| FaceOverlayFilter |
FaceOverlayFilter interface.
|
| Filter |
Base interface for all filters.
|
| GStreamerFilter |
This is a generic filter interface, that creates GStreamer filters in the media server.
|
| HttpEndpoint |
Endpoint that enables Kurento to work as an HTTP server, allowing peer HTTP clients to access media.
|
| 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. |
| Hub |
A Hub is a routing
MediaObject. |
| HubPort |
This
MediaElement specifies a connection with a Hub |
| ImageOverlayFilter |
ImageOverlayFilter interface.
|
| KurentoConnectionListener | |
| KurentoObject | |
| ListenerSubscription |
Interface to be implemented by objects that represent the subscription to an
event in Kurento.
|
| MediaElement |
Basic building blocks of the media server, that can be interconnected through the API.
|
| MediaObject |
Base for all objects that can be created in the media server.
|
| MediaPipeline |
A pipeline is a container for a collection of
MediaElements and :rom:cls:`MediaMixers |
| Mixer |
A
Hub that allows routing of video between arbitrary port pairs and mixing of audio among several ports |
| OpenCVFilter |
Generic OpenCV Filter
|
| PassThrough |
This
MediaElement that just passes media through |
| PlayerEndpoint |
Retrieves content from seekable sources in reliable
mode (does not discard media information) and inject
them into KMS.
|
| RecorderEndpoint |
Provides function to store contents in reliable mode (doesn't discard data).
|
| RtpEndpoint |
Endpoint that provides bidirectional content delivery capabilities with remote networked peers through RTP protocol.
|
| SdpEndpoint |
Implements an SDP negotiation endpoint able to generate and process offers/responses and that configures resources according to negotiated Session Description
|
| ServerManager |
This is a standalone object for managing the MediaServer
|
| SessionEndpoint |
Session based endpoint.
|
| TFuture<V> | |
| Transaction | |
| UriEndpoint |
Interface for endpoints the require a URI to work.
|
| WebRtcEndpoint |
WebRtcEndpoint interface.
|
| ZBarFilter |
This filter detects QR codes in a video feed.
|
| Class | Description |
|---|---|
| AbstractBuilder<T> |
Kurento Media Builder base interface
Builds a
<T> object, either synchronously using AbstractBuilder.build() or
asynchronously using AbstractBuilder.buildAsync(org.kurento.client.Continuation<T>) |
| AlphaBlending.Builder | |
| AudioCaps |
Format for audio media
|
| CodecConfiguration |
Defines specific configuration for codecs
|
| CodeFoundEvent |
Event raised by a
ZBarFilter when a code is found in the data being streamed. |
| Composite.Builder | |
| ConnectionStateChangedEvent |
Indicates that the state of the connection has changed
|
| Dispatcher.Builder | |
| DispatcherOneToMany.Builder | |
| ElementConnectedEvent |
Indicates that an element has been connected to other
|
| ElementConnectionData | |
| ElementDisconnectedEvent |
Indicates that an element has been disconnected
|
| ElementStats |
A dictionary that represents the stats gathered in the media element.
|
| EndOfStreamEvent |
Event raised when the stream that the element sends out is finished.
|
| EndpointStats |
A dictionary that represents the stats gathered in the endpoint element.
|
| ErrorEvent |
An error related to the MediaObject has occurred
|
| FaceOverlayFilter.Builder | |
| Fraction |
Type that represents a fraction of an integer numerator over an integer denominator
|
| GStreamerFilter.Builder | |
| HttpPostEndpoint.Builder | |
| HubPort.Builder | |
| IceCandidate |
IceCandidate representation based on standard (http://www.w3.org/TR/webrtc/#rtcicecandidate-type).
|
| ImageOverlayFilter.Builder | |
| JsonRpcConnectionListenerKurento | |
| KurentoClient |
Factory to create
MediaPipeline in the media server. |
| MediaEvent |
Base for all events raised by elements in the Kurento media server.
|
| MediaSessionStartedEvent |
Event raised when a session starts.
|
| MediaSessionTerminatedEvent |
Event raised when a session is terminated.
|
| MediaStateChangedEvent |
Indicates that the state of the media has changed
|
| Mixer.Builder | |
| ModuleInfo |
Description of a loaded modules
|
| ObjectCreatedEvent |
Indicates that an object has been created on the mediaserver
|
| ObjectDestroyedEvent |
Indicates that an object has been destroyed on the mediaserver
|
| OnDataChannelClosedEvent |
Notify the destruction of a data channel.
|
| OnDataChannelOpenedEvent |
Notify the creation of a new data channel.
|
| OnIceCandidateEvent |
Notify of a new gathered local candidate.
|
| OnIceComponentStateChangedEvent |
Notify about the change of an ICE component state.
|
| OnIceGatheringDoneEvent |
Notify that all candidates have been gathered.
|
| PassThrough.Builder | |
| PlayerEndpoint.Builder | |
| Properties | |
| RaiseBaseEvent | |
| RecorderEndpoint.Builder | |
| RembParams |
Defines values for parameters of congestion control
|
| RTCCertificateStats | |
| RTCCodec |
RTC codec statistics
|
| RTCDataChannelStats |
Statistics related to RTC data channels.
|
| RTCIceCandidateAttributes | |
| RTCIceCandidatePairStats | |
| RTCInboundRTPStreamStats |
Statistics that represents the measurement metrics for the incoming media stream.
|
| RTCMediaStreamStats |
Statistics related to the media stream.
|
| RTCMediaStreamTrackStats |
Statistics related to the media stream.
|
| RTCOutboundRTPStreamStats |
Statistics that represents the measurement metrics for the outgoing media stream.
|
| RTCPeerConnectionStats |
Statistics related to the peer connection.
|
| RTCRTPStreamStats |
Statistics for the RTP stream
|
| RTCStats |
An RTCStats dictionary represents the stats gathered.
|
| RTCTransportStats |
Statistics related to RTC data channels.
|
| RtpEndpoint.Builder | |
| SDES |
Security Descriptions for Media Streams
|
| ServerInfo |
Description of the mediaserver
|
| Stats |
A dictionary that represents the stats gathered.
|
| Tag |
Pair key-value with info about a MediaObject
|
| VideoCaps |
Format for video media
|
| WebRtcEndpoint.Builder | |
| ZBarFilter.Builder |
| Enum | Description |
|---|---|
| AudioCodec |
Codec used for transmission of audio.
|
| ConnectionState |
State of the connection.
|
| CryptoSuite |
Describes the encryption and authentication algorithms
|
| FilterType |
Type of filter to be created.
|
| GstreamerDotDetails |
Details of gstreamer dot graphs
|
| IceComponentState |
States of an ICE component.
|
| MediaProfileSpecType |
Media Profile.
|
| MediaState |
State of the media.
|
| MediaType |
Type of media stream to be exchanged.
|
| RTCDataChannelState |
Represents the state of the RTCDataChannel
|
| RTCStatsIceCandidatePairState |
Represents the state of the checklist for the local and remote candidates in a pair.
|
| RTCStatsIceCandidateType |
Types of candidates
|
| ServerType |
Indicates if the server is a real media server or a proxy
|
| StatsType |
The type of the object.
|
| VideoCodec |
Codec used for transmission of video.
|
| Exception | Description |
|---|---|
| TransactionException | |
| TransactionExecutionException | |
| TransactionNotCommitedException | |
| TransactionNotExecutedException | |
| TransactionRollbackException |
Copyright © 2015 Kurento. All rights reserved.