mmlibs/mmfw/Recogniser/src/constants.h
branchRCL_3
changeset 11 d5f04de580b7
parent 0 40261b775718
equal deleted inserted replaced
8:bc06d8566074 11:d5f04de580b7
    69 #define KExtWMA			_S(".wma")
    69 #define KExtWMA			_S(".wma")
    70 #define KExtWMV			_S(".wmv")
    70 #define KExtWMV			_S(".wmv")
    71 #define KExtXMF			_S(".xmf")
    71 #define KExtXMF			_S(".xmf")
    72 #define KExtXPS			_S(".xps")
    72 #define KExtXPS			_S(".xps")
    73 #define KExtBeatnikRMF	_S(".rmf")
    73 #define KExtBeatnikRMF	_S(".rmf")
    74 
    74 #define KExtMOV         _S(".mov")  // for .mov extension
    75 
    75 
    76 //
    76 //
    77 // Recognised MIME-types.
    77 // Recognised MIME-types.
    78 //
    78 //
    79 #define KMime3GA		_S8("audio/3ga")
    79 #define KMime3GA		_S8("audio/3ga")
   119 #define KMimeWMA		_S8("audio/x-ms-wma")
   119 #define KMimeWMA		_S8("audio/x-ms-wma")
   120 #define KMimeWMV		_S8("video/x-ms-wmv")
   120 #define KMimeWMV		_S8("video/x-ms-wmv")
   121 #define KMimeXMF		_S8("audio/xmf")
   121 #define KMimeXMF		_S8("audio/xmf")
   122 #define KMimeXPS		_S8("application/x-ext-packetsrc")
   122 #define KMimeXPS		_S8("application/x-ext-packetsrc")
   123 #define KMimeBeatnikRMF _S8("audio/x-beatnik-rmf")
   123 #define KMimeBeatnikRMF _S8("audio/x-beatnik-rmf")
   124 
   124 #define KMimeQuickV     _S8("video/quicktime")  // for .mov extension
   125 
   125 
   126 //
   126 //
   127 // Recognised header signatures.
   127 // Recognised header signatures.
   128 // These should not be defined with _S8 because using
   128 // These should not be defined with _S8 because using
   129 // sizeof() in the HEADER_SIG macro will not work as intended
   129 // sizeof() in the HEADER_SIG macro will not work as intended