From 564216b28a05cbcebbaef96d9f07d48dd671b7d5 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 31 Aug 2010 07:22:02 +0000 Subject: delete old html files --- doc/html/classQXmppCodec.html | 144 ------------------------------------------ 1 file changed, 144 deletions(-) delete mode 100644 doc/html/classQXmppCodec.html (limited to 'doc/html/classQXmppCodec.html') diff --git a/doc/html/classQXmppCodec.html b/doc/html/classQXmppCodec.html deleted file mode 100644 index 87a8245c..00000000 --- a/doc/html/classQXmppCodec.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -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 16:04:13 2010 for QXmpp by  - -doxygen 1.6.1
- - -- cgit v1.2.3