Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMediaRtpEngine class provides an interface for implementing backends to QMediaRtpSession. More...
#include <QMediaRtpEngine>
Inherits QObject.
The QMediaRtpEngine class provides an interface for implementing backends to QMediaRtpSession.
Instances of QMediaRtpEngine are provided by media engines to construct and manage RTP streams.
New instance of QMediaRtpEngine are created using the QMediaRtpEngineFactory plug-in interface.
See also QMediaRtpSession and QMediaRtpEngineFactory.
Destroys a QMediaRtpEngine.
Adds a new type stream to the session which sends and/or receives data according to direction.
Returns the new stream, or a null pointer if the stream could not be created.
Removes a stream from a session.
Returns the stream at index.
Returns the numbe of streams in the session.
Returns a list of type payloads a session is capable of receiving.
Returns a list of type payloads a session is capable of sending.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |