Share via


IAMTVTuner::get_TVFormat

 
Microsoft DirectShow 9.0

IAMTVTuner::get_TVFormat

The get_TVFormat method retrieves the current analog video TV standard in use.

Syntax

  HRESULT get_TVFormat(
  long *plAnalogVideoStandard
);

Parameters

plAnalogVideoStandard

[out] Pointer to a variable that receives a member of the AnalogVideoStandard enumeration.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Requirements

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

Library: Use Strmiids.lib.

See Also