Share via


CompressionCaps

Send Feedback

Indicates video compression capabilities.

typedef enum {
  CompressionCaps_CanQuality  = 0x01,
  CompressionCaps_CanCrunch   = 0x02,
  CompressionCaps_CanKeyFrame = 0x04,
  CompressionCaps_CanBFrame   = 0x08,
  CompressionCaps_CanWindow   = 0x10
} CompressionCaps;

Elements

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.01 and later
Header:

See Also

DirectShow Enumerations | IAMVideoCompression::put_Quality | IAMVideoCompression::get_Quality | VIDEOINFOHEADER | IAMVideoCompression::put_KeyFrameRate | IAMVideoCompression::get_KeyFrameRate | IAMVideoCompression::put_PFramesPerKeyFrame | IAMVideoCompression::get_PFramesPerKeyFrame | IAMVideoCompression::put_WindowSize| IAMVideoCompression::get_WindowSize

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.