Share via


IAnalogLocator::put_VideoStandard

 
Microsoft DirectShow 9.0

IAnalogLocator::put_VideoStandard

The put_VideoStandard method specifies the format of the analog television signal.

Syntax

  HRESULT put_VideoStandard(
  AnalogVideoStandard  AVS
);

Parameters

AVS

[in]  Specifies the format of the analog television signal. This parameter is of type AnalogVideoStandard.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved by using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also