Microsoft DirectX 8.1 (C++)

IAMMultiMediaStream::GetFilter

The GetFilter method retrieves the specified filter from the current filter graph.

Syntax

HRESULT GetFilter(
    IMediaStreamFilter **ppFilter
    );

Parameters

ppFilter

[out] Address of a pointer to an IMediaStreamFilter interface that will point to the current filter.

Return Value

Returns S_OK if successful or E_POINTER if one or more of the required parameters are NULL.

See Also