mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsilbcformat.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
44:d141fc1ad77b 51:e61a04404bdf
    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  * QTMSILBCFormat class
    36  * QTMSILBCFormat class
    35  *
    37  *
    36  * This class provides access methods to configure and query iLBC codec
    38  * This class provides access methods to configure and query iLBC 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 QTMSILBCFormat : public QObject,
    46 class QTMS_WRAPPER_DLL_EXPORT QTMSILBCFormat: 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 ~QTMSILBCFormat();
    53     virtual ~QTMSILBCFormat();
   168 protected:
   169 protected:
   169     /**
   170     /**
   170      * Constructor
   171      * Constructor
   171      */
   172      */
   172     QTMSILBCFormat();
   173     QTMSILBCFormat();
   173     };
   174 };
   174 
   175 
   175 } //namespace QTMS
   176 } //namespace QTMS
   176 
   177 
   177 #endif //QTMS_ILBC_FORMAT_H
   178 #endif //QTMS_ILBC_FORMAT_H