Share via


IBasicVideo::put_SourceWidth (Compact 2013)

3/26/2014

This method sets the source rectangle width.

Syntax

HRESULT put_SourceWidth(
  long SourceWidth
);

Parameters

  • SourceWidth
    [in] New width of the source rectangle.

Return Value

Returns an HRESULT value.

Remarks

Setting this method has no effect on the source rectangle x-axis coordinate.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IBasicVideo Interface