|
ADTF
|
#include <samplestreamer_intf.h>
Inherits adtf::streaming::ant::ISampleStreamer.
Inherited by adtf::streaming::ant::sample_streamer< ISampleWriter, cOutPin >.
Public Member Functions | |
| virtual tResult | BeginStreaming (ISampleStream &pStream)=0 |
Public Member Functions inherited from adtf::streaming::ant::ISampleStreamer | |
| virtual tResult | EndStreaming ()=0 |
| virtual tResult | GetType (ucom::ant::iobject_ptr< const IStreamType > &pStreamType) const =0 |
Protected Member Functions | |
| ~ISampleWriter ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::streaming::ant::ISampleStreamer | |
| ~ISampleStreamer ()=default | |
| not destructable | |
Sample Wiriter interface is to opens a sample stream for writing.
|
pure virtual |
BeginStreaming will open the given Sample Stream for Writing while a connection is establishing.
| pStream | [in] Sample Stream to open |
Implemented in adtf::streaming::ant::cSampleWriter.