mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsamrformat.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
44:d141fc1ad77b 51:e61a04404bdf
    21 #include <QObject>
    21 #include <QObject>
    22 #include <qtmsformat.h>
    22 #include <qtmsformat.h>
    23 #include "qtmswrapperexport.h"
    23 #include "qtmswrapperexport.h"
    24 
    24 
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 namespace TMS {
    26 namespace TMS
       
    27 {
    27 class TMSFormat;
    28 class TMSFormat;
    28 }
    29 }
    29 
    30 
    30 namespace QTMS {
    31 namespace QTMS
       
    32 {
    31 
    33 
    32 /**
    34 /**
    33  * QTMSAMRFormat class
    35  * QTMSAMRFormat class
    34  *
    36  *
    35  * This class provides access methods to configure and query AMR-NB codec
    37  * This class provides access methods to configure and query AMR-NB codec
    38  * This format class can be used for both the encoder and decoder.
    40  * This format class can be used for both the encoder and decoder.
    39  *
    41  *
    40  * @lib QTMSapi.lib
    42  * @lib QTMSapi.lib
    41  *
    43  *
    42  */
    44  */
    43 class QTMS_WRAPPER_DLL_EXPORT QTMSAMRFormat : public QObject,
    45 class QTMS_WRAPPER_DLL_EXPORT QTMSAMRFormat: public QObject, public QTMSFormat
    44                                               public QTMSFormat
    46 {
    45     {
    47 Q_OBJECT
    46     Q_OBJECT
       
    47 public:
    48 public:
    48     /**
    49     /**
    49      * Destructor
    50      * Destructor
    50      */
    51      */
    51     virtual ~QTMSAMRFormat();
    52     virtual ~QTMSAMRFormat();
    53 protected:
    54 protected:
    54     /**
    55     /**
    55      * Constructor
    56      * Constructor
    56      */
    57      */
    57     QTMSAMRFormat();
    58     QTMSAMRFormat();
    58     };
    59 };
    59 
    60 
    60 } //namespace QTMS
    61 } //namespace QTMS
    61 
    62 
    62 #endif //QTMS_AMR_FORMAT_H
    63 #endif //QTMS_AMR_FORMAT_H