mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsg729format.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  * QTMSG729Format class
    36  * QTMSG729Format class
    35  *
    37  *
    36  * This class provides access methods to configure and query G.729 codec
    38  * This class provides access methods to configure and query G.729 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 QTMSG729Format : public QObject,
    46 class QTMS_WRAPPER_DLL_EXPORT QTMSG729Format: 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 ~QTMSG729Format();
    53     virtual ~QTMSG729Format();
    87 protected:
    88 protected:
    88     /**
    89     /**
    89      * Constructor
    90      * Constructor
    90      */
    91      */
    91     QTMSG729Format();
    92     QTMSG729Format();
    92     };
    93 };
    93 
    94 
    94 } //namespace QTMS
    95 } //namespace QTMS
    95 
    96 
    96 #endif //QTMS_G729_FORMAT_H
    97 #endif //QTMS_G729_FORMAT_H