Share via


CSourceStream::Pause (Compact 2013)

3/26/2014

Pauses a media sample stream.

Syntax

HRESULT Pause(void);

Parameters

None.

Return Value

Returns S_OK if the thread paused successfully.

Returns E_FAIL if the thread does not exist; otherwise, returns an HRESULT value describing the error.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSourceStream Class