ADTF
Loading...
Searching...
No Matches
samplestream_statistics_intf.h
Go to the documentation of this file.
1
7#pragma once
11
12namespace adtf
13{
14namespace streaming
15{
16namespace wolverine
17{
18
24{
25protected:
28
29public:
31 ADTF_IID(ISampleStreamStatistics, "samplestream_statistics.wolverine.streaming.adtf.iid");
32
35
42
48 virtual void EnableSampleSizeStatistics(bool bEnable) = 0;
49
53 virtual void ResetStatistics() = 0;
54};
55
56} // namespace wolverine
57
59
60} // namespace streaming
61} // namespace adtf
Samplestream statistics Interface. This interface describes statistical information of an ISampleStre...
Definition samplestream_statistics_intf.h:24
ADTF_IID(ISampleStreamStatistics, "samplestream_statistics.wolverine.streaming.adtf.iid")
definition of interface identifier
virtual tSampleStreamStatistic GetStatistics()=0
virtual void EnableSampleSizeStatistics(bool bEnable)=0
adtf::services::wolverine::ISampleStreamTracer::tTraceData tSampleStreamStatistic
structure containing the current samplestream statistics for samplestream input and output
Definition samplestream_statistics_intf.h:34
Definition object_intf.h:33
Namespace for all functionality of the ADTF Streaming SDK provided since v3.22.
Definition samplestream.h:406
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
Definition sample_stream_tracer_intf.h:215