Uses of Interface
org.kurento.client.MediaElement
-
Uses of MediaElement in org.kurento.client
Modifier and TypeInterfaceDescriptioninterface
Base class for the implementation of RTP-based communication endpoints.interface
Base interface for all end points.interface
FaceOverlayFilter interface.interface
Base interface for all filters.interface
interface
A generic filter that allows injecting a single GStreamer element.interface
Endpoint that enables Kurento to work as an HTTP server, allowing peer HTTP clients to access media.interface
AnHttpPostEndpoint
contains SINK pads for AUDIO and VIDEO, which provide access to an HTTP file upload function This type of endpoint provide unidirectional communications.interface
ThisMediaElement
specifies a connection with aHub
interface
ImageOverlayFilter interface.interface
Generic OpenCV Filterinterface
ThisMediaElement
that just passes media throughinterface
Retrieves content from external sources.interface
Provides functionality to store media contents.interface
Endpoint that provides bidirectional content delivery capabilities through the RTP or SRTP protocols.interface
Interface implemented by Endpoints that require an SDP Offer/Answer negotiation in order to configure a media session.interface
All networked Endpoints that require to manage connection sessions with remote peers implement this interface.interface
Interface for endpoints the require a URI to work.interface
Endpoint that provides bidirectional WebRTC capabilities for Kurento.interface
This filter detects QR codes in a video feed.Modifier and TypeMethodDescriptionElementConnectedEvent.getSink()
Getter for the sink propertyElementConnectionData.getSink()
get The sink element in the connectionElementDisconnectedEvent.getSink()
Getter for the sink propertyElementConnectionData.getSource()
get The source element in the connectionModifier and TypeMethodDescriptionvoid
MediaElement.connect
(MediaElement sink) Connects two elements, with the media flowing from left to right.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 media flowing from left to right.void
MediaElement.connect
(MediaElement sink, MediaType mediaType, String sourceMediaDescription) Connects two elements, with the media flowing from left to right.void
MediaElement.connect
(MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Connects two elements, with the media flowing from left to right.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
(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, 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 media flowing from left to right.void
MediaElement.connect
(Transaction tx, MediaElement sink, MediaType mediaType) Connects two elements, with the media flowing from left to right.void
MediaElement.connect
(Transaction tx, MediaElement sink, MediaType mediaType, String sourceMediaDescription) Connects two elements, with the media flowing from left to right.void
MediaElement.connect
(Transaction tx, MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Connects two elements, with the media flowing from left to right.void
MediaElement.disconnect
(MediaElement sink) Disconnects two media elements.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 media elements.void
MediaElement.disconnect
(MediaElement sink, MediaType mediaType, String sourceMediaDescription) Disconnects two media elements.void
MediaElement.disconnect
(MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Disconnects two media elements.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
(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, 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 media elements.void
MediaElement.disconnect
(Transaction tx, MediaElement sink, MediaType mediaType) Disconnects two media elements.void
MediaElement.disconnect
(Transaction tx, MediaElement sink, MediaType mediaType, String sourceMediaDescription) Disconnects two media elements.void
MediaElement.disconnect
(Transaction tx, MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Disconnects two media elements.void
ElementConnectedEvent.setSink
(MediaElement sink) Setter for the sink propertyvoid
ElementConnectionData.setSink
(MediaElement sink) set The sink element in the connectionvoid
ElementDisconnectedEvent.setSink
(MediaElement sink) Setter for the sink propertyvoid
ElementConnectionData.setSource
(MediaElement source) set The source element in the connectionModifierConstructorDescriptionElementConnectedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Indicates that an element has been connected to anotherElementConnectionData
(MediaElement source, MediaElement sink, MediaType type, String sourceDescription, String sinkDescription) Create a ElementConnectionDataElementDisconnectedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaElement sink, MediaType mediaType, String sourceMediaDescription, String sinkMediaDescription) Indicates that an element has been disconnected from another