IBasicVideo::get_SourceWidth (Compact 2013)

3/26/2014

This method retrieves the source rectangle width.

Syntax

HRESULT get_SourceWidth(
  long* pSourceWidth
);

Parameters

  • pSourceWidth
    [out] Current width.

Return Value

Returns an HRESULT value.

Remarks

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

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IBasicVideo Interface