ADTF_DISPLAY_TOOLBOX  3.8.0 (ADTF 3.14.3)
streammetatypegcl.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include <adtf_utils.h>
9 
10 namespace adtf
11 {
12 
13 namespace disptb
14 {
15 
16 namespace graphicslib
17 {
18 
19 namespace endor
20 {
21 
23 struct stream_meta_type_gcl
24 {
25  static constexpr const tChar* const MetaTypeName = "adtf/gcl";
26 };
28 
29 }
30 
31 using endor::stream_meta_type_gcl;
32 }
33 
34 }
35 
36 }
Main namespace.