IAMAnalogVideoDecoder::get_AvailableTVFormats

 
Microsoft DirectShow 9.0

IAMAnalogVideoDecoder::get_AvailableTVFormats

The get_AvailableTVFormats method retrieves the analog video formats that the decoder supports.

Syntax

  HRESULT get_AvailableTVFormats(
  long *lAnalogVideoStandard
);

Parameters

lAnalogVideoStandard

[out]  Pointer to a variable that receives a bitwise OR of zero or more flags from 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