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/classQXmppCodec.html | 144 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 doc/html/classQXmppCodec.html (limited to 'doc/html/classQXmppCodec.html') diff --git a/doc/html/classQXmppCodec.html b/doc/html/classQXmppCodec.html new file mode 100644 index 00000000..a5be2439 --- /dev/null +++ b/doc/html/classQXmppCodec.html @@ -0,0 +1,144 @@ + + + + + +QXmpp: QXmppCodec Class Reference + + + + + + + + + +
+

QXmppCodec Class Reference

+

The QXmppCodec class is the base class for audio codecs capable of encoding and decoding audio samples. +More...

+ +

#include <QXmppCodec.h>

+ +

Inherited by QXmppG711aCodec, and QXmppG711uCodec.

+ +

List of all members.

+ + + + +

Public Member Functions

virtual qint64 encode (QDataStream &input, QDataStream &output)=0
virtual qint64 decode (QDataStream &input, QDataStream &output)=0
+

Detailed Description

+

The QXmppCodec class is the base class for audio codecs capable of encoding and decoding audio samples.

+

Samples must be 16-bit little endian.

+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual qint64 QXmppCodec::decode (QDataStream &  input,
QDataStream &  output 
) [pure virtual]
+
+
+

Reads encoded data from the input stream, decodes it and writes the decoded samples to the output stream.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual qint64 QXmppCodec::encode (QDataStream &  input,
QDataStream &  output 
) [pure virtual]
+
+
+

Reads samples from the input stream, encodes them and writes the encoded data to the output stream.

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