IAMAnalogVideoDecoder::get_TVFormat

 
Microsoft DirectShow 9.0

IAMAnalogVideoDecoder::get_TVFormat

The get_TVFormat method retrieves the current analog video format.

Syntax

  HRESULT get_TVFormat(
  long *plAnalogVideoStandard
);

Parameters

plAnalogVideoStandard

[out]  Pointer to a variable that receives a member of the AnalogVideoStandard enumeration, indicating the analog video format.

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