mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmspcmformat.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  * QTMSPCMFormat class
    36  * QTMSPCMFormat class
    35  *
    37  *
    36  * This class provides access methods to configure and query PCM-16 codec
    38  * This class provides access methods to configure and query PCM-16 codec
    37  * format settings.
    39  * format settings.
    38  *
    40  *
    39  * @lib QTMSapi.lib
    41  * @lib QTMSapi.lib
    40  *
    42  *
    41  */
    43  */
    42 class QTMS_WRAPPER_DLL_EXPORT QTMSPCMFormat : public QObject,
    44 class QTMS_WRAPPER_DLL_EXPORT QTMSPCMFormat: public QObject, public QTMSFormat
    43                                               public QTMSFormat
    45 {
    44     {
    46 Q_OBJECT
    45     Q_OBJECT
       
    46 public:
    47 public:
    47     /**
    48     /**
    48      * Destructor
    49      * Destructor
    49      */
    50      */
    50     virtual ~QTMSPCMFormat();
    51     virtual ~QTMSPCMFormat();
    52 protected:
    53 protected:
    53     /**
    54     /**
    54      * Constructor
    55      * Constructor
    55      */
    56      */
    56     QTMSPCMFormat();
    57     QTMSPCMFormat();
    57     };
    58 };
    58 
    59 
    59 } //namespace QTMS
    60 } //namespace QTMS
    60 
    61 
    61 #endif //QTMS_PCM_FORMAT_H
    62 #endif //QTMS_PCM_FORMAT_H