Share via


IBasicVideo::put_SourceHeight (Compact 2013)

3/26/2014

This method sets the height of the source rectangle.

Syntax

HRESULT put_SourceHeight(
  long SourceHeight
);

Parameters

  • SourceHeight
    [in] New rectangle height.

Return Value

Returns an HRESULT value.

Remarks

Setting the height of the source rectangle has no effect on the source y-axis coordinate.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IBasicVideo Interface