MPEG.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
源码类别:

DVD

开发平台:

Others

  1. /****************************************************************************************
  2.  *  Copyright (c) 2000 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: MPEG.h $             
  6.  *
  7.  * Description:
  8.  * ============
  9.  * Management of MPEG Video Clips
  10.  *
  11.  * Log:
  12.  * ====
  13.  ****************************************************************************************
  14.  * Updates:
  15.  ****************************************************************************************
  16.  * $Log: /SourceCode/I64_Common/I64_Reference/Playcore/Nav_Clips/MPEG.h $
  17.  * 
  18.  * 2     03-01-10 12:21 Leslie
  19.  * Add wide-character strings support
  20.  * 
  21.  * 1     10/30/02 18:06 Rond
  22.  * 
  23.  * 1     11/09/02 15:48 Atai
  24.  * 
  25.  * 1     26/08/02 16:05 Nirm
  26.  ****************************************************************************************/
  27. #include "Config.h" // Global Configuration - do not remove!
  28. #ifndef __MPEG_H_
  29. #define __MPEG_H_
  30. #include "IncludeSysDefs.h"
  31. #include "PlaycoreFileSysFileSystem.h"
  32. /////////////////////////////////////////////////////////////////////////////
  33. // General MPEG
  34. /////////////////////////////////////////////////////////////////////////////
  35. /////////////////////////////////////////////////////////////////////////////
  36. // Constants and Enumerations
  37. /////////////////////////////////////////////////////////////////////////////
  38. // Common Structures
  39. /////////////////////////////////////////////////////////////////////////////
  40. // Public Services
  41. void MPEG_setPresentationTime(UINT8 uPresentationTime);
  42. /////////////////////////////////////////////////////////////////////////////
  43. // MPEG Video Clip
  44. /////////////////////////////////////////////////////////////////////////////
  45. /////////////////////////////////////////////////////////////////////////////
  46. // Public Services
  47. BOOL MPEGClip_isKindOf(LPCWSTR i_pszFilename);
  48. void MPEGClip_construct(struct Clip_TAG *o_pThis, const FindData *i_pFileInfo);
  49. #endif //__MPEG_H_