|
ADTF
|
Interface to create a sample reader buffer. More...
#include <samplestreamer_intf.h>
Inherited by adtf::streaming::ant::cDynamicSampleReaderQueue, adtf::streaming::ant::cLimitedSampleReaderQueue, adtf::streaming::ant::cSampleReader, adtf::streaming::ant::detail::cExternalSampleReaderQueue, adtf::streaming::flash::cExternalQueuesWrapper, and adtf::streaming::flash::detail::cExternalSampleReaderQueue.
Public Member Functions | |
| virtual tResult | Push (const IStreamItem &oStreamItem, tTimeStamp tmTime)=0 |
| Push a new value to the internal sample queue. | |
| virtual void | Clear ()=0 |
| virtual tResult | Pop (IStreamItem &oStreamItem)=0 |
| Returns the next sample from the queue. | |
Interface to create a sample reader buffer.
|
pure virtual |
clears the local queue of the reader either only EndStreaming or incoming event ISampleInStream::IQueueItem::RE_Flush
Implemented in adtf::streaming::ant::cDynamicSampleReaderQueue, adtf::streaming::ant::cExternalQueueSampleReader, adtf::streaming::ant::cLimitedSampleReaderQueue, adtf::streaming::ant::cSampleReader, adtf::streaming::ant::detail::cExternalSampleReaderQueue, adtf::streaming::cDynamicSampleReaderQueue, adtf::streaming::flash::cExternalQueuesWrapper, and adtf::streaming::flash::detail::cExternalSampleReaderQueue.
|
pure virtual |
Returns the next sample from the queue.
| [out] | oStreamItem | stream item reference to copy the references to |
Implemented in adtf::streaming::ant::cDynamicSampleReaderQueue, adtf::streaming::ant::cExternalQueueSampleReader, adtf::streaming::ant::cLimitedSampleReaderQueue, adtf::streaming::ant::cSampleReader, adtf::streaming::ant::detail::cExternalSampleReaderQueue, adtf::streaming::cDynamicSampleReaderQueue, adtf::streaming::flash::cExternalQueuesWrapper, and adtf::streaming::flash::detail::cExternalSampleReaderQueue.
|
pure virtual |
Push a new value to the internal sample queue.
| [in] | oStreamItem | The sample to store |
| [in] | tmTime | Time of storage |
Implemented in adtf::streaming::ant::cDynamicSampleReaderQueue, adtf::streaming::ant::cExternalQueueSampleReader, adtf::streaming::ant::cLimitedSampleReaderQueue, adtf::streaming::ant::cSampleReader, adtf::streaming::ant::detail::cExternalSampleReaderQueue, adtf::streaming::cDynamicSampleReaderQueue, adtf::streaming::flash::cExternalQueuesWrapper, and adtf::streaming::flash::detail::cExternalSampleReaderQueue.