ADTF  3.18.3
samplestreamaccess_intf.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include <a_utils/a_utils.h>
9 
10 namespace adtf
11 {
12 namespace streaming
13 {
14 namespace ant
15 {
21  {
22  public:
25  enum tMode : uint16_t
26  {
28  Default = 0,
30  PushRead = 0,
34  Push = 2
35  };
36  };
37 } //namespace ant
38 
40 using ant::ISampleStreamAccess;
41 } //namespac streaming
42 } // namespace adtf
Access definiton for the ISampleStream::Open.
@ PushRead
PushRead Operation mode for the ISampleStream::Open. See PushRead Mode - Synchronous Data Pipes.
@ Push
Push Operation without intermediate reader queue, this provides the lowest latency....
@ Default
Default mode of the ISampleStream::Open is Push.
@ AsyncQueue
Asynch Operation mode for the ISampleStream::Open (Not implemented yet). See Asynchronous Mode - Asyn...
Namespace for entire ADTF SDK.