ADTF
Loading...
Searching...
No Matches
samplestreamaccess_intf.h
Go to the documentation of this file.
1
7#pragma once
8#include <a_utils/a_utils.h>
9
10namespace adtf
11{
12namespace streaming
13{
14namespace ant
15{
21{
22public:
25 enum tMode : uint16_t
26 {
37 Push = 2
38 };
39};
40} // namespace ant
41
43using ant::ISampleStreamAccess;
44} // namespace streaming
45} // namespace adtf
Definition samplestreamaccess_intf.h:21
tMode
Definition samplestreamaccess_intf.h:26
@ AsyncQueue
Definition samplestreamaccess_intf.h:34
@ PushRead
Definition samplestreamaccess_intf.h:31
@ Push
Definition samplestreamaccess_intf.h:37
@ Default
Default mode of the ISampleStream::Open is Push.
Definition samplestreamaccess_intf.h:28
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Definition bindingproxyoutport.h:16
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14