Microsoft DirectX 8.1 (C++) |
The get_TVFormat method retrieves the current analog video TV standard in use.
Syntax
HRESULT get_TVFormat(
long *plAnalogVideoStandard
);
Parameters
plAnalogVideoStandard
[out] Pointer to the analog video standard currently in use by the TV Tuner filter.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
Remarks
For supported formats, see the AnalogVideoStandard enumeration.
See Also