Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMediaRtpSession class provides a means establishing remote media connections. More...
#include <QMediaRtpSession>
Inherits QObject.
The QMediaRtpSession class provides a means establishing remote media connections.
An RTP session manages a set of related RTP streams, it provides functions for creating streams and managing their lifetimes.
The RTP session also provides information about the payloads supported by the stream provider. A list of payloads that can be received for a stream type is given by supportedInboundPayloads() and a similar list for payloads that can be sent is given by supportedOutboundPayloads().
Creates new RTP session with the given parent.
Destroys a session.
Adds an new audio 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.
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.
Adds an new video 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 the session.
Returns the stream at index.
Returns the number of streams in the session.
Returns a list of type payloads a session is able to receive.
Returns a list of type payloads a session is able receive.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |