ADTF
|
Sample Reader interface is to opens a Sample Stream for reading. More...
Public Member Functions | |
virtual tResult | BeginStreaming (ISampleStream &pStream)=0 |
BeginStreaming will open the given Sample Stream for Reading while a connection is establishing. More... | |
Public Member Functions inherited from ISampleStreamer | |
virtual tResult | EndStreaming ()=0 |
Sample Stream disconnected. More... | |
virtual tResult | GetType (ucom::ant::iobject_ptr< const IStreamType > &pStreamType) const =0 |
Retrievs the Stream Type of the streamer. More... | |
Protected Member Functions | |
~ISampleReader ()=default | |
not destructable | |
Protected Member Functions inherited from ISampleStreamer | |
~ISampleStreamer ()=default | |
not destructable | |
Sample Reader interface is to opens a Sample Stream for reading.
Definition at line 54 of file samplestreamer_intf.h.
|
pure virtual |
BeginStreaming will open the given Sample Stream for Reading while a connection is establishing.
pStream | [in] Sample Stream to open |
Implemented in cSampleReader.