forked from btrask/EasyCapViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ECVComponentDispatch.h
145 lines (117 loc) · 5.78 KB
/
ECVComponentDispatch.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
ComponentComment ("SoftVDigXDispatch.h for SoftVDigX")
ComponentSelectorOffset (4)
ComponentRangeCount (1)
ComponentRangeShift (8)
ComponentRangeMask (FF)
ComponentStorageType (Ptr)
ComponentComment("Standard Component Range")
ComponentRangeBegin (0)
StdComponentCall (Version)
StdComponentCall (CanDo)
StdComponentCall (Close)
StdComponentCall (Open)
ComponentRangeEnd (0)
ComponentComment("Video Digitizer Component Range")
ComponentRangeBegin (1)
ComponentError (0)
ComponentCall (GetMaxSrcRect)
ComponentCall (GetActiveSrcRect)
ComponentCall (SetDigitizerRect)
ComponentCall (GetDigitizerRect)
ComponentCall (GetVBlankRect)
ComponentError (GetMaskPixMap) // not used for Compressed Source ignore
ComponentError (0x0007)
ComponentError (GetPlayThruDestination) // not used for Compressed Source ignore
ComponentError (UseThisCLUT) // not used for Compressed Source ignore
ComponentError (SetInputGammaValue) // not called directly by Sequence Grabber QT6.3
ComponentError (GetInputGammaValue) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetBrightness)
ComponentCall (GetBrightness)
ComponentCall (SetContrast)
ComponentCall (SetHue)
ComponentCall (SetSharpness)
ComponentCall (SetSaturation)
ComponentCall (GetContrast)
ComponentCall (GetHue)
ComponentCall (GetSharpness)
ComponentCall (GetSaturation)
ComponentError (GrabOneFrame) // not used for Compressed Source ignore
ComponentError (GetMaxAuxBuffer) // not used for Compressed Source ignore
ComponentError (0x0018) // private
ComponentCall (GetDigitizerInfo)
ComponentCall (GetCurrentFlags)
ComponentError (SetKeyColor) // not called directly by Sequence Grabber QT6.3
ComponentError (GetKeyColor) // not called unless vdTypeKey
ComponentError (AddKeyColor) // not called directly by Sequence Grabber QT6.3
ComponentError (GetNextKeyColor) // not called directly by Sequence Grabber QT6.3
ComponentError (SetKeyColorRange) // not called directly by Sequence Grabber QT6.3
ComponentError (GetKeyColorRange) // not called directly by Sequence Grabber QT6.3
ComponentError (SetDigitizerUserInterrupt) // not used
ComponentError (SetInputColorSpaceMode) // not called directly by Sequence Grabber QT6.3
ComponentError (GetInputColorSpaceMode) // not called directly by Sequence Grabber QT6.3
ComponentError (SetClipState)
ComponentError (GetClipState)
ComponentError (SetClipRgn)
ComponentError (ClearClipRgn)
ComponentError (GetCLUTInUse) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetPLLFilterType) // called by Video Source Panel if implemented
ComponentCall (GetPLLFilterType) // called by Video Source Panel if implemented
ComponentError (GetMaskandValue) // not called unless vdTypeAlpha
ComponentError (SetMasterBlendLevel) // not called directly by Sequence Grabber QT6.3
ComponentError (SetPlayThruDestination) // not used for Compressed Source ignore
ComponentError (SetPlayThruOnOff) // not used for Compressed Source ignore
ComponentError (SetFieldPreference) // not called directly by Sequence Grabber QT6.3
ComponentError (GetFieldPreference) // not called directly by Sequence Grabber QT6.3
ComponentError (0x0031) // private
ComponentError (PreflightDestination) // not used for Compressed Source ignore
ComponentError (PreflightGlobalRect) // not used for Compressed Source ignore
ComponentError (SetPlayThruGlobalRect) // not used for Compressed Source ignore
ComponentError (SetInputGammaRecord) // not called directly by Sequence Grabber QT6.3
ComponentError (GetInputGammaRecord) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetBlackLevelValue)
ComponentCall (GetBlackLevelValue)
ComponentCall (SetWhiteLevelValue)
ComponentCall (GetWhiteLevelValue)
ComponentCall (GetVideoDefaults)
ComponentCall (GetNumberOfInputs)
ComponentCall (GetInputFormat)
ComponentCall (SetInput)
ComponentCall (GetInput)
ComponentCall (SetInputStandard)
ComponentError (SetupBuffers) // not used for Compressed Source ignore
ComponentError (GrabOneFrameAsync) // not used for Compressed Source ignore
ComponentError (Done) // not used for Compressed Source ignore
// these are required selectors for Compress Source
// other Grab and PlayThru related selectors are no longer
// applicable on MacOS X and should be ignored
ComponentCall (SetCompression)
ComponentCall (CompressOneFrameAsync)
ComponentCall (CompressDone)
ComponentCall (ReleaseCompressBuffer)
ComponentCall (GetImageDescription)
ComponentCall (ResetCompressSequence)
ComponentCall (SetCompressionOnOff)
ComponentCall (GetCompressionTypes)
ComponentCall (SetTimeBase)
ComponentCall (SetFrameRate)
ComponentCall (GetDataRate)
ComponentError (GetSoundInputDriver)
ComponentError (GetDMADepths) // not used for Compressed Source ignore
ComponentCall (GetPreferredTimeScale)
ComponentError (ReleaseAsyncBuffers) // not used for Compressed Source ignore
ComponentError (0x0053)
ComponentCall (SetDataRate)
ComponentCall (GetTimeCode)
ComponentError (UseSafeBuffers) // not used for Compressed Source ignore
ComponentError (GetSoundInputSource)
ComponentCall (GetCompressionTime)
ComponentError (SetPreferredPacketSize)
ComponentError (SetPreferredImageDimensions) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetPreferredImageDimensions)
ComponentCall (GetInputName)
ComponentError (SetDestinationPort) // not used for Compressed Source ignore
ComponentCall (GetDeviceNameAndFlags)
ComponentCall (CaptureStateChanging)
ComponentCall (GetUniqueIDs)
ComponentCall (SelectUniqueIDs)
ComponentRangeEnd (1)