Windows Media Format SDK banner art
PreviousNext

IWMVideoMediaProps::GetQuality

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

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.