mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsg711format.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    22 #include <qtmsformat.h>
    22 #include <qtmsformat.h>
    23 #include <QObject>
    23 #include <QObject>
    24 #include "qtmswrapperexport.h"
    24 #include "qtmswrapperexport.h"
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 namespace TMS {
    27 namespace TMS
       
    28 {
    28 class TMSFormat;
    29 class TMSFormat;
    29 }
    30 }
    30 
    31 
    31 namespace QTMS {
    32 namespace QTMS
       
    33 {
    32 
    34 
    33 /**
    35 /**
    34  * QTMSG711Format class
    36  * QTMSG711Format class
    35  *
    37  *
    36  * This class provides access methods to configure and query G.711 codec
    38  * This class provides access methods to configure and query G.711 codec
    39  * This format class can be used for both the encoder and decoder.
    41  * This format class can be used for both the encoder and decoder.
    40  *
    42  *
    41  * @lib QTMSapi.lib
    43  * @lib QTMSapi.lib
    42  *
    44  *
    43  */
    45  */
    44 class QTMS_WRAPPER_DLL_EXPORT QTMSG711Format : public QObject,
    46 class QTMS_WRAPPER_DLL_EXPORT QTMSG711Format: public QObject, public QTMSFormat
    45                                                public QTMSFormat
    47 {
    46     {
    48 Q_OBJECT
    47     Q_OBJECT
       
    48 public:
    49 public:
    49     /**
    50     /**
    50      * Destructor
    51      * Destructor
    51      */
    52      */
    52     virtual ~QTMSG711Format();
    53     virtual ~QTMSG711Format();
   196 protected:
   197 protected:
   197     /**
   198     /**
   198      * Constructor
   199      * Constructor
   199      */
   200      */
   200     QTMSG711Format();
   201     QTMSG711Format();
   201     };
   202 };
   202 
   203 
   203 } //namespace QTMS
   204 } //namespace QTMS
   204 
   205 
   205 #endif //QTMS_G711_FORMAT_H
   206 #endif //QTMS_G711_FORMAT_H