COutputQueue::EOS (Compact 2013)

3/26/2014

Queues an end-of-stream call to the connected input pin after all batched and queued samples have been passed to the input pin.

Syntax

void EOS( );

Parameters

None.

Return Value

None.

Remarks

The end-of-stream call is queued as a special control packet when in a queued mode.

This member function does not send an end-of-stream packet if the m_hr HRESULT value is not S_OK when it is time to make the call.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

COutputQueue Class