Previous | Next |
The GetQuality method retrieves the quality setting for the video stream.
Syntax
HRESULT GetQuality(
DWORD* pdwQuality
);
Parameters
pdwQuality
[out] Pointer to a double word containing the quality setting.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_POINTER | pdwQuality is NULL. |
Remarks
For more information, see the Remarks section of SetQuality.
See Also
Previous | Next |