IBasicVideo::get_VideoWidth

 
Microsoft DirectShow 9.0

IBasicVideo::get_VideoWidth

The get_VideoWidth method retrieves the native width of the video.

Syntax

  HRESULT get_VideoWidth(
  long *pVideoWidth
);

Parameters

pVideoWidth

[out] Pointer to a variable that receives the width of the video, in pixels.

Return Values

Returns an HRESULT value.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also