hxsym_mimetypes.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:2k
- /*============================================================================*
- *
- * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *
- * superset of mimetypes that may be handled by helix symbian player variants
- *
- * used by recognizer and file view filtering logic
- *
- *============================================================================*/
-
- #ifndef _hxsym_mimetypes_h_
- #define _hxsym_mimetypes_h_
- //
- // these are mimetypes our recognizer might hand out
- //
- const TText8* const HXSYM_MIMETYPE_RM = _S8("audio/x-pn-realaudio");
- const TText8* const HXSYM_MIMETYPE_MP3 = _S8("audio/mp3");
- const TText8* const HXSYM_MIMETYPE_AMR = _S8("audio/amr"); // note: lower case 'amr' required to work around Series60 phone bug
- const TText8* const HXSYM_MIMETYPE_3GPAUDIO = _S8("audio/3gpp");
- const TText8* const HXSYM_MIMETYPE_3GPVIDEO = _S8("video/3gpp");
- const TText8* const HXSYM_MIMETYPE_MP4AUDIO = _S8("audio/mp4");
- const TText8* const HXSYM_MIMETYPE_MP4VIDEO = _S8("video/mp4");
- const TText8* const HXSYM_MIMETYPE_RAM = _S8("application/ram");
- const TText8* const HXSYM_MIMETYPE_SDP = _S8("application/sdp");
- const TText8* const HXSYM_MIMETYPE_SMIL = _S8("application/smil");
- //
- // corny names - we may associate with these in our AIF in case other
- // recognizers recognize a supported filetype with a higher certainty
- // than we do and for some reason hand out a different mimetype than
- // what we otherwise would
- //
- // these can be re-considered for some size savings
- //
- const TText8* const HXSYM_MIMETYPE_RM_ALT1 = _S8("application/x-pn-realmedia");
- const TText8* const HXSYM_MIMETYPE_RM_ALT2 = _S8("application/vnd.rn-realmedia");
- const TText8* const HXSYM_MIMETYPE_RM_ALT3 = _S8("audio/vnd.rn-realaudio");
- const TText8* const HXSYM_MIMETYPE_RM_ALT4 = _S8("video/vnd.rn-realvideo");
- const TText8* const HXSYM_MIMETYPE_MP4AUDIO_ALT1 = _S8("audio/mp4a-latm");
- const TText8* const HXSYM_MIMETYPE_3GPPAUDIO_ALT1 = _S8("video/h263-1998");
- const TText8* const HXSYM_MIMETYPE_3GPPVIDEO_ALT1 = _S8("audio/h263-2000");
- const TText8* const HXSYM_MIMETYPE_SMIL1 = _S8("application/vnd.rn-rmadriver");
- const TText8* const HXSYM_MIMETYPE_SMIL1_ALT1 = _S8("application/rma-driver");
- #endif // _hxsym_mimetypes_h_