qtms/inc/qtmsg711impl.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    20 
    20 
    21 #include <qtms.h>
    21 #include <qtms.h>
    22 #include <qtmsg711format.h>
    22 #include <qtmsg711format.h>
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 namespace TMS {
    25 namespace TMS
       
    26 {
    26 class TMSFormat;
    27 class TMSFormat;
    27 }
    28 }
    28 
    29 
    29 namespace QTMS {
    30 namespace QTMS
       
    31 {
    30 
    32 
    31 // QTMSG711FormatImpl class
    33 // QTMSG711FormatImpl class
    32 class QTMSG711FormatImpl : public QTMSG711Format
    34 class QTMSG711FormatImpl: public QTMSG711Format
    33     {
    35 {
    34 public:
    36 public:
    35     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
    37     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
    36     virtual ~QTMSG711FormatImpl();
    38     virtual ~QTMSG711FormatImpl();
    37 
    39 
    38     gint GetFormat(TMS::TMSFormat*& fmt);
    40     gint GetFormat(TMS::TMSFormat*& fmt);
    41     gint GetType(QTMSFormatType& fmttype);
    43     gint GetType(QTMSFormatType& fmttype);
    42 
    44 
    43 private:
    45 private:
    44     QTMSG711FormatImpl();
    46     QTMSG711FormatImpl();
    45     gint PostConstruct();
    47     gint PostConstruct();
    46     };
    48 };
    47 
    49 
    48 } //namespace QTMS
    50 } //namespace QTMS
    49 
    51 
    50 #endif // QTMS_G711_FORMAT_IMPL_H
    52 #endif // QTMS_G711_FORMAT_IMPL_H
    51 
       
    52 // End of file
    53 // End of file