Microsoft DirectX 9.0

ISmartRenderEngine::SetGroupCompressor

Specifies a compression filter to use when rendering the specified group.

Syntax

HRESULT SetGroupCompressor(
    long Group,
    IBaseFilter *pCompressor
);

Parameters

Group

Zero-based index of the group.

pCompressor

Pointer to the IBaseFilter interface of the compression filter.

Return Value

Returns S_OK if successful. Otherwise, returns E_INVALIDARG.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also