From 93adc6aec9ba4671884d9692308b239d3064e553 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 21 Aug 2010 19:15:30 +0000 Subject: add doc html --- doc/html/classQXmppJinglePayloadType.html | 350 ++++++++++++++++++++++++++++++ 1 file changed, 350 insertions(+) create mode 100644 doc/html/classQXmppJinglePayloadType.html (limited to 'doc/html/classQXmppJinglePayloadType.html') diff --git a/doc/html/classQXmppJinglePayloadType.html b/doc/html/classQXmppJinglePayloadType.html new file mode 100644 index 00000000..df717d5f --- /dev/null +++ b/doc/html/classQXmppJinglePayloadType.html @@ -0,0 +1,350 @@ + + + + + +QXmpp: QXmppJinglePayloadType Class Reference + + + + + + + + + +
+

QXmppJinglePayloadType Class Reference

+

The QXmppJinglePayloadType class represents a payload type as specified by XEP-0167: Jingle RTP Sessions and RFC 5245. +More...

+ +

#include <QXmppJingleIq.h>

+ +

List of all members.

+ + + + + + + + + + + + + + + +

Public Member Functions

unsigned char channels () const
void setChannels (unsigned char channels)
unsigned int clockrate () const
void setClockrate (unsigned int clockrate)
unsigned char id () const
void setId (unsigned char id)
unsigned int maxptime () const
void setMaxptime (unsigned int maxptime)
QString name () const
void setName (const QString &name)
unsigned int ptime () const
void setPtime (unsigned int ptime)
+bool operator== (const QXmppJinglePayloadType &other) const
+

Detailed Description

+

The QXmppJinglePayloadType class represents a payload type as specified by XEP-0167: Jingle RTP Sessions and RFC 5245.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
unsigned char QXmppJinglePayloadType::channels ( )  const
+
+
+

Returns the number of channels (e.g. 1 for mono, 2 for stereo).

+ +
+
+ +
+
+ + + + + + + + +
unsigned int QXmppJinglePayloadType::clockrate ( )  const
+
+
+

Returns the clockrate in Hz, i.e. the number of samples per second.

+ +
+
+ +
+
+ + + + + + + + +
unsigned char QXmppJinglePayloadType::id ( )  const
+
+
+

Returns the payload type identifier.

+ +
+
+ +
+
+ + + + + + + + +
unsigned int QXmppJinglePayloadType::maxptime ( )  const
+
+
+

Returns the maximum packet time in milliseconds.

+ +
+
+ +
+
+ + + + + + + + +
QString QXmppJinglePayloadType::name ( )  const
+
+
+

Returns the payload type name.

+ +
+
+ +
+
+ + + + + + + + +
unsigned int QXmppJinglePayloadType::ptime ( )  const
+
+
+

Returns the packet time in milliseconds (20 by default).

+ +
+
+ +
+
+ + + + + + + + + +
void QXmppJinglePayloadType::setChannels (unsigned char  channels ) 
+
+
+

Sets the number of channels (e.g. 1 for mono, 2 for stereo).

+
Parameters:
+ + +
channels 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppJinglePayloadType::setClockrate (unsigned int  clockrate ) 
+
+
+

Sets the clockrate in Hz, i.e. the number of samples per second.

+
Parameters:
+ + +
clockrate 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppJinglePayloadType::setId (unsigned char  id ) 
+
+
+

Sets the payload type identifier.

+ +
+
+ +
+
+ + + + + + + + + +
void QXmppJinglePayloadType::setMaxptime (unsigned int  maxptime ) 
+
+
+

Sets the maximum packet type in milliseconds.

+
Parameters:
+ + +
maxptime 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppJinglePayloadType::setName (const QString &  name ) 
+
+
+

Sets the payload type name.

+
Parameters:
+ + +
name 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppJinglePayloadType::setPtime (unsigned int  ptime ) 
+
+
+

Sets the packet time in milliseconds (20 by default).

+
Parameters:
+ + +
ptime 
+
+
+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Functions Enumerations Enumerator
+ + +
+ +
+ +
Generated on Sun Aug 22 00:44:24 2010 for QXmpp by  + +doxygen 1.6.1
+ + -- cgit v1.2.3