IAMAnalogVideoEncoder::put_TVFormat
Microsoft DirectShow 9.0 |
IAMAnalogVideoEncoder::put_TVFormat
- Note The IAMAnalogVideoEncoder interface is deprecated.
The put_TVFormat method sets the encoder to a particular analog video standard (NTSC/M, PAL/B, SECAM/K1, and so on).
Syntax
HRESULT put_TVFormat( long lAnalogVideoStandard );
Parameters
lAnalogVideoStandard
[in] Specifies the video standard to set in the encoder as a long integer containing a value as defined in the AnalogVideoStandard enumeration.
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also