Share via


IAMVideoTransformComponent::SetScalingMode (Compact 2013)

3/26/2014

This method sets the mode that is used for scaling.

Syntax

HRESULT SetScalingMode (
    AM_TRANSFORM_SCALING_MODE  scalingMode,
);

Parameters

Return Value

Returns an HRESULT value that depends on the implementation of the interface. Current DirectShow implementation return values include the following.

Value

Description

E_FAIL

Failure to return the capabilities.

S_OK

The capabilities were returned.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMVideoTransformComponent