QXmpp Version:0.3.91
|
The QXmppRtpVideoChannel class represents an RTP video channel to a remote party. More...
#include <QXmppRtpChannel.h>
Public Slots | |
void | datagramReceived (const QByteArray &ba) |
Signals | |
void | sendDatagram (const QByteArray &ba) |
This signal is emitted when a datagram needs to be sent. | |
Public Member Functions | |
QXmppRtpVideoChannel (QObject *parent=0) | |
QXmppVideoFormat | decoderFormat () const |
QList< QXmppVideoFrame > | readFrames () |
QXmppVideoFormat | encoderFormat () const |
void | setEncoderFormat (const QXmppVideoFormat &format) |
void | writeFrame (const QXmppVideoFrame &frame) |
QIODevice::OpenMode | openMode () const |
void | close () |
Protected Member Functions | |
void | payloadTypesChanged () |
Friends | |
class | QXmppRtpVideoChannelPrivate |
The QXmppRtpVideoChannel class represents an RTP video channel to a remote party.
void QXmppRtpVideoChannel::close | ( | ) |
Closes the RTP channel.
void QXmppRtpVideoChannel::datagramReceived | ( | const QByteArray & | ba | ) | [slot] |
Processes an incoming RTP video packet.
ba |