IAMAnalogVideoDecoder::put_TVFormat

 
Microsoft DirectShow 9.0

IAMAnalogVideoDecoder::put_TVFormat

The put_TVFormat method sets the analog video format.

Syntax

  HRESULT put_TVFormat(
  long lAnalogVideoStandard
);

Parameters

lAnalogVideoStandard

[in]  Specifies the video format as a member of the AnalogVideoStandard enumeration.

Return Values

Returns S_OK if successful, or an error code otherwise.

Requirements

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

Library: Use Strmiids.lib.

See Also