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
Handles RTP communications.
|
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 |
GenericMediaElement |
interface |
GStreamerFilter
A generic filter interface that allows injecting any GStreamer element.
|
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
The basic building block of the media server, that can be interconnected inside a pipeline.
|
interface |
MediaObject
Base interface used to manage capabilities common to all Kurento elements.
|
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 or non-seekable sources, and injects them into KMS, so they can be delivered to any Filter or Endpoint in the same MediaPipeline.
|
interface |
RecorderEndpoint
Provides the functionality to store contents.
|
interface |
RtpEndpoint
Endpoint that provides bidirectional content delivery capabilities with remote networked peers through RTP or SRTP protocol.
|
interface |
SdpEndpoint
Interface implemented by Endpoints that require an SDP negotiation for the setup
of a networked media session with remote peers.
|
interface |
ServerManager
This is a standalone object for managing the MediaServer
|
interface |
SessionEndpoint
All networked Endpoints that require to manage connection sessions with remote peers implement this interface.
|
interface |
UriEndpoint
Interface for endpoints the require a URI to work.
|
interface |
WebRtcEndpoint
Control interface for Kurento WebRTC endpoint.
|
interface |
ZBarFilter
This filter detects QR codes in a video feed.
|
Modifier and Type | Method and Description |
---|---|
<T extends KurentoObject> |
KurentoClient.getById(String id,
Class<T> clazz) |
Constructor and Description |
---|
AbstractBuilder(Class<?> clazz,
KurentoObject kurentoObject) |
Copyright © 2020 Kurento. All rights reserved.