org.kurento.client.Endpoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-client Show documentation
Show all versions of kurento-client Show documentation
Kurento Client
The Kurento Client project allows server applications to control media server resources.
/**
* This file is generated with Kurento-maven-plugin.
* Please don't edit.
*/
package org.kurento.client;
/**
*
* Base interface for all end points.
*
* An Endpoint is a {@link module:core/abstracts.MediaElement MediaElement} that allow KMS to interchange
* media contents with external systems, supporting different transport protocols
* and mechanisms, such as HTTPorg/docs/current/glossary.html#term-webrtc">WebRTC.org/docs/current/glossary.html#term-rtp">RTP, :term:`WebRTC`, :term:`HTTP`, file://
* URLs, etc.
*
*
* An Endpoint
may contain both sources and sinks for different media types,
* to provide bidirectional communication.
*
*
*
**/
@org.kurento.client.internal.RemoteClass
public interface Endpoint extends MediaElement {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy