CTransformFilter::Pause (Compact 2013)

3/26/2014

Transitions the filter to State_Paused state if it is not in this state already, and informs the derived class.

Syntax

HRESULT Pause (void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function overrides the CBaseFilter::Pause member function and implements the IMediaFilter::Pause method.

It checks the input and output pin connections, calls CTransformFilter::StartStreaming, and finally calls the base class implementation (CBaseFilter::Pause).

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CTransformFilter Class