COutputQueue::QueueSample (Compact 2013)

3/26/2014

Queues a sample.

Syntax

void QueueSample(
  IMediaSample* pSample 
);

Parameters

  • pSample
    Pointer to the sample to be passed to the connected input pin.

Return Value

None.

Remarks

The critical section must be held when this is called.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

COutputQueue Class