IAMAnalogVideoEncoder::get_AvailableTVFormats
Microsoft DirectShow 9.0 |
IAMAnalogVideoEncoder::get_AvailableTVFormats
- Note The IAMAnalogVideoEncoder interface is deprecated.
The get_AvailableTVFormats method retrieves the analog video standards (NTSC/M, PAL/B, SECAM/K1, and so on) supported by the encoder.
Syntax
HRESULT get_AvailableTVFormats( long *lAnalogVideoStandard );
Parameters
lAnalogVideoStandard
[out] Specifies a pointer to a long integer to receive the available TV formats. The formats are defined in the AnalogVideoStandard enumeration and the available formats have been combined in this integer with a bitwise OR.
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