Microsoft DirectX 9.0 |
The SetVideoFormat method sets the video format.
Syntax
HRESULT SetVideoFormat(
DWORD dwChosenEntry
);
Parameters
dwChosenEntry
[in] Value specifying the index (zero-based) of the video pixel format to use.
Return Values
Returns an HRESULT value.
Remarks
Retrieve the video formats by using IVPBaseConfig::GetVideoFormats.
See Also