Previous | Next |
The SetQuality method specifies the quality setting for the video stream.
Syntax
HRESULT SetQuality(
DWORD dwQuality
);
Parameters
dwQuality
[in] Double word containing the quality setting.
Return Values
This method always returns S_OK.
Remarks
The quality setting specifies the trade-off between frame rate and image quality. A value of 0 (zero) maximizes the frame rate at the expense of image quality; a value of 100 maximizes image quality at the expense of frame rate; and any value in between proportionately values one against the other.
See Also
Previous | Next |