|
ADTF
|
bring the latest ant::ISampleStreamAccess into user scope. More...
#include <samplestreamaccess_intf.h>
Public Types | |
| enum | tMode : uint16_t { Default = 0 , PushRead = 0 , AsyncQueue = 1 , Push = 2 } |
bring the latest ant::ISampleStreamAccess into user scope.
Access definiton for the ISampleStream::Open.
| enum adtf::streaming::ant::ISampleStreamAccess::tMode : uint16_t |
Open mode of ISampleStream::Open
| Enumerator | |
|---|---|
| Default | Default mode of the ISampleStream::Open is Push. |
| PushRead | PushRead Operation mode for the ISampleStream::Open. See Sample Stream Operation Modes. |
| AsyncQueue | Asynch Operation mode for the ISampleStream::Open (Not implemented yet). See Sample Stream Operation Modes |
| Push | Push Operation without intermediate reader queue, this provides the lowest latency. See Sample Stream Operation Modes. |