[Toc][Index]

CODECINFO


Determines whether data is to be compressed or decompressed. 

typedef struct _CODECINFO {
  ULONG      ulLength;      /*  Size of the CODECINFO data structure, in bytes. */
  FOURCC     fccCodecType;  /*  Describes compression type; 'RAW' if uncompressed. */
  ULONG      ulCodecCaps;   /*  Flag indicating CODEC capabilities. */
} CODECINFO;

typedef CODECINFO *PCODECINFO;


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs