Microsoft DirectX 9.0 |
The get_TVFormat method retrieves the current analog video format.
Syntax
HRESULT get_TVFormat(
long *plAnalogVideoStandard
);
Parameters
plAnalogVideoStandard
[out] Pointer to a variable that receives a member of the AnalogVideoStandard enumeration, indicating the analog video format.
Return Values
Returns S_OK if successful, or an error code otherwise.
See Also