Microsoft DirectX 9.0

CTransformFilter::Stop

Stops the filter. This method implements the IMediaFilter::Stop method.

Syntax

HRESULT Stop(void);

Return Value

Returns S_OK or another HRESULT value.

Remarks

After this method decommits both allocators, it calls the StopStreaming method. The StopStreaming method does nothing in the base class, but the derived class can override it.

See Also

CTransformFilter Class