Share via


AM_TRANSFORM_SCALING_CAPS (Compact 2013)

3/26/2014

This enumeration contains the scaling ratios supported by the video stream.

Syntax

typedef enum {
  AM_TRANSFORM_SCALING_LIMITED = 0x1,
    AM_TRANSFORM_SCALING_ARBITRARY = 0x2,
} AM_TRANSFORM_SCALING_CAPS;

Elements

  • AM_TRANSFORM_SCALING_LIMITED
    The stream supports limited scaling ratios.
  • AM_TRANSFORM_SCALING_ARBITRARY
    The stream supports arbitrary scaling ratios.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Enumerations