brings the latest ant::ISampleStreamer in users scope
More...
#include <samplestreamer_intf.h>
Inherited by adtf::streaming::flash::ISampleReader, and adtf::streaming::flash::ISampleWriter.
brings the latest ant::ISampleStreamer in users scope
Base interface for sample readers and writers.
◆ BeginStreaming()
Begin streaming on the given sample stream.
- Parameters
-
| [in] | pStream | the sample stream. |
- Returns
- Standard result.
◆ EndStreaming()
| virtual tResult adtf::streaming::flash::ISampleStreamer::EndStreaming |
( |
| ) |
|
|
pure virtual |
End streaming
- Returns
- Standard result.
◆ GetName()
Retrieves the name of the streamer
- Parameters
-
| [out] | strName | This will be updated with the name. |
- Returns
- Standard result.
◆ GetType()
Returns the initial stream type of the streamer.
- Parameters
-
| [out] | pStreamType | This will reference the initial stream type. |
- Returns
- Standard result.
◆ SetName()
| virtual void adtf::streaming::flash::ISampleStreamer::SetName |
( |
const char * | strName | ) |
|
|
pure virtual |
Sets the name of the streamer. This will be used when creating pins.
- Parameters
-
◆ SetStreamerPin()
Sets the pin that the streamer is associated with.
- Parameters
-
- Returns
- Standard result.
◆ SetType()
Sets the initial stream type of a streamer.
- Parameters
-
| [in] | pStreamType | The stream type |
- Returns
- Standard result.
The documentation for this class was generated from the following file: