ICGetDefaultQuality macro (vfw.h)

The ICGetDefaultQuality macro queries a video compression driver to provide its default quality setting. You can use this macro or explicitly call the ICM_GETDEFAULTQUALITY message.

Syntax

void ICGetDefaultQuality(
   hic
);

Parameters

hic

Handle to a compressor.

Return value

None

Remarks

The ICGetDefaultQuality macro returns the default quality value.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h

See also

Video Compression Macros

Video Compression Manager