this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MediaAccessibility framework stubs

+1781
+1
src/frameworks/CMakeLists.txt
··· 36 36 add_subdirectory(JavaVM) 37 37 add_subdirectory(LocalAuthentication) 38 38 add_subdirectory(MapKit) 39 + add_subdirectory(MediaAccessibility) 39 40 add_subdirectory(Metal) 40 41 add_subdirectory(MetalKit) 41 42 add_subdirectory(ModelIO)
+16
src/frameworks/MediaAccessibility/CMakeLists.txt
··· 1 + project(MediaAccessibility) 2 + 3 + set(DYLIB_COMPAT_VERSION "1.0.0") 4 + set(DYLIB_CURRENT_VERSION "62.0.0") 5 + 6 + add_framework(MediaAccessibility 7 + FAT 8 + CURRENT_VERSION 9 + VERSION "A" 10 + 11 + SOURCES 12 + src/MediaAccessibility.c 13 + 14 + DEPENDENCIES 15 + system 16 + )
+269
src/frameworks/MediaAccessibility/include/MediaAccessibility/MediaAccessibility.h
··· 1 + /* 2 + This file is part of Darling. 3 + 4 + Copyright (C) 2019 Lubos Dolezel 5 + 6 + Darling is free software: you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation, either version 3 of the License, or 9 + (at your option) any later version. 10 + 11 + Darling is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with Darling. If not, see <http://www.gnu.org/licenses/>. 18 + */ 19 + 20 + 21 + #ifndef _MediaAccessibility_H_ 22 + #define _MediaAccessibility_H_ 23 + 24 + void* MAAudibleMediaCopyPreferredCharacteristics(void); 25 + void* MAAudibleMediaPrefCopyPreferDescriptiveVideo(void); 26 + void* MAAudibleMediaPrefResetAll(void); 27 + void* MAAudibleMediaPrefSetPreferDescriptiveVideo(void); 28 + void* MACaptionAppearanceAddPreferredLanguage(void); 29 + void* MACaptionAppearanceAddSelectedLanguage(void); 30 + void* MACaptionAppearanceCopyBackgroundColor(void); 31 + void* MACaptionAppearanceCopyFontDescriptorForLanguage(void); 32 + void* MACaptionAppearanceCopyFontDescriptorForStyle(void); 33 + void* MACaptionAppearanceCopyFontDescriptorWithStrokeForStyle(void); 34 + void* MACaptionAppearanceCopyFontForStyle(void); 35 + void* MACaptionAppearanceCopyForegroundColor(void); 36 + void* MACaptionAppearanceCopyPreferredCaptioningMediaCharacteristics(void); 37 + void* MACaptionAppearanceCopyPreferredLanguages(void); 38 + void* MACaptionAppearanceCopySelectedLanguages(void); 39 + void* MACaptionAppearanceCopyStrokeColor(void); 40 + void* MACaptionAppearanceCopyWindowColor(void); 41 + void* MACaptionAppearanceDidDisplayCaptions(void); 42 + void* MACaptionAppearanceGetBackgroundOpacity(void); 43 + void* MACaptionAppearanceGetDisplayType(void); 44 + void* MACaptionAppearanceGetForegroundOpacity(void); 45 + void* MACaptionAppearanceGetRelativeCharacterSize(void); 46 + void* MACaptionAppearanceGetShowCaptions(void); 47 + void* MACaptionAppearanceGetShowCaptionsWhenAvailable(void); 48 + void* MACaptionAppearanceGetStrokeWidth(void); 49 + void* MACaptionAppearanceGetTextEdgeStyle(void); 50 + void* MACaptionAppearanceGetWindowOpacity(void); 51 + void* MACaptionAppearanceGetWindowRoundedCornerRadius(void); 52 + void* MACaptionAppearancePrefCopyActiveProfileID(void); 53 + void* MACaptionAppearancePrefCopyBackgroundColor(void); 54 + void* MACaptionAppearancePrefCopyBackgroundOpacity(void); 55 + void* MACaptionAppearancePrefCopyDisplayType(void); 56 + void* MACaptionAppearancePrefCopyFontDescriptorForStyle(void); 57 + void* MACaptionAppearancePrefCopyFontForStyle(void); 58 + void* MACaptionAppearancePrefCopyFontSpecifiedByUserForStyle(void); 59 + void* MACaptionAppearancePrefCopyForegroundColor(void); 60 + void* MACaptionAppearancePrefCopyForegroundOpacity(void); 61 + void* MACaptionAppearancePrefCopyPreferAccessibleCaptions(void); 62 + void* MACaptionAppearancePrefCopyPreferredLanguages(void); 63 + void* MACaptionAppearancePrefCopyProfileIDs(void); 64 + void* MACaptionAppearancePrefCopyProfileName(void); 65 + void* MACaptionAppearancePrefCopyProfileOrder(void); 66 + void* MACaptionAppearancePrefCopyRelativeCharacterSize(void); 67 + void* MACaptionAppearancePrefCopyShowCaptionsWhenAvailable(void); 68 + void* MACaptionAppearancePrefCopySystemLanguage(void); 69 + void* MACaptionAppearancePrefCopyTextEdgeStyle(void); 70 + void* MACaptionAppearancePrefCopyUsesAppleLookAndFeel(void); 71 + void* MACaptionAppearancePrefCopyVideoOverrideBackgroundColor(void); 72 + void* MACaptionAppearancePrefCopyVideoOverrideBackgroundOpacity(void); 73 + void* MACaptionAppearancePrefCopyVideoOverrideFontForStyle(void); 74 + void* MACaptionAppearancePrefCopyVideoOverrideForegroundColor(void); 75 + void* MACaptionAppearancePrefCopyVideoOverrideForegroundOpacity(void); 76 + void* MACaptionAppearancePrefCopyVideoOverrideRelativeCharSize(void); 77 + void* MACaptionAppearancePrefCopyVideoOverrideRelativeCharacterSize(void); 78 + void* MACaptionAppearancePrefCopyVideoOverrideTextEdgeStyle(void); 79 + void* MACaptionAppearancePrefCopyVideoOverrideWindowColor(void); 80 + void* MACaptionAppearancePrefCopyVideoOverrideWindowOpacity(void); 81 + void* MACaptionAppearancePrefCopyWindowColor(void); 82 + void* MACaptionAppearancePrefCopyWindowOpacity(void); 83 + void* MACaptionAppearancePrefCopyWindowRoundedCornerRadius(void); 84 + void* MACaptionAppearancePrefCreateNewProfileFromProfile(void); 85 + void* MACaptionAppearancePrefCreateNewProfileID(void); 86 + void* MACaptionAppearancePrefGetRelativeCharSize(void); 87 + void* MACaptionAppearancePrefIsProfileEditable(void); 88 + void* MACaptionAppearancePrefRemoveProfile(void); 89 + void* MACaptionAppearancePrefResetAll(void); 90 + void* MACaptionAppearancePrefResetProfile(void); 91 + void* MACaptionAppearancePrefRestoreState(void); 92 + void* MACaptionAppearancePrefSaveState(void); 93 + void* MACaptionAppearancePrefSetActiveProfileID(void); 94 + void* MACaptionAppearancePrefSetAllowNullProfile(void); 95 + void* MACaptionAppearancePrefSetBackgroundColor(void); 96 + void* MACaptionAppearancePrefSetBackgroundOpacity(void); 97 + void* MACaptionAppearancePrefSetDisplayType(void); 98 + void* MACaptionAppearancePrefSetFontDescriptorForStyle(void); 99 + void* MACaptionAppearancePrefSetFontForStyle(void); 100 + void* MACaptionAppearancePrefSetFontSpecifiedByUserForStyle(void); 101 + void* MACaptionAppearancePrefSetForegroundColor(void); 102 + void* MACaptionAppearancePrefSetForegroundOpacity(void); 103 + void* MACaptionAppearancePrefSetPreferAccessibleCaptions(void); 104 + void* MACaptionAppearancePrefSetPreferredLanguages(void); 105 + void* MACaptionAppearancePrefSetProfileName(void); 106 + void* MACaptionAppearancePrefSetProfileOrder(void); 107 + void* MACaptionAppearancePrefSetRelativeCharSize(void); 108 + void* MACaptionAppearancePrefSetRelativeCharacterSize(void); 109 + void* MACaptionAppearancePrefSetShowCaptionsWhenAvailable(void); 110 + void* MACaptionAppearancePrefSetSystemLanguageOverride(void); 111 + void* MACaptionAppearancePrefSetTextEdgeStyle(void); 112 + void* MACaptionAppearancePrefSetUsesAppleLookAndFeel(void); 113 + void* MACaptionAppearancePrefSetVideoOverrideBackgroundColor(void); 114 + void* MACaptionAppearancePrefSetVideoOverrideBackgroundOpacity(void); 115 + void* MACaptionAppearancePrefSetVideoOverrideFontForStyle(void); 116 + void* MACaptionAppearancePrefSetVideoOverrideForegroundColor(void); 117 + void* MACaptionAppearancePrefSetVideoOverrideForegroundOpacity(void); 118 + void* MACaptionAppearancePrefSetVideoOverrideRelativeCharSize(void); 119 + void* MACaptionAppearancePrefSetVideoOverrideRelativeCharacterSize(void); 120 + void* MACaptionAppearancePrefSetVideoOverrideTextEdgeStyle(void); 121 + void* MACaptionAppearancePrefSetVideoOverrideWindowColor(void); 122 + void* MACaptionAppearancePrefSetVideoOverrideWindowOpacity(void); 123 + void* MACaptionAppearancePrefSetWindowColor(void); 124 + void* MACaptionAppearancePrefSetWindowOpacity(void); 125 + void* MACaptionAppearancePrefSetWindowRoundedCornerRadius(void); 126 + void* MACaptionAppearanceSetDidDisplayCaptionsCallback(void); 127 + void* MACaptionAppearanceSetDisplayType(void); 128 + void* MACaptionAppearanceSetShowCaptions(void); 129 + void* MADisplayFilterCombine(void); 130 + void* MADisplayFilterCopySystemFilter(void); 131 + void* MADisplayFilterCreateBlueColorCorrection(void); 132 + void* MADisplayFilterCreateBrightnessAdjust(void); 133 + void* MADisplayFilterCreateGrayscale(void); 134 + void* MADisplayFilterCreateGreenColorCorrection(void); 135 + void* MADisplayFilterCreateIdentity(void); 136 + void* MADisplayFilterCreateInterpolated(void); 137 + void* MADisplayFilterCreateRedBlack(void); 138 + void* MADisplayFilterCreateRedColorCorrection(void); 139 + void* MADisplayFilterCreateRedNightMode(void); 140 + void* MADisplayFilterCreateSaturation(void); 141 + void* MADisplayFilterCreateSingleColor(void); 142 + void* MADisplayFilterCreateTwoColor(void); 143 + void* MADisplayFilterCreateWarmthAdjust(void); 144 + void* MADisplayFilterCreateYellowBlack(void); 145 + void* MADisplayFilterCreateYellowBlue(void); 146 + void* MADisplayFilterGetGain(void); 147 + void* MADisplayFilterGetMatrix(void); 148 + void* MADisplayFilterGetPostOffsets(void); 149 + void* MADisplayFilterGetReduceWhitePoint(void); 150 + void* MADisplayFilterGetTypeID(void); 151 + void* MADisplayFilterInversionCompensationForNightShift(void); 152 + void* MADisplayFilterPrefCopyCategoriesForCurrentPlatform(void); 153 + void* MADisplayFilterPrefGetBlueColorCorrectionIntensity(void); 154 + void* MADisplayFilterPrefGetBrightnessIntensity(void); 155 + void* MADisplayFilterPrefGetCategoryEnabled(void); 156 + void* MADisplayFilterPrefGetGreenColorCorrectionIntensity(void); 157 + void* MADisplayFilterPrefGetRedColorCorrectionIntensity(void); 158 + void* MADisplayFilterPrefGetReduceWhitePointIntensity(void); 159 + void* MADisplayFilterPrefGetSingleColorHue(void); 160 + void* MADisplayFilterPrefGetSingleColorIntensity(void); 161 + void* MADisplayFilterPrefGetType(void); 162 + void* MADisplayFilterPrefGetWarmthIntensity(void); 163 + void* MADisplayFilterPrefPossibleTypesForCategory(void); 164 + void* MADisplayFilterPrefResetAll(void); 165 + void* MADisplayFilterPrefSetBlueColorCorrectionIntensity(void); 166 + void* MADisplayFilterPrefSetBrightnessIntensity(void); 167 + void* MADisplayFilterPrefSetCategoryEnabled(void); 168 + void* MADisplayFilterPrefSetGreenColorCorrectionIntensity(void); 169 + void* MADisplayFilterPrefSetRedColorCorrectionIntensity(void); 170 + void* MADisplayFilterPrefSetReduceWhitePointIntensity(void); 171 + void* MADisplayFilterPrefSetSingleColorHue(void); 172 + void* MADisplayFilterPrefSetSingleColorIntensity(void); 173 + void* MADisplayFilterPrefSetType(void); 174 + void* MADisplayFilterPrefSetWarmthIntensity(void); 175 + void* MADisplayFilterPrefSuspendNotifications(void); 176 + void* MADisplayFilterSetGain(void); 177 + void* MADisplayFilterSetMatrix(void); 178 + void* MADisplayFilterSetPostOffsets(void); 179 + void* MADisplayFilterSetReduceWhitePoint(void); 180 + void* MAImageCaptioningCopyCaption(void); 181 + void* MAImageCaptioningCopyCaptionWithSource(void); 182 + void* MAImageCaptioningCopyMetadataTagPath(void); 183 + void* MAImageCaptioningSetCaption(void); 184 + void* MALegibleOutputDidOutputAttributedStrings(void); 185 + void* MALegibleOutputDidOutputAttributedStringsRegisterCallback(void); 186 + void* MATestingCopyProfileIDs(void); 187 + void* MAXCaptionAppearanceBehaviorCopyBackgroundColor(void); 188 + void* MAXCaptionAppearanceBehaviorCopyBackgroundOpacity(void); 189 + void* MAXCaptionAppearanceBehaviorCopyFontForStyle(void); 190 + void* MAXCaptionAppearanceBehaviorCopyForegroundColor(void); 191 + void* MAXCaptionAppearanceBehaviorCopyForegroundOpacity(void); 192 + void* MAXCaptionAppearanceBehaviorCopyRelativeCharacterSize(void); 193 + void* MAXCaptionAppearanceBehaviorCopyWindowColor(void); 194 + void* MAXCaptionAppearanceBehaviorCopyWindowOpacity(void); 195 + void* MAXCaptionAppearanceBehaviorCopyWindowRoundedCornerRadius(void); 196 + void* MAXCaptionAppearanceBehaviorGetTextEdgeStyle(void); 197 + void* MAXCaptionAppearanceCopyBackgroundColor(void); 198 + void* MAXCaptionAppearanceCopyFontForStyle(void); 199 + void* MAXCaptionAppearanceCopyForegroundColor(void); 200 + void* MAXCaptionAppearanceCopyPreferredLanguages(void); 201 + void* MAXCaptionAppearanceCopyWindowColor(void); 202 + void* MAXCaptionAppearanceGetBackgroundOpacity(void); 203 + void* MAXCaptionAppearanceGetForegroundOpacity(void); 204 + void* MAXCaptionAppearanceGetRelativeCharacterSize(void); 205 + void* MAXCaptionAppearanceGetTextEdgeStyle(void); 206 + void* MAXCaptionAppearanceGetWindowOpacity(void); 207 + void* MAXCaptionAppearanceGetWindowRoundedCornerRadius(void); 208 + void* MAXCaptionAppearanceHasUserDefinedValues(void); 209 + void* MAXCaptionAppearancePrefCopyActiveProfileID(void); 210 + void* MAXCaptionAppearancePrefCopyBackgroundColor(void); 211 + void* MAXCaptionAppearancePrefCopyBackgroundOpacity(void); 212 + void* MAXCaptionAppearancePrefCopyFontForStyle(void); 213 + void* MAXCaptionAppearancePrefCopyForegroundColor(void); 214 + void* MAXCaptionAppearancePrefCopyForegroundOpacity(void); 215 + void* MAXCaptionAppearancePrefCopyPreferredLanguages(void); 216 + void* MAXCaptionAppearancePrefCopyProfileIDs(void); 217 + void* MAXCaptionAppearancePrefCopyProfileName(void); 218 + void* MAXCaptionAppearancePrefCopyProfileOrder(void); 219 + void* MAXCaptionAppearancePrefCopyRelativeCharacterSize(void); 220 + void* MAXCaptionAppearancePrefCopyShowCaptionsWhenAvailable(void); 221 + void* MAXCaptionAppearancePrefCopyTextEdgeStyle(void); 222 + void* MAXCaptionAppearancePrefCopyUsesAppleLookAndFeel(void); 223 + void* MAXCaptionAppearancePrefCopyVideoOverrideBackgroundColor(void); 224 + void* MAXCaptionAppearancePrefCopyVideoOverrideBackgroundOpacity(void); 225 + void* MAXCaptionAppearancePrefCopyVideoOverrideFontForStyle(void); 226 + void* MAXCaptionAppearancePrefCopyVideoOverrideForegroundColor(void); 227 + void* MAXCaptionAppearancePrefCopyVideoOverrideForegroundOpacity(void); 228 + void* MAXCaptionAppearancePrefCopyVideoOverrideRelativeCharacterSize(void); 229 + void* MAXCaptionAppearancePrefCopyVideoOverrideTextEdgeStyle(void); 230 + void* MAXCaptionAppearancePrefCopyVideoOverrideWindowColor(void); 231 + void* MAXCaptionAppearancePrefCopyVideoOverrideWindowOpacity(void); 232 + void* MAXCaptionAppearancePrefCopyWindowColor(void); 233 + void* MAXCaptionAppearancePrefCopyWindowOpacity(void); 234 + void* MAXCaptionAppearancePrefCopyWindowRoundedCornerRadius(void); 235 + void* MAXCaptionAppearancePrefCreateNewProfileFromProfile(void); 236 + void* MAXCaptionAppearancePrefCreateNewProfileID(void); 237 + void* MAXCaptionAppearancePrefIsProfileEditable(void); 238 + void* MAXCaptionAppearancePrefRemoveProfile(void); 239 + void* MAXCaptionAppearancePrefResetAll(void); 240 + void* MAXCaptionAppearancePrefResetProfile(void); 241 + void* MAXCaptionAppearancePrefSetActiveProfileID(void); 242 + void* MAXCaptionAppearancePrefSetBackgroundColor(void); 243 + void* MAXCaptionAppearancePrefSetBackgroundOpacity(void); 244 + void* MAXCaptionAppearancePrefSetFontForStyle(void); 245 + void* MAXCaptionAppearancePrefSetForegroundColor(void); 246 + void* MAXCaptionAppearancePrefSetForegroundOpacity(void); 247 + void* MAXCaptionAppearancePrefSetPreferredLanguages(void); 248 + void* MAXCaptionAppearancePrefSetProfileName(void); 249 + void* MAXCaptionAppearancePrefSetProfileOrder(void); 250 + void* MAXCaptionAppearancePrefSetRelativeCharacterSize(void); 251 + void* MAXCaptionAppearancePrefSetShowCaptionsWhenAvailable(void); 252 + void* MAXCaptionAppearancePrefSetTextEdgeStyle(void); 253 + void* MAXCaptionAppearancePrefSetUsesAppleLookAndFeel(void); 254 + void* MAXCaptionAppearancePrefSetVideoOverrideBackgroundColor(void); 255 + void* MAXCaptionAppearancePrefSetVideoOverrideBackgroundOpacity(void); 256 + void* MAXCaptionAppearancePrefSetVideoOverrideFontForStyle(void); 257 + void* MAXCaptionAppearancePrefSetVideoOverrideForegroundColor(void); 258 + void* MAXCaptionAppearancePrefSetVideoOverrideForegroundOpacity(void); 259 + void* MAXCaptionAppearancePrefSetVideoOverrideRelativeCharacterSize(void); 260 + void* MAXCaptionAppearancePrefSetVideoOverrideTextEdgeStyle(void); 261 + void* MAXCaptionAppearancePrefSetVideoOverrideWindowColor(void); 262 + void* MAXCaptionAppearancePrefSetVideoOverrideWindowOpacity(void); 263 + void* MAXCaptionAppearancePrefSetWindowColor(void); 264 + void* MAXCaptionAppearancePrefSetWindowOpacity(void); 265 + void* MAXCaptionAppearancePrefSetWindowRoundedCornerRadius(void); 266 + void* MAXCaptionAppearanceSetPreferredLanguage(void); 267 + void* MAXCaptionAppearanceShowCaptionsWhenAvailable(void); 268 + 269 + #endif
+1494
src/frameworks/MediaAccessibility/src/MediaAccessibility.c
··· 1 + /* 2 + This file is part of Darling. 3 + 4 + Copyright (C) 2019 Lubos Dolezel 5 + 6 + Darling is free software: you can redistribute it and/or modify 7 + it under the terms of the GNU General Public License as published by 8 + the Free Software Foundation, either version 3 of the License, or 9 + (at your option) any later version. 10 + 11 + Darling is distributed in the hope that it will be useful, 12 + but WITHOUT ANY WARRANTY; without even the implied warranty of 13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 + GNU General Public License for more details. 15 + 16 + You should have received a copy of the GNU General Public License 17 + along with Darling. If not, see <http://www.gnu.org/licenses/>. 18 + */ 19 + 20 + 21 + #include <MediaAccessibility/MediaAccessibility.h> 22 + #include <stdlib.h> 23 + #include <stdio.h> 24 + 25 + static int verbose = 0; 26 + 27 + __attribute__((constructor)) 28 + static void initme(void) { 29 + verbose = getenv("STUB_VERBOSE") != NULL; 30 + } 31 + 32 + void* MAAudibleMediaCopyPreferredCharacteristics(void) 33 + { 34 + if (verbose) puts("STUB: MAAudibleMediaCopyPreferredCharacteristics called"); 35 + return NULL; 36 + } 37 + 38 + void* MAAudibleMediaPrefCopyPreferDescriptiveVideo(void) 39 + { 40 + if (verbose) puts("STUB: MAAudibleMediaPrefCopyPreferDescriptiveVideo called"); 41 + return NULL; 42 + } 43 + 44 + void* MAAudibleMediaPrefResetAll(void) 45 + { 46 + if (verbose) puts("STUB: MAAudibleMediaPrefResetAll called"); 47 + return NULL; 48 + } 49 + 50 + void* MAAudibleMediaPrefSetPreferDescriptiveVideo(void) 51 + { 52 + if (verbose) puts("STUB: MAAudibleMediaPrefSetPreferDescriptiveVideo called"); 53 + return NULL; 54 + } 55 + 56 + void* MACaptionAppearanceAddPreferredLanguage(void) 57 + { 58 + if (verbose) puts("STUB: MACaptionAppearanceAddPreferredLanguage called"); 59 + return NULL; 60 + } 61 + 62 + void* MACaptionAppearanceAddSelectedLanguage(void) 63 + { 64 + if (verbose) puts("STUB: MACaptionAppearanceAddSelectedLanguage called"); 65 + return NULL; 66 + } 67 + 68 + void* MACaptionAppearanceCopyBackgroundColor(void) 69 + { 70 + if (verbose) puts("STUB: MACaptionAppearanceCopyBackgroundColor called"); 71 + return NULL; 72 + } 73 + 74 + void* MACaptionAppearanceCopyFontDescriptorForLanguage(void) 75 + { 76 + if (verbose) puts("STUB: MACaptionAppearanceCopyFontDescriptorForLanguage called"); 77 + return NULL; 78 + } 79 + 80 + void* MACaptionAppearanceCopyFontDescriptorForStyle(void) 81 + { 82 + if (verbose) puts("STUB: MACaptionAppearanceCopyFontDescriptorForStyle called"); 83 + return NULL; 84 + } 85 + 86 + void* MACaptionAppearanceCopyFontDescriptorWithStrokeForStyle(void) 87 + { 88 + if (verbose) puts("STUB: MACaptionAppearanceCopyFontDescriptorWithStrokeForStyle called"); 89 + return NULL; 90 + } 91 + 92 + void* MACaptionAppearanceCopyFontForStyle(void) 93 + { 94 + if (verbose) puts("STUB: MACaptionAppearanceCopyFontForStyle called"); 95 + return NULL; 96 + } 97 + 98 + void* MACaptionAppearanceCopyForegroundColor(void) 99 + { 100 + if (verbose) puts("STUB: MACaptionAppearanceCopyForegroundColor called"); 101 + return NULL; 102 + } 103 + 104 + void* MACaptionAppearanceCopyPreferredCaptioningMediaCharacteristics(void) 105 + { 106 + if (verbose) puts("STUB: MACaptionAppearanceCopyPreferredCaptioningMediaCharacteristics called"); 107 + return NULL; 108 + } 109 + 110 + void* MACaptionAppearanceCopyPreferredLanguages(void) 111 + { 112 + if (verbose) puts("STUB: MACaptionAppearanceCopyPreferredLanguages called"); 113 + return NULL; 114 + } 115 + 116 + void* MACaptionAppearanceCopySelectedLanguages(void) 117 + { 118 + if (verbose) puts("STUB: MACaptionAppearanceCopySelectedLanguages called"); 119 + return NULL; 120 + } 121 + 122 + void* MACaptionAppearanceCopyStrokeColor(void) 123 + { 124 + if (verbose) puts("STUB: MACaptionAppearanceCopyStrokeColor called"); 125 + return NULL; 126 + } 127 + 128 + void* MACaptionAppearanceCopyWindowColor(void) 129 + { 130 + if (verbose) puts("STUB: MACaptionAppearanceCopyWindowColor called"); 131 + return NULL; 132 + } 133 + 134 + void* MACaptionAppearanceDidDisplayCaptions(void) 135 + { 136 + if (verbose) puts("STUB: MACaptionAppearanceDidDisplayCaptions called"); 137 + return NULL; 138 + } 139 + 140 + void* MACaptionAppearanceGetBackgroundOpacity(void) 141 + { 142 + if (verbose) puts("STUB: MACaptionAppearanceGetBackgroundOpacity called"); 143 + return NULL; 144 + } 145 + 146 + void* MACaptionAppearanceGetDisplayType(void) 147 + { 148 + if (verbose) puts("STUB: MACaptionAppearanceGetDisplayType called"); 149 + return NULL; 150 + } 151 + 152 + void* MACaptionAppearanceGetForegroundOpacity(void) 153 + { 154 + if (verbose) puts("STUB: MACaptionAppearanceGetForegroundOpacity called"); 155 + return NULL; 156 + } 157 + 158 + void* MACaptionAppearanceGetRelativeCharacterSize(void) 159 + { 160 + if (verbose) puts("STUB: MACaptionAppearanceGetRelativeCharacterSize called"); 161 + return NULL; 162 + } 163 + 164 + void* MACaptionAppearanceGetShowCaptions(void) 165 + { 166 + if (verbose) puts("STUB: MACaptionAppearanceGetShowCaptions called"); 167 + return NULL; 168 + } 169 + 170 + void* MACaptionAppearanceGetShowCaptionsWhenAvailable(void) 171 + { 172 + if (verbose) puts("STUB: MACaptionAppearanceGetShowCaptionsWhenAvailable called"); 173 + return NULL; 174 + } 175 + 176 + void* MACaptionAppearanceGetStrokeWidth(void) 177 + { 178 + if (verbose) puts("STUB: MACaptionAppearanceGetStrokeWidth called"); 179 + return NULL; 180 + } 181 + 182 + void* MACaptionAppearanceGetTextEdgeStyle(void) 183 + { 184 + if (verbose) puts("STUB: MACaptionAppearanceGetTextEdgeStyle called"); 185 + return NULL; 186 + } 187 + 188 + void* MACaptionAppearanceGetWindowOpacity(void) 189 + { 190 + if (verbose) puts("STUB: MACaptionAppearanceGetWindowOpacity called"); 191 + return NULL; 192 + } 193 + 194 + void* MACaptionAppearanceGetWindowRoundedCornerRadius(void) 195 + { 196 + if (verbose) puts("STUB: MACaptionAppearanceGetWindowRoundedCornerRadius called"); 197 + return NULL; 198 + } 199 + 200 + void* MACaptionAppearancePrefCopyActiveProfileID(void) 201 + { 202 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyActiveProfileID called"); 203 + return NULL; 204 + } 205 + 206 + void* MACaptionAppearancePrefCopyBackgroundColor(void) 207 + { 208 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyBackgroundColor called"); 209 + return NULL; 210 + } 211 + 212 + void* MACaptionAppearancePrefCopyBackgroundOpacity(void) 213 + { 214 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyBackgroundOpacity called"); 215 + return NULL; 216 + } 217 + 218 + void* MACaptionAppearancePrefCopyDisplayType(void) 219 + { 220 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyDisplayType called"); 221 + return NULL; 222 + } 223 + 224 + void* MACaptionAppearancePrefCopyFontDescriptorForStyle(void) 225 + { 226 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyFontDescriptorForStyle called"); 227 + return NULL; 228 + } 229 + 230 + void* MACaptionAppearancePrefCopyFontForStyle(void) 231 + { 232 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyFontForStyle called"); 233 + return NULL; 234 + } 235 + 236 + void* MACaptionAppearancePrefCopyFontSpecifiedByUserForStyle(void) 237 + { 238 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyFontSpecifiedByUserForStyle called"); 239 + return NULL; 240 + } 241 + 242 + void* MACaptionAppearancePrefCopyForegroundColor(void) 243 + { 244 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyForegroundColor called"); 245 + return NULL; 246 + } 247 + 248 + void* MACaptionAppearancePrefCopyForegroundOpacity(void) 249 + { 250 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyForegroundOpacity called"); 251 + return NULL; 252 + } 253 + 254 + void* MACaptionAppearancePrefCopyPreferAccessibleCaptions(void) 255 + { 256 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyPreferAccessibleCaptions called"); 257 + return NULL; 258 + } 259 + 260 + void* MACaptionAppearancePrefCopyPreferredLanguages(void) 261 + { 262 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyPreferredLanguages called"); 263 + return NULL; 264 + } 265 + 266 + void* MACaptionAppearancePrefCopyProfileIDs(void) 267 + { 268 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyProfileIDs called"); 269 + return NULL; 270 + } 271 + 272 + void* MACaptionAppearancePrefCopyProfileName(void) 273 + { 274 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyProfileName called"); 275 + return NULL; 276 + } 277 + 278 + void* MACaptionAppearancePrefCopyProfileOrder(void) 279 + { 280 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyProfileOrder called"); 281 + return NULL; 282 + } 283 + 284 + void* MACaptionAppearancePrefCopyRelativeCharacterSize(void) 285 + { 286 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyRelativeCharacterSize called"); 287 + return NULL; 288 + } 289 + 290 + void* MACaptionAppearancePrefCopyShowCaptionsWhenAvailable(void) 291 + { 292 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyShowCaptionsWhenAvailable called"); 293 + return NULL; 294 + } 295 + 296 + void* MACaptionAppearancePrefCopySystemLanguage(void) 297 + { 298 + if (verbose) puts("STUB: MACaptionAppearancePrefCopySystemLanguage called"); 299 + return NULL; 300 + } 301 + 302 + void* MACaptionAppearancePrefCopyTextEdgeStyle(void) 303 + { 304 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyTextEdgeStyle called"); 305 + return NULL; 306 + } 307 + 308 + void* MACaptionAppearancePrefCopyUsesAppleLookAndFeel(void) 309 + { 310 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyUsesAppleLookAndFeel called"); 311 + return NULL; 312 + } 313 + 314 + void* MACaptionAppearancePrefCopyVideoOverrideBackgroundColor(void) 315 + { 316 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideBackgroundColor called"); 317 + return NULL; 318 + } 319 + 320 + void* MACaptionAppearancePrefCopyVideoOverrideBackgroundOpacity(void) 321 + { 322 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideBackgroundOpacity called"); 323 + return NULL; 324 + } 325 + 326 + void* MACaptionAppearancePrefCopyVideoOverrideFontForStyle(void) 327 + { 328 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideFontForStyle called"); 329 + return NULL; 330 + } 331 + 332 + void* MACaptionAppearancePrefCopyVideoOverrideForegroundColor(void) 333 + { 334 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideForegroundColor called"); 335 + return NULL; 336 + } 337 + 338 + void* MACaptionAppearancePrefCopyVideoOverrideForegroundOpacity(void) 339 + { 340 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideForegroundOpacity called"); 341 + return NULL; 342 + } 343 + 344 + void* MACaptionAppearancePrefCopyVideoOverrideRelativeCharSize(void) 345 + { 346 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideRelativeCharSize called"); 347 + return NULL; 348 + } 349 + 350 + void* MACaptionAppearancePrefCopyVideoOverrideRelativeCharacterSize(void) 351 + { 352 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideRelativeCharacterSize called"); 353 + return NULL; 354 + } 355 + 356 + void* MACaptionAppearancePrefCopyVideoOverrideTextEdgeStyle(void) 357 + { 358 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideTextEdgeStyle called"); 359 + return NULL; 360 + } 361 + 362 + void* MACaptionAppearancePrefCopyVideoOverrideWindowColor(void) 363 + { 364 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideWindowColor called"); 365 + return NULL; 366 + } 367 + 368 + void* MACaptionAppearancePrefCopyVideoOverrideWindowOpacity(void) 369 + { 370 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyVideoOverrideWindowOpacity called"); 371 + return NULL; 372 + } 373 + 374 + void* MACaptionAppearancePrefCopyWindowColor(void) 375 + { 376 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyWindowColor called"); 377 + return NULL; 378 + } 379 + 380 + void* MACaptionAppearancePrefCopyWindowOpacity(void) 381 + { 382 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyWindowOpacity called"); 383 + return NULL; 384 + } 385 + 386 + void* MACaptionAppearancePrefCopyWindowRoundedCornerRadius(void) 387 + { 388 + if (verbose) puts("STUB: MACaptionAppearancePrefCopyWindowRoundedCornerRadius called"); 389 + return NULL; 390 + } 391 + 392 + void* MACaptionAppearancePrefCreateNewProfileFromProfile(void) 393 + { 394 + if (verbose) puts("STUB: MACaptionAppearancePrefCreateNewProfileFromProfile called"); 395 + return NULL; 396 + } 397 + 398 + void* MACaptionAppearancePrefCreateNewProfileID(void) 399 + { 400 + if (verbose) puts("STUB: MACaptionAppearancePrefCreateNewProfileID called"); 401 + return NULL; 402 + } 403 + 404 + void* MACaptionAppearancePrefGetRelativeCharSize(void) 405 + { 406 + if (verbose) puts("STUB: MACaptionAppearancePrefGetRelativeCharSize called"); 407 + return NULL; 408 + } 409 + 410 + void* MACaptionAppearancePrefIsProfileEditable(void) 411 + { 412 + if (verbose) puts("STUB: MACaptionAppearancePrefIsProfileEditable called"); 413 + return NULL; 414 + } 415 + 416 + void* MACaptionAppearancePrefRemoveProfile(void) 417 + { 418 + if (verbose) puts("STUB: MACaptionAppearancePrefRemoveProfile called"); 419 + return NULL; 420 + } 421 + 422 + void* MACaptionAppearancePrefResetAll(void) 423 + { 424 + if (verbose) puts("STUB: MACaptionAppearancePrefResetAll called"); 425 + return NULL; 426 + } 427 + 428 + void* MACaptionAppearancePrefResetProfile(void) 429 + { 430 + if (verbose) puts("STUB: MACaptionAppearancePrefResetProfile called"); 431 + return NULL; 432 + } 433 + 434 + void* MACaptionAppearancePrefRestoreState(void) 435 + { 436 + if (verbose) puts("STUB: MACaptionAppearancePrefRestoreState called"); 437 + return NULL; 438 + } 439 + 440 + void* MACaptionAppearancePrefSaveState(void) 441 + { 442 + if (verbose) puts("STUB: MACaptionAppearancePrefSaveState called"); 443 + return NULL; 444 + } 445 + 446 + void* MACaptionAppearancePrefSetActiveProfileID(void) 447 + { 448 + if (verbose) puts("STUB: MACaptionAppearancePrefSetActiveProfileID called"); 449 + return NULL; 450 + } 451 + 452 + void* MACaptionAppearancePrefSetAllowNullProfile(void) 453 + { 454 + if (verbose) puts("STUB: MACaptionAppearancePrefSetAllowNullProfile called"); 455 + return NULL; 456 + } 457 + 458 + void* MACaptionAppearancePrefSetBackgroundColor(void) 459 + { 460 + if (verbose) puts("STUB: MACaptionAppearancePrefSetBackgroundColor called"); 461 + return NULL; 462 + } 463 + 464 + void* MACaptionAppearancePrefSetBackgroundOpacity(void) 465 + { 466 + if (verbose) puts("STUB: MACaptionAppearancePrefSetBackgroundOpacity called"); 467 + return NULL; 468 + } 469 + 470 + void* MACaptionAppearancePrefSetDisplayType(void) 471 + { 472 + if (verbose) puts("STUB: MACaptionAppearancePrefSetDisplayType called"); 473 + return NULL; 474 + } 475 + 476 + void* MACaptionAppearancePrefSetFontDescriptorForStyle(void) 477 + { 478 + if (verbose) puts("STUB: MACaptionAppearancePrefSetFontDescriptorForStyle called"); 479 + return NULL; 480 + } 481 + 482 + void* MACaptionAppearancePrefSetFontForStyle(void) 483 + { 484 + if (verbose) puts("STUB: MACaptionAppearancePrefSetFontForStyle called"); 485 + return NULL; 486 + } 487 + 488 + void* MACaptionAppearancePrefSetFontSpecifiedByUserForStyle(void) 489 + { 490 + if (verbose) puts("STUB: MACaptionAppearancePrefSetFontSpecifiedByUserForStyle called"); 491 + return NULL; 492 + } 493 + 494 + void* MACaptionAppearancePrefSetForegroundColor(void) 495 + { 496 + if (verbose) puts("STUB: MACaptionAppearancePrefSetForegroundColor called"); 497 + return NULL; 498 + } 499 + 500 + void* MACaptionAppearancePrefSetForegroundOpacity(void) 501 + { 502 + if (verbose) puts("STUB: MACaptionAppearancePrefSetForegroundOpacity called"); 503 + return NULL; 504 + } 505 + 506 + void* MACaptionAppearancePrefSetPreferAccessibleCaptions(void) 507 + { 508 + if (verbose) puts("STUB: MACaptionAppearancePrefSetPreferAccessibleCaptions called"); 509 + return NULL; 510 + } 511 + 512 + void* MACaptionAppearancePrefSetPreferredLanguages(void) 513 + { 514 + if (verbose) puts("STUB: MACaptionAppearancePrefSetPreferredLanguages called"); 515 + return NULL; 516 + } 517 + 518 + void* MACaptionAppearancePrefSetProfileName(void) 519 + { 520 + if (verbose) puts("STUB: MACaptionAppearancePrefSetProfileName called"); 521 + return NULL; 522 + } 523 + 524 + void* MACaptionAppearancePrefSetProfileOrder(void) 525 + { 526 + if (verbose) puts("STUB: MACaptionAppearancePrefSetProfileOrder called"); 527 + return NULL; 528 + } 529 + 530 + void* MACaptionAppearancePrefSetRelativeCharSize(void) 531 + { 532 + if (verbose) puts("STUB: MACaptionAppearancePrefSetRelativeCharSize called"); 533 + return NULL; 534 + } 535 + 536 + void* MACaptionAppearancePrefSetRelativeCharacterSize(void) 537 + { 538 + if (verbose) puts("STUB: MACaptionAppearancePrefSetRelativeCharacterSize called"); 539 + return NULL; 540 + } 541 + 542 + void* MACaptionAppearancePrefSetShowCaptionsWhenAvailable(void) 543 + { 544 + if (verbose) puts("STUB: MACaptionAppearancePrefSetShowCaptionsWhenAvailable called"); 545 + return NULL; 546 + } 547 + 548 + void* MACaptionAppearancePrefSetSystemLanguageOverride(void) 549 + { 550 + if (verbose) puts("STUB: MACaptionAppearancePrefSetSystemLanguageOverride called"); 551 + return NULL; 552 + } 553 + 554 + void* MACaptionAppearancePrefSetTextEdgeStyle(void) 555 + { 556 + if (verbose) puts("STUB: MACaptionAppearancePrefSetTextEdgeStyle called"); 557 + return NULL; 558 + } 559 + 560 + void* MACaptionAppearancePrefSetUsesAppleLookAndFeel(void) 561 + { 562 + if (verbose) puts("STUB: MACaptionAppearancePrefSetUsesAppleLookAndFeel called"); 563 + return NULL; 564 + } 565 + 566 + void* MACaptionAppearancePrefSetVideoOverrideBackgroundColor(void) 567 + { 568 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideBackgroundColor called"); 569 + return NULL; 570 + } 571 + 572 + void* MACaptionAppearancePrefSetVideoOverrideBackgroundOpacity(void) 573 + { 574 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideBackgroundOpacity called"); 575 + return NULL; 576 + } 577 + 578 + void* MACaptionAppearancePrefSetVideoOverrideFontForStyle(void) 579 + { 580 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideFontForStyle called"); 581 + return NULL; 582 + } 583 + 584 + void* MACaptionAppearancePrefSetVideoOverrideForegroundColor(void) 585 + { 586 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideForegroundColor called"); 587 + return NULL; 588 + } 589 + 590 + void* MACaptionAppearancePrefSetVideoOverrideForegroundOpacity(void) 591 + { 592 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideForegroundOpacity called"); 593 + return NULL; 594 + } 595 + 596 + void* MACaptionAppearancePrefSetVideoOverrideRelativeCharSize(void) 597 + { 598 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideRelativeCharSize called"); 599 + return NULL; 600 + } 601 + 602 + void* MACaptionAppearancePrefSetVideoOverrideRelativeCharacterSize(void) 603 + { 604 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideRelativeCharacterSize called"); 605 + return NULL; 606 + } 607 + 608 + void* MACaptionAppearancePrefSetVideoOverrideTextEdgeStyle(void) 609 + { 610 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideTextEdgeStyle called"); 611 + return NULL; 612 + } 613 + 614 + void* MACaptionAppearancePrefSetVideoOverrideWindowColor(void) 615 + { 616 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideWindowColor called"); 617 + return NULL; 618 + } 619 + 620 + void* MACaptionAppearancePrefSetVideoOverrideWindowOpacity(void) 621 + { 622 + if (verbose) puts("STUB: MACaptionAppearancePrefSetVideoOverrideWindowOpacity called"); 623 + return NULL; 624 + } 625 + 626 + void* MACaptionAppearancePrefSetWindowColor(void) 627 + { 628 + if (verbose) puts("STUB: MACaptionAppearancePrefSetWindowColor called"); 629 + return NULL; 630 + } 631 + 632 + void* MACaptionAppearancePrefSetWindowOpacity(void) 633 + { 634 + if (verbose) puts("STUB: MACaptionAppearancePrefSetWindowOpacity called"); 635 + return NULL; 636 + } 637 + 638 + void* MACaptionAppearancePrefSetWindowRoundedCornerRadius(void) 639 + { 640 + if (verbose) puts("STUB: MACaptionAppearancePrefSetWindowRoundedCornerRadius called"); 641 + return NULL; 642 + } 643 + 644 + void* MACaptionAppearanceSetDidDisplayCaptionsCallback(void) 645 + { 646 + if (verbose) puts("STUB: MACaptionAppearanceSetDidDisplayCaptionsCallback called"); 647 + return NULL; 648 + } 649 + 650 + void* MACaptionAppearanceSetDisplayType(void) 651 + { 652 + if (verbose) puts("STUB: MACaptionAppearanceSetDisplayType called"); 653 + return NULL; 654 + } 655 + 656 + void* MACaptionAppearanceSetShowCaptions(void) 657 + { 658 + if (verbose) puts("STUB: MACaptionAppearanceSetShowCaptions called"); 659 + return NULL; 660 + } 661 + 662 + void* MADisplayFilterCombine(void) 663 + { 664 + if (verbose) puts("STUB: MADisplayFilterCombine called"); 665 + return NULL; 666 + } 667 + 668 + void* MADisplayFilterCopySystemFilter(void) 669 + { 670 + if (verbose) puts("STUB: MADisplayFilterCopySystemFilter called"); 671 + return NULL; 672 + } 673 + 674 + void* MADisplayFilterCreateBlueColorCorrection(void) 675 + { 676 + if (verbose) puts("STUB: MADisplayFilterCreateBlueColorCorrection called"); 677 + return NULL; 678 + } 679 + 680 + void* MADisplayFilterCreateBrightnessAdjust(void) 681 + { 682 + if (verbose) puts("STUB: MADisplayFilterCreateBrightnessAdjust called"); 683 + return NULL; 684 + } 685 + 686 + void* MADisplayFilterCreateGrayscale(void) 687 + { 688 + if (verbose) puts("STUB: MADisplayFilterCreateGrayscale called"); 689 + return NULL; 690 + } 691 + 692 + void* MADisplayFilterCreateGreenColorCorrection(void) 693 + { 694 + if (verbose) puts("STUB: MADisplayFilterCreateGreenColorCorrection called"); 695 + return NULL; 696 + } 697 + 698 + void* MADisplayFilterCreateIdentity(void) 699 + { 700 + if (verbose) puts("STUB: MADisplayFilterCreateIdentity called"); 701 + return NULL; 702 + } 703 + 704 + void* MADisplayFilterCreateInterpolated(void) 705 + { 706 + if (verbose) puts("STUB: MADisplayFilterCreateInterpolated called"); 707 + return NULL; 708 + } 709 + 710 + void* MADisplayFilterCreateRedBlack(void) 711 + { 712 + if (verbose) puts("STUB: MADisplayFilterCreateRedBlack called"); 713 + return NULL; 714 + } 715 + 716 + void* MADisplayFilterCreateRedColorCorrection(void) 717 + { 718 + if (verbose) puts("STUB: MADisplayFilterCreateRedColorCorrection called"); 719 + return NULL; 720 + } 721 + 722 + void* MADisplayFilterCreateRedNightMode(void) 723 + { 724 + if (verbose) puts("STUB: MADisplayFilterCreateRedNightMode called"); 725 + return NULL; 726 + } 727 + 728 + void* MADisplayFilterCreateSaturation(void) 729 + { 730 + if (verbose) puts("STUB: MADisplayFilterCreateSaturation called"); 731 + return NULL; 732 + } 733 + 734 + void* MADisplayFilterCreateSingleColor(void) 735 + { 736 + if (verbose) puts("STUB: MADisplayFilterCreateSingleColor called"); 737 + return NULL; 738 + } 739 + 740 + void* MADisplayFilterCreateTwoColor(void) 741 + { 742 + if (verbose) puts("STUB: MADisplayFilterCreateTwoColor called"); 743 + return NULL; 744 + } 745 + 746 + void* MADisplayFilterCreateWarmthAdjust(void) 747 + { 748 + if (verbose) puts("STUB: MADisplayFilterCreateWarmthAdjust called"); 749 + return NULL; 750 + } 751 + 752 + void* MADisplayFilterCreateYellowBlack(void) 753 + { 754 + if (verbose) puts("STUB: MADisplayFilterCreateYellowBlack called"); 755 + return NULL; 756 + } 757 + 758 + void* MADisplayFilterCreateYellowBlue(void) 759 + { 760 + if (verbose) puts("STUB: MADisplayFilterCreateYellowBlue called"); 761 + return NULL; 762 + } 763 + 764 + void* MADisplayFilterGetGain(void) 765 + { 766 + if (verbose) puts("STUB: MADisplayFilterGetGain called"); 767 + return NULL; 768 + } 769 + 770 + void* MADisplayFilterGetMatrix(void) 771 + { 772 + if (verbose) puts("STUB: MADisplayFilterGetMatrix called"); 773 + return NULL; 774 + } 775 + 776 + void* MADisplayFilterGetPostOffsets(void) 777 + { 778 + if (verbose) puts("STUB: MADisplayFilterGetPostOffsets called"); 779 + return NULL; 780 + } 781 + 782 + void* MADisplayFilterGetReduceWhitePoint(void) 783 + { 784 + if (verbose) puts("STUB: MADisplayFilterGetReduceWhitePoint called"); 785 + return NULL; 786 + } 787 + 788 + void* MADisplayFilterGetTypeID(void) 789 + { 790 + if (verbose) puts("STUB: MADisplayFilterGetTypeID called"); 791 + return NULL; 792 + } 793 + 794 + void* MADisplayFilterInversionCompensationForNightShift(void) 795 + { 796 + if (verbose) puts("STUB: MADisplayFilterInversionCompensationForNightShift called"); 797 + return NULL; 798 + } 799 + 800 + void* MADisplayFilterPrefCopyCategoriesForCurrentPlatform(void) 801 + { 802 + if (verbose) puts("STUB: MADisplayFilterPrefCopyCategoriesForCurrentPlatform called"); 803 + return NULL; 804 + } 805 + 806 + void* MADisplayFilterPrefGetBlueColorCorrectionIntensity(void) 807 + { 808 + if (verbose) puts("STUB: MADisplayFilterPrefGetBlueColorCorrectionIntensity called"); 809 + return NULL; 810 + } 811 + 812 + void* MADisplayFilterPrefGetBrightnessIntensity(void) 813 + { 814 + if (verbose) puts("STUB: MADisplayFilterPrefGetBrightnessIntensity called"); 815 + return NULL; 816 + } 817 + 818 + void* MADisplayFilterPrefGetCategoryEnabled(void) 819 + { 820 + if (verbose) puts("STUB: MADisplayFilterPrefGetCategoryEnabled called"); 821 + return NULL; 822 + } 823 + 824 + void* MADisplayFilterPrefGetGreenColorCorrectionIntensity(void) 825 + { 826 + if (verbose) puts("STUB: MADisplayFilterPrefGetGreenColorCorrectionIntensity called"); 827 + return NULL; 828 + } 829 + 830 + void* MADisplayFilterPrefGetRedColorCorrectionIntensity(void) 831 + { 832 + if (verbose) puts("STUB: MADisplayFilterPrefGetRedColorCorrectionIntensity called"); 833 + return NULL; 834 + } 835 + 836 + void* MADisplayFilterPrefGetReduceWhitePointIntensity(void) 837 + { 838 + if (verbose) puts("STUB: MADisplayFilterPrefGetReduceWhitePointIntensity called"); 839 + return NULL; 840 + } 841 + 842 + void* MADisplayFilterPrefGetSingleColorHue(void) 843 + { 844 + if (verbose) puts("STUB: MADisplayFilterPrefGetSingleColorHue called"); 845 + return NULL; 846 + } 847 + 848 + void* MADisplayFilterPrefGetSingleColorIntensity(void) 849 + { 850 + if (verbose) puts("STUB: MADisplayFilterPrefGetSingleColorIntensity called"); 851 + return NULL; 852 + } 853 + 854 + void* MADisplayFilterPrefGetType(void) 855 + { 856 + if (verbose) puts("STUB: MADisplayFilterPrefGetType called"); 857 + return NULL; 858 + } 859 + 860 + void* MADisplayFilterPrefGetWarmthIntensity(void) 861 + { 862 + if (verbose) puts("STUB: MADisplayFilterPrefGetWarmthIntensity called"); 863 + return NULL; 864 + } 865 + 866 + void* MADisplayFilterPrefPossibleTypesForCategory(void) 867 + { 868 + if (verbose) puts("STUB: MADisplayFilterPrefPossibleTypesForCategory called"); 869 + return NULL; 870 + } 871 + 872 + void* MADisplayFilterPrefResetAll(void) 873 + { 874 + if (verbose) puts("STUB: MADisplayFilterPrefResetAll called"); 875 + return NULL; 876 + } 877 + 878 + void* MADisplayFilterPrefSetBlueColorCorrectionIntensity(void) 879 + { 880 + if (verbose) puts("STUB: MADisplayFilterPrefSetBlueColorCorrectionIntensity called"); 881 + return NULL; 882 + } 883 + 884 + void* MADisplayFilterPrefSetBrightnessIntensity(void) 885 + { 886 + if (verbose) puts("STUB: MADisplayFilterPrefSetBrightnessIntensity called"); 887 + return NULL; 888 + } 889 + 890 + void* MADisplayFilterPrefSetCategoryEnabled(void) 891 + { 892 + if (verbose) puts("STUB: MADisplayFilterPrefSetCategoryEnabled called"); 893 + return NULL; 894 + } 895 + 896 + void* MADisplayFilterPrefSetGreenColorCorrectionIntensity(void) 897 + { 898 + if (verbose) puts("STUB: MADisplayFilterPrefSetGreenColorCorrectionIntensity called"); 899 + return NULL; 900 + } 901 + 902 + void* MADisplayFilterPrefSetRedColorCorrectionIntensity(void) 903 + { 904 + if (verbose) puts("STUB: MADisplayFilterPrefSetRedColorCorrectionIntensity called"); 905 + return NULL; 906 + } 907 + 908 + void* MADisplayFilterPrefSetReduceWhitePointIntensity(void) 909 + { 910 + if (verbose) puts("STUB: MADisplayFilterPrefSetReduceWhitePointIntensity called"); 911 + return NULL; 912 + } 913 + 914 + void* MADisplayFilterPrefSetSingleColorHue(void) 915 + { 916 + if (verbose) puts("STUB: MADisplayFilterPrefSetSingleColorHue called"); 917 + return NULL; 918 + } 919 + 920 + void* MADisplayFilterPrefSetSingleColorIntensity(void) 921 + { 922 + if (verbose) puts("STUB: MADisplayFilterPrefSetSingleColorIntensity called"); 923 + return NULL; 924 + } 925 + 926 + void* MADisplayFilterPrefSetType(void) 927 + { 928 + if (verbose) puts("STUB: MADisplayFilterPrefSetType called"); 929 + return NULL; 930 + } 931 + 932 + void* MADisplayFilterPrefSetWarmthIntensity(void) 933 + { 934 + if (verbose) puts("STUB: MADisplayFilterPrefSetWarmthIntensity called"); 935 + return NULL; 936 + } 937 + 938 + void* MADisplayFilterPrefSuspendNotifications(void) 939 + { 940 + if (verbose) puts("STUB: MADisplayFilterPrefSuspendNotifications called"); 941 + return NULL; 942 + } 943 + 944 + void* MADisplayFilterSetGain(void) 945 + { 946 + if (verbose) puts("STUB: MADisplayFilterSetGain called"); 947 + return NULL; 948 + } 949 + 950 + void* MADisplayFilterSetMatrix(void) 951 + { 952 + if (verbose) puts("STUB: MADisplayFilterSetMatrix called"); 953 + return NULL; 954 + } 955 + 956 + void* MADisplayFilterSetPostOffsets(void) 957 + { 958 + if (verbose) puts("STUB: MADisplayFilterSetPostOffsets called"); 959 + return NULL; 960 + } 961 + 962 + void* MADisplayFilterSetReduceWhitePoint(void) 963 + { 964 + if (verbose) puts("STUB: MADisplayFilterSetReduceWhitePoint called"); 965 + return NULL; 966 + } 967 + 968 + void* MAImageCaptioningCopyCaption(void) 969 + { 970 + if (verbose) puts("STUB: MAImageCaptioningCopyCaption called"); 971 + return NULL; 972 + } 973 + 974 + void* MAImageCaptioningCopyCaptionWithSource(void) 975 + { 976 + if (verbose) puts("STUB: MAImageCaptioningCopyCaptionWithSource called"); 977 + return NULL; 978 + } 979 + 980 + void* MAImageCaptioningCopyMetadataTagPath(void) 981 + { 982 + if (verbose) puts("STUB: MAImageCaptioningCopyMetadataTagPath called"); 983 + return NULL; 984 + } 985 + 986 + void* MAImageCaptioningSetCaption(void) 987 + { 988 + if (verbose) puts("STUB: MAImageCaptioningSetCaption called"); 989 + return NULL; 990 + } 991 + 992 + void* MALegibleOutputDidOutputAttributedStrings(void) 993 + { 994 + if (verbose) puts("STUB: MALegibleOutputDidOutputAttributedStrings called"); 995 + return NULL; 996 + } 997 + 998 + void* MALegibleOutputDidOutputAttributedStringsRegisterCallback(void) 999 + { 1000 + if (verbose) puts("STUB: MALegibleOutputDidOutputAttributedStringsRegisterCallback called"); 1001 + return NULL; 1002 + } 1003 + 1004 + void* MATestingCopyProfileIDs(void) 1005 + { 1006 + if (verbose) puts("STUB: MATestingCopyProfileIDs called"); 1007 + return NULL; 1008 + } 1009 + 1010 + void* MAXCaptionAppearanceBehaviorCopyBackgroundColor(void) 1011 + { 1012 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyBackgroundColor called"); 1013 + return NULL; 1014 + } 1015 + 1016 + void* MAXCaptionAppearanceBehaviorCopyBackgroundOpacity(void) 1017 + { 1018 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyBackgroundOpacity called"); 1019 + return NULL; 1020 + } 1021 + 1022 + void* MAXCaptionAppearanceBehaviorCopyFontForStyle(void) 1023 + { 1024 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyFontForStyle called"); 1025 + return NULL; 1026 + } 1027 + 1028 + void* MAXCaptionAppearanceBehaviorCopyForegroundColor(void) 1029 + { 1030 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyForegroundColor called"); 1031 + return NULL; 1032 + } 1033 + 1034 + void* MAXCaptionAppearanceBehaviorCopyForegroundOpacity(void) 1035 + { 1036 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyForegroundOpacity called"); 1037 + return NULL; 1038 + } 1039 + 1040 + void* MAXCaptionAppearanceBehaviorCopyRelativeCharacterSize(void) 1041 + { 1042 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyRelativeCharacterSize called"); 1043 + return NULL; 1044 + } 1045 + 1046 + void* MAXCaptionAppearanceBehaviorCopyWindowColor(void) 1047 + { 1048 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyWindowColor called"); 1049 + return NULL; 1050 + } 1051 + 1052 + void* MAXCaptionAppearanceBehaviorCopyWindowOpacity(void) 1053 + { 1054 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyWindowOpacity called"); 1055 + return NULL; 1056 + } 1057 + 1058 + void* MAXCaptionAppearanceBehaviorCopyWindowRoundedCornerRadius(void) 1059 + { 1060 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorCopyWindowRoundedCornerRadius called"); 1061 + return NULL; 1062 + } 1063 + 1064 + void* MAXCaptionAppearanceBehaviorGetTextEdgeStyle(void) 1065 + { 1066 + if (verbose) puts("STUB: MAXCaptionAppearanceBehaviorGetTextEdgeStyle called"); 1067 + return NULL; 1068 + } 1069 + 1070 + void* MAXCaptionAppearanceCopyBackgroundColor(void) 1071 + { 1072 + if (verbose) puts("STUB: MAXCaptionAppearanceCopyBackgroundColor called"); 1073 + return NULL; 1074 + } 1075 + 1076 + void* MAXCaptionAppearanceCopyFontForStyle(void) 1077 + { 1078 + if (verbose) puts("STUB: MAXCaptionAppearanceCopyFontForStyle called"); 1079 + return NULL; 1080 + } 1081 + 1082 + void* MAXCaptionAppearanceCopyForegroundColor(void) 1083 + { 1084 + if (verbose) puts("STUB: MAXCaptionAppearanceCopyForegroundColor called"); 1085 + return NULL; 1086 + } 1087 + 1088 + void* MAXCaptionAppearanceCopyPreferredLanguages(void) 1089 + { 1090 + if (verbose) puts("STUB: MAXCaptionAppearanceCopyPreferredLanguages called"); 1091 + return NULL; 1092 + } 1093 + 1094 + void* MAXCaptionAppearanceCopyWindowColor(void) 1095 + { 1096 + if (verbose) puts("STUB: MAXCaptionAppearanceCopyWindowColor called"); 1097 + return NULL; 1098 + } 1099 + 1100 + void* MAXCaptionAppearanceGetBackgroundOpacity(void) 1101 + { 1102 + if (verbose) puts("STUB: MAXCaptionAppearanceGetBackgroundOpacity called"); 1103 + return NULL; 1104 + } 1105 + 1106 + void* MAXCaptionAppearanceGetForegroundOpacity(void) 1107 + { 1108 + if (verbose) puts("STUB: MAXCaptionAppearanceGetForegroundOpacity called"); 1109 + return NULL; 1110 + } 1111 + 1112 + void* MAXCaptionAppearanceGetRelativeCharacterSize(void) 1113 + { 1114 + if (verbose) puts("STUB: MAXCaptionAppearanceGetRelativeCharacterSize called"); 1115 + return NULL; 1116 + } 1117 + 1118 + void* MAXCaptionAppearanceGetTextEdgeStyle(void) 1119 + { 1120 + if (verbose) puts("STUB: MAXCaptionAppearanceGetTextEdgeStyle called"); 1121 + return NULL; 1122 + } 1123 + 1124 + void* MAXCaptionAppearanceGetWindowOpacity(void) 1125 + { 1126 + if (verbose) puts("STUB: MAXCaptionAppearanceGetWindowOpacity called"); 1127 + return NULL; 1128 + } 1129 + 1130 + void* MAXCaptionAppearanceGetWindowRoundedCornerRadius(void) 1131 + { 1132 + if (verbose) puts("STUB: MAXCaptionAppearanceGetWindowRoundedCornerRadius called"); 1133 + return NULL; 1134 + } 1135 + 1136 + void* MAXCaptionAppearanceHasUserDefinedValues(void) 1137 + { 1138 + if (verbose) puts("STUB: MAXCaptionAppearanceHasUserDefinedValues called"); 1139 + return NULL; 1140 + } 1141 + 1142 + void* MAXCaptionAppearancePrefCopyActiveProfileID(void) 1143 + { 1144 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyActiveProfileID called"); 1145 + return NULL; 1146 + } 1147 + 1148 + void* MAXCaptionAppearancePrefCopyBackgroundColor(void) 1149 + { 1150 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyBackgroundColor called"); 1151 + return NULL; 1152 + } 1153 + 1154 + void* MAXCaptionAppearancePrefCopyBackgroundOpacity(void) 1155 + { 1156 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyBackgroundOpacity called"); 1157 + return NULL; 1158 + } 1159 + 1160 + void* MAXCaptionAppearancePrefCopyFontForStyle(void) 1161 + { 1162 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyFontForStyle called"); 1163 + return NULL; 1164 + } 1165 + 1166 + void* MAXCaptionAppearancePrefCopyForegroundColor(void) 1167 + { 1168 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyForegroundColor called"); 1169 + return NULL; 1170 + } 1171 + 1172 + void* MAXCaptionAppearancePrefCopyForegroundOpacity(void) 1173 + { 1174 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyForegroundOpacity called"); 1175 + return NULL; 1176 + } 1177 + 1178 + void* MAXCaptionAppearancePrefCopyPreferredLanguages(void) 1179 + { 1180 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyPreferredLanguages called"); 1181 + return NULL; 1182 + } 1183 + 1184 + void* MAXCaptionAppearancePrefCopyProfileIDs(void) 1185 + { 1186 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyProfileIDs called"); 1187 + return NULL; 1188 + } 1189 + 1190 + void* MAXCaptionAppearancePrefCopyProfileName(void) 1191 + { 1192 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyProfileName called"); 1193 + return NULL; 1194 + } 1195 + 1196 + void* MAXCaptionAppearancePrefCopyProfileOrder(void) 1197 + { 1198 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyProfileOrder called"); 1199 + return NULL; 1200 + } 1201 + 1202 + void* MAXCaptionAppearancePrefCopyRelativeCharacterSize(void) 1203 + { 1204 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyRelativeCharacterSize called"); 1205 + return NULL; 1206 + } 1207 + 1208 + void* MAXCaptionAppearancePrefCopyShowCaptionsWhenAvailable(void) 1209 + { 1210 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyShowCaptionsWhenAvailable called"); 1211 + return NULL; 1212 + } 1213 + 1214 + void* MAXCaptionAppearancePrefCopyTextEdgeStyle(void) 1215 + { 1216 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyTextEdgeStyle called"); 1217 + return NULL; 1218 + } 1219 + 1220 + void* MAXCaptionAppearancePrefCopyUsesAppleLookAndFeel(void) 1221 + { 1222 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyUsesAppleLookAndFeel called"); 1223 + return NULL; 1224 + } 1225 + 1226 + void* MAXCaptionAppearancePrefCopyVideoOverrideBackgroundColor(void) 1227 + { 1228 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideBackgroundColor called"); 1229 + return NULL; 1230 + } 1231 + 1232 + void* MAXCaptionAppearancePrefCopyVideoOverrideBackgroundOpacity(void) 1233 + { 1234 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideBackgroundOpacity called"); 1235 + return NULL; 1236 + } 1237 + 1238 + void* MAXCaptionAppearancePrefCopyVideoOverrideFontForStyle(void) 1239 + { 1240 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideFontForStyle called"); 1241 + return NULL; 1242 + } 1243 + 1244 + void* MAXCaptionAppearancePrefCopyVideoOverrideForegroundColor(void) 1245 + { 1246 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideForegroundColor called"); 1247 + return NULL; 1248 + } 1249 + 1250 + void* MAXCaptionAppearancePrefCopyVideoOverrideForegroundOpacity(void) 1251 + { 1252 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideForegroundOpacity called"); 1253 + return NULL; 1254 + } 1255 + 1256 + void* MAXCaptionAppearancePrefCopyVideoOverrideRelativeCharacterSize(void) 1257 + { 1258 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideRelativeCharacterSize called"); 1259 + return NULL; 1260 + } 1261 + 1262 + void* MAXCaptionAppearancePrefCopyVideoOverrideTextEdgeStyle(void) 1263 + { 1264 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideTextEdgeStyle called"); 1265 + return NULL; 1266 + } 1267 + 1268 + void* MAXCaptionAppearancePrefCopyVideoOverrideWindowColor(void) 1269 + { 1270 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideWindowColor called"); 1271 + return NULL; 1272 + } 1273 + 1274 + void* MAXCaptionAppearancePrefCopyVideoOverrideWindowOpacity(void) 1275 + { 1276 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyVideoOverrideWindowOpacity called"); 1277 + return NULL; 1278 + } 1279 + 1280 + void* MAXCaptionAppearancePrefCopyWindowColor(void) 1281 + { 1282 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyWindowColor called"); 1283 + return NULL; 1284 + } 1285 + 1286 + void* MAXCaptionAppearancePrefCopyWindowOpacity(void) 1287 + { 1288 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyWindowOpacity called"); 1289 + return NULL; 1290 + } 1291 + 1292 + void* MAXCaptionAppearancePrefCopyWindowRoundedCornerRadius(void) 1293 + { 1294 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCopyWindowRoundedCornerRadius called"); 1295 + return NULL; 1296 + } 1297 + 1298 + void* MAXCaptionAppearancePrefCreateNewProfileFromProfile(void) 1299 + { 1300 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCreateNewProfileFromProfile called"); 1301 + return NULL; 1302 + } 1303 + 1304 + void* MAXCaptionAppearancePrefCreateNewProfileID(void) 1305 + { 1306 + if (verbose) puts("STUB: MAXCaptionAppearancePrefCreateNewProfileID called"); 1307 + return NULL; 1308 + } 1309 + 1310 + void* MAXCaptionAppearancePrefIsProfileEditable(void) 1311 + { 1312 + if (verbose) puts("STUB: MAXCaptionAppearancePrefIsProfileEditable called"); 1313 + return NULL; 1314 + } 1315 + 1316 + void* MAXCaptionAppearancePrefRemoveProfile(void) 1317 + { 1318 + if (verbose) puts("STUB: MAXCaptionAppearancePrefRemoveProfile called"); 1319 + return NULL; 1320 + } 1321 + 1322 + void* MAXCaptionAppearancePrefResetAll(void) 1323 + { 1324 + if (verbose) puts("STUB: MAXCaptionAppearancePrefResetAll called"); 1325 + return NULL; 1326 + } 1327 + 1328 + void* MAXCaptionAppearancePrefResetProfile(void) 1329 + { 1330 + if (verbose) puts("STUB: MAXCaptionAppearancePrefResetProfile called"); 1331 + return NULL; 1332 + } 1333 + 1334 + void* MAXCaptionAppearancePrefSetActiveProfileID(void) 1335 + { 1336 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetActiveProfileID called"); 1337 + return NULL; 1338 + } 1339 + 1340 + void* MAXCaptionAppearancePrefSetBackgroundColor(void) 1341 + { 1342 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetBackgroundColor called"); 1343 + return NULL; 1344 + } 1345 + 1346 + void* MAXCaptionAppearancePrefSetBackgroundOpacity(void) 1347 + { 1348 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetBackgroundOpacity called"); 1349 + return NULL; 1350 + } 1351 + 1352 + void* MAXCaptionAppearancePrefSetFontForStyle(void) 1353 + { 1354 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetFontForStyle called"); 1355 + return NULL; 1356 + } 1357 + 1358 + void* MAXCaptionAppearancePrefSetForegroundColor(void) 1359 + { 1360 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetForegroundColor called"); 1361 + return NULL; 1362 + } 1363 + 1364 + void* MAXCaptionAppearancePrefSetForegroundOpacity(void) 1365 + { 1366 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetForegroundOpacity called"); 1367 + return NULL; 1368 + } 1369 + 1370 + void* MAXCaptionAppearancePrefSetPreferredLanguages(void) 1371 + { 1372 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetPreferredLanguages called"); 1373 + return NULL; 1374 + } 1375 + 1376 + void* MAXCaptionAppearancePrefSetProfileName(void) 1377 + { 1378 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetProfileName called"); 1379 + return NULL; 1380 + } 1381 + 1382 + void* MAXCaptionAppearancePrefSetProfileOrder(void) 1383 + { 1384 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetProfileOrder called"); 1385 + return NULL; 1386 + } 1387 + 1388 + void* MAXCaptionAppearancePrefSetRelativeCharacterSize(void) 1389 + { 1390 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetRelativeCharacterSize called"); 1391 + return NULL; 1392 + } 1393 + 1394 + void* MAXCaptionAppearancePrefSetShowCaptionsWhenAvailable(void) 1395 + { 1396 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetShowCaptionsWhenAvailable called"); 1397 + return NULL; 1398 + } 1399 + 1400 + void* MAXCaptionAppearancePrefSetTextEdgeStyle(void) 1401 + { 1402 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetTextEdgeStyle called"); 1403 + return NULL; 1404 + } 1405 + 1406 + void* MAXCaptionAppearancePrefSetUsesAppleLookAndFeel(void) 1407 + { 1408 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetUsesAppleLookAndFeel called"); 1409 + return NULL; 1410 + } 1411 + 1412 + void* MAXCaptionAppearancePrefSetVideoOverrideBackgroundColor(void) 1413 + { 1414 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideBackgroundColor called"); 1415 + return NULL; 1416 + } 1417 + 1418 + void* MAXCaptionAppearancePrefSetVideoOverrideBackgroundOpacity(void) 1419 + { 1420 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideBackgroundOpacity called"); 1421 + return NULL; 1422 + } 1423 + 1424 + void* MAXCaptionAppearancePrefSetVideoOverrideFontForStyle(void) 1425 + { 1426 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideFontForStyle called"); 1427 + return NULL; 1428 + } 1429 + 1430 + void* MAXCaptionAppearancePrefSetVideoOverrideForegroundColor(void) 1431 + { 1432 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideForegroundColor called"); 1433 + return NULL; 1434 + } 1435 + 1436 + void* MAXCaptionAppearancePrefSetVideoOverrideForegroundOpacity(void) 1437 + { 1438 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideForegroundOpacity called"); 1439 + return NULL; 1440 + } 1441 + 1442 + void* MAXCaptionAppearancePrefSetVideoOverrideRelativeCharacterSize(void) 1443 + { 1444 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideRelativeCharacterSize called"); 1445 + return NULL; 1446 + } 1447 + 1448 + void* MAXCaptionAppearancePrefSetVideoOverrideTextEdgeStyle(void) 1449 + { 1450 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideTextEdgeStyle called"); 1451 + return NULL; 1452 + } 1453 + 1454 + void* MAXCaptionAppearancePrefSetVideoOverrideWindowColor(void) 1455 + { 1456 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideWindowColor called"); 1457 + return NULL; 1458 + } 1459 + 1460 + void* MAXCaptionAppearancePrefSetVideoOverrideWindowOpacity(void) 1461 + { 1462 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetVideoOverrideWindowOpacity called"); 1463 + return NULL; 1464 + } 1465 + 1466 + void* MAXCaptionAppearancePrefSetWindowColor(void) 1467 + { 1468 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetWindowColor called"); 1469 + return NULL; 1470 + } 1471 + 1472 + void* MAXCaptionAppearancePrefSetWindowOpacity(void) 1473 + { 1474 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetWindowOpacity called"); 1475 + return NULL; 1476 + } 1477 + 1478 + void* MAXCaptionAppearancePrefSetWindowRoundedCornerRadius(void) 1479 + { 1480 + if (verbose) puts("STUB: MAXCaptionAppearancePrefSetWindowRoundedCornerRadius called"); 1481 + return NULL; 1482 + } 1483 + 1484 + void* MAXCaptionAppearanceSetPreferredLanguage(void) 1485 + { 1486 + if (verbose) puts("STUB: MAXCaptionAppearanceSetPreferredLanguage called"); 1487 + return NULL; 1488 + } 1489 + 1490 + void* MAXCaptionAppearanceShowCaptionsWhenAvailable(void) 1491 + { 1492 + if (verbose) puts("STUB: MAXCaptionAppearanceShowCaptionsWhenAvailable called"); 1493 + return NULL; 1494 + }
+1
src/frameworks/include/MediaAccessibility
··· 1 + ../MediaAccessibility/include/MediaAccessibility