OWLIFT C Library for Linux: OWLIFTDecoder.h ソースファイル
OWLIFT C Library for Linux  1.9.3
Top Page
OWLIFTDecoder.h
[詳解]
1 #pragma once
2 
7 #include "owdecoder_if.h"
8 
9 typedef int test;
10 
26 DEFINE_GUID(CLSID_OWLIFTDecoder,
27  0x3488bdc5, 0x2dfd, 0x4c9a, 0xb1, 0x86, 0x3f, 0xd1, 0x5b, 0x5d, 0xda, 0x41);
28 
39 DEFINE_GUID(IID_IOWLIFTDecoder,
40  0xF947000C,0xFC65,0x4A02,0x8F,0x1F,0xB7,0x2E,0x0C,0xB3,0xF3,0x30);
41 
54 DEFINE_GUID(MEDIASUBTYPE_VSFR,
55  0x52465356, 0xc0a9, 0x443c, 0xa4, 0x63, 0x9d, 0xc1, 0x1f, 0x1d, 0x96, 0x9b);
56 
67 DEFINE_GUID(CLSID_OwColorPropPage,
68  0x13884863, 0x9583, 0x4980, 0x91, 0x21, 0x8a, 0xa5, 0xe3, 0x5e, 0xb4, 0xc);
69 
80 DEFINE_GUID(CLSID_OwTelemetryPropPage,
81  0x58820732, 0x8dd2, 0x4480, 0xad, 0x58, 0x49, 0xb4, 0x34, 0xe6, 0x75, 0x60);
82 
83 /* @} */
const GUID MEDIASUBTYPE_VSFR
Definition: OWLIFTDecoder.h:55
const GUID CLSID_OWLIFTDecoder
Definition: OWLIFTDecoder.h:27
const GUID CLSID_OwTelemetryPropPage
Definition: OWLIFTDecoder.h:81
const GUID CLSID_OwColorPropPage
Definition: OWLIFTDecoder.h:68
const GUID IID_IOWLIFTDecoder
Definition: OWLIFTDecoder.h:40