Share via


Windows Media Player 11 SDK IWMPPlayer2::put_stretchToFit 

Windows Media Player SDK banner art

Previous Next

IWMPPlayer2::put_stretchToFit

The put_stretchToFit method specifies a value indicating whether video displayed by the Windows Media Player control automatically sizes to fit the video window when the video window is larger than the dimensions of the video image.

Syntax

  

Parameters

bEnabled

[in]  VARIANT_BOOL indicating whether video displayed by the Windows Media Player control automatically resizes.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

When the VARIANT_BOOL specified in put_stretchToFit is set to TRUE, the Windows Media Player control maintains the original aspect ratio of the video. If the aspect ratio of the video does not match the aspect ratio of the video window, black mask areas may appear on either the top and bottom or left and right of the video image.

This method applies to the Windows Media Player control only when embedded in a Web page.

Windows Media Player 10 Mobile: This method always returns E_INVALIDARG.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next