Share via


IAMVideoTransformComponent::GetScalingMode (Compact 2013)

3/26/2014

This method returns the mode that is used for scaling.

Syntax

HRESULT GetScalingMode (
    AM_TRANSFORM_SCALING_MODE  *pScalingMode,
);

Parameters

  • pScalingMode
    [out] A pointer to a member of the AM_TRANSFORM_SCALING_MODE enumeration specifying the mode that is used for scaling.

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