@mediakind/mkplayer 1.9.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/CHANGELOG.md +182 -0
  2. package/docs/.nojekyll +1 -0
  3. package/docs/assets/highlight.css +148 -0
  4. package/docs/assets/main.js +58 -0
  5. package/docs/assets/search.js +1 -0
  6. package/docs/assets/style.css +1367 -0
  7. package/docs/enums/MKAdQuartile.html +247 -0
  8. package/docs/enums/MKAdType.html +255 -0
  9. package/docs/enums/MKAdaptationLogicType.html +256 -0
  10. package/docs/enums/MKAssetType.html +263 -0
  11. package/docs/enums/MKBufferType.html +235 -0
  12. package/docs/enums/MKDrmType.html +263 -0
  13. package/docs/enums/MKErrorCode.html +910 -0
  14. package/docs/enums/MKHttpRequestType.html +318 -0
  15. package/docs/enums/MKHttpResponseType.html +248 -0
  16. package/docs/enums/MKLatencyMode.html +255 -0
  17. package/docs/enums/MKLiveSynchronizationMethod.html +247 -0
  18. package/docs/enums/MKLogLevel.html +249 -0
  19. package/docs/enums/MKMediaType.html +229 -0
  20. package/docs/enums/MKMetadataType.html +283 -0
  21. package/docs/enums/MKPlatformType.html +229 -0
  22. package/docs/enums/MKPlayerEvent.html +1021 -0
  23. package/docs/enums/MKPlayerType.html +255 -0
  24. package/docs/enums/MKProgramRestrictionType.html +359 -0
  25. package/docs/enums/MKRttEstimationMethod.html +236 -0
  26. package/docs/enums/MKStartOffsetTimelineReference.html +239 -0
  27. package/docs/enums/MKStreamType.html +271 -0
  28. package/docs/enums/MKTimeMode.html +239 -0
  29. package/docs/enums/MKViewMode.html +238 -0
  30. package/docs/index.html +266 -0
  31. package/docs/interfaces/MKAdBreakFinishedEvent.html +255 -0
  32. package/docs/interfaces/MKAdBreakStartedEvent.html +287 -0
  33. package/docs/interfaces/MKAdClickThroughEvent.html +271 -0
  34. package/docs/interfaces/MKAdCompanionEvent.html +264 -0
  35. package/docs/interfaces/MKAdFinishedEvent.html +255 -0
  36. package/docs/interfaces/MKAdMarkerEvent.html +255 -0
  37. package/docs/interfaces/MKAdQuartileEvent.html +263 -0
  38. package/docs/interfaces/MKAdStartedEvent.html +312 -0
  39. package/docs/interfaces/MKAdVerificationEvent.html +272 -0
  40. package/docs/interfaces/MKAdaptationAPI.html +258 -0
  41. package/docs/interfaces/MKAdaptationConfig.html +393 -0
  42. package/docs/interfaces/MKAdaptationData.html +253 -0
  43. package/docs/interfaces/MKAdaptationEvent.html +258 -0
  44. package/docs/interfaces/MKAdaptationPlatformConfig.html +243 -0
  45. package/docs/interfaces/MKAdobePrimetimeConfig.html +307 -0
  46. package/docs/interfaces/MKAirplayChangedEvent.html +274 -0
  47. package/docs/interfaces/MKAnalyticsConfig.html +434 -0
  48. package/docs/interfaces/MKAspectRatioChangedEvent.html +263 -0
  49. package/docs/interfaces/MKAudioAdaptationData.html +254 -0
  50. package/docs/interfaces/MKAudioAdaptationEvent.html +256 -0
  51. package/docs/interfaces/MKAudioChangedEvent.html +282 -0
  52. package/docs/interfaces/MKAudioDownloadQualityChangeEvent.html +283 -0
  53. package/docs/interfaces/MKAudioDownloadQualityChangedEvent.html +283 -0
  54. package/docs/interfaces/MKAudioPlaybackQualityChangedEvent.html +265 -0
  55. package/docs/interfaces/MKAudioQuality.html +272 -0
  56. package/docs/interfaces/MKAudioQualityChangedEvent.html +283 -0
  57. package/docs/interfaces/MKAudioQualityEvent.html +253 -0
  58. package/docs/interfaces/MKAudioTrack.html +276 -0
  59. package/docs/interfaces/MKAudioTrackEvent.html +274 -0
  60. package/docs/interfaces/MKBitrateLimitationConfig.html +259 -0
  61. package/docs/interfaces/MKBufferAPI.html +276 -0
  62. package/docs/interfaces/MKBufferConfig.html +243 -0
  63. package/docs/interfaces/MKBufferLevel.html +255 -0
  64. package/docs/interfaces/MKBufferMediaTypeConfig.html +246 -0
  65. package/docs/interfaces/MKCastAvailableEvent.html +256 -0
  66. package/docs/interfaces/MKCastConfig.html +281 -0
  67. package/docs/interfaces/MKCastStartedEvent.html +263 -0
  68. package/docs/interfaces/MKCastWaitingForDeviceEvent.html +263 -0
  69. package/docs/interfaces/MKCdnOptions.html +245 -0
  70. package/docs/interfaces/MKClearKeyDRMConfig.html +219 -0
  71. package/docs/interfaces/MKClearKeyDRMConfigEntry.html +240 -0
  72. package/docs/interfaces/MKClearKeyDRMServerConfig.html +281 -0
  73. package/docs/interfaces/MKDownloadFinishedEvent.html +327 -0
  74. package/docs/interfaces/MKDownloadedAudioData.html +256 -0
  75. package/docs/interfaces/MKDownloadedData.html +254 -0
  76. package/docs/interfaces/MKDownloadedVideoData.html +272 -0
  77. package/docs/interfaces/MKDrmAPI.html +278 -0
  78. package/docs/interfaces/MKDrmConfig.html +296 -0
  79. package/docs/interfaces/MKDrmLicense.html +238 -0
  80. package/docs/interfaces/MKDrmLicenseAddedEvent.html +255 -0
  81. package/docs/interfaces/MKDurationChangedEvent.html +263 -0
  82. package/docs/interfaces/MKDynamicAdaptationConfig.html +259 -0
  83. package/docs/interfaces/MKEnvironmentConfig.html +265 -0
  84. package/docs/interfaces/MKError.html +258 -0
  85. package/docs/interfaces/MKErrorEvent.html +276 -0
  86. package/docs/interfaces/MKFMTSASiDEvent.html +263 -0
  87. package/docs/interfaces/MKFairplayDrmConfig.html +443 -0
  88. package/docs/interfaces/MKHttpRequestOptions.html +268 -0
  89. package/docs/interfaces/MKHttpResponse.html +320 -0
  90. package/docs/interfaces/MKLatencyModeChangedEvent.html +263 -0
  91. package/docs/interfaces/MKLiveConfig.html +240 -0
  92. package/docs/interfaces/MKLogConfig.html +235 -0
  93. package/docs/interfaces/MKLowLatencyAPI.html +316 -0
  94. package/docs/interfaces/MKLowLatencyConfig.html +251 -0
  95. package/docs/interfaces/MKLowLatencySyncConfig.html +251 -0
  96. package/docs/interfaces/MKManifestAPI.html +234 -0
  97. package/docs/interfaces/MKMediaPlaybackQualityChangeEvent.html +271 -0
  98. package/docs/interfaces/MKMediaQualityChangeEvent.html +286 -0
  99. package/docs/interfaces/MKMediaQualityEvent.html +255 -0
  100. package/docs/interfaces/MKMediaTrack.html +251 -0
  101. package/docs/interfaces/MKMediaTrackRole.html +245 -0
  102. package/docs/interfaces/MKMetadata.html +255 -0
  103. package/docs/interfaces/MKMetadataChangedEvent.html +284 -0
  104. package/docs/interfaces/MKMetadataEvent.html +283 -0
  105. package/docs/interfaces/MKMetadataParsedEvent.html +284 -0
  106. package/docs/interfaces/MKPeriodContentInformation.html +247 -0
  107. package/docs/interfaces/MKPeriodInformation.html +239 -0
  108. package/docs/interfaces/MKPeriodSwitchObject.html +231 -0
  109. package/docs/interfaces/MKPeriodSwitchedEvent.html +263 -0
  110. package/docs/interfaces/MKPlayReadyDrmConfig.html +310 -0
  111. package/docs/interfaces/MKPlayStation5Tweaks.html +270 -0
  112. package/docs/interfaces/MKPlaybackConfig.html +369 -0
  113. package/docs/interfaces/MKPlaybackEvent.html +270 -0
  114. package/docs/interfaces/MKPlaybackSpeedChangedEvent.html +263 -0
  115. package/docs/interfaces/MKPlayerAPI.html +1612 -0
  116. package/docs/interfaces/MKPlayerConfig.html +361 -0
  117. package/docs/interfaces/MKPlayerCoreAPI.html +1469 -0
  118. package/docs/interfaces/MKPlayerEventBase.html +281 -0
  119. package/docs/interfaces/MKPlayerEventCallback.html +228 -0
  120. package/docs/interfaces/MKPlayerEventConfig.html +212 -0
  121. package/docs/interfaces/MKPlayerResizedEvent.html +263 -0
  122. package/docs/interfaces/MKPlayerTechnology.html +247 -0
  123. package/docs/interfaces/MKPreferredTechnology.html +257 -0
  124. package/docs/interfaces/MKProgramRestrictions.html +252 -0
  125. package/docs/interfaces/MKProgramRestrictionsEvent.html +255 -0
  126. package/docs/interfaces/MKProgramTimeChangedEvent.html +255 -0
  127. package/docs/interfaces/MKProgressiveSource.html +267 -0
  128. package/docs/interfaces/MKQuality.html +268 -0
  129. package/docs/interfaces/MKQualityMetadata.html +279 -0
  130. package/docs/interfaces/MKRegisteredSource.html +288 -0
  131. package/docs/interfaces/MKSeekEvent.html +273 -0
  132. package/docs/interfaces/MKSegmentInfo.html +251 -0
  133. package/docs/interfaces/MKSegmentMap.html +216 -0
  134. package/docs/interfaces/MKSegmentPlaybackEvent.html +361 -0
  135. package/docs/interfaces/MKSegmentQualityMap.html +216 -0
  136. package/docs/interfaces/MKSegmentRequestFinishedEvent.html +311 -0
  137. package/docs/interfaces/MKSourceConfig.html +409 -0
  138. package/docs/interfaces/MKSourceLabelingConfig.html +299 -0
  139. package/docs/interfaces/MKSourceLabelingStreamTypeConfig.html +243 -0
  140. package/docs/interfaces/MKSourceOptions.html +394 -0
  141. package/docs/interfaces/MKSubtitleCueEvent.html +335 -0
  142. package/docs/interfaces/MKSubtitleCuePosition.html +243 -0
  143. package/docs/interfaces/MKSubtitleEvent.html +255 -0
  144. package/docs/interfaces/MKSubtitleTrack.html +306 -0
  145. package/docs/interfaces/MKSubtitlesAPI.html +355 -0
  146. package/docs/interfaces/MKSynchronizationConfigEntry.html +239 -0
  147. package/docs/interfaces/MKTargetLatencyChangedEvent.html +263 -0
  148. package/docs/interfaces/MKTextTrack.html +286 -0
  149. package/docs/interfaces/MKThumbnail.html +291 -0
  150. package/docs/interfaces/MKThumbnailTrack.html +235 -0
  151. package/docs/interfaces/MKTimeChangedEvent.html +266 -0
  152. package/docs/interfaces/MKTimeRange.html +239 -0
  153. package/docs/interfaces/MKTimelineMarker.html +277 -0
  154. package/docs/interfaces/MKTrackMetadata.html +247 -0
  155. package/docs/interfaces/MKTweaksConfig.html +567 -0
  156. package/docs/interfaces/MKUserInteractionEvent.html +260 -0
  157. package/docs/interfaces/MKVSPPSessionIdEvent.html +255 -0
  158. package/docs/interfaces/MKVTTProperties.html +312 -0
  159. package/docs/interfaces/MKVTTRegionProperties.html +295 -0
  160. package/docs/interfaces/MKVideoAdaptationData.html +254 -0
  161. package/docs/interfaces/MKVideoAdaptationEvent.html +256 -0
  162. package/docs/interfaces/MKVideoDownloadQualityChangeEvent.html +283 -0
  163. package/docs/interfaces/MKVideoDownloadQualityChangedEvent.html +283 -0
  164. package/docs/interfaces/MKVideoPlaybackQualityChangedEvent.html +265 -0
  165. package/docs/interfaces/MKVideoQuality.html +296 -0
  166. package/docs/interfaces/MKVideoQualityChangedEvent.html +283 -0
  167. package/docs/interfaces/MKVideoQualityEvent.html +253 -0
  168. package/docs/interfaces/MKVideoSizeLimitationConfig.html +263 -0
  169. package/docs/interfaces/MKVideoTrack.html +268 -0
  170. package/docs/interfaces/MKViewModeChangedEvent.html +271 -0
  171. package/docs/interfaces/MKViewModeOptions.html +235 -0
  172. package/docs/interfaces/MKVolumeChangedEvent.html +273 -0
  173. package/docs/interfaces/MKWidevineModularDrmConfig.html +364 -0
  174. package/docs/modules.html +386 -0
  175. package/docs/types/MKBitrate.html +206 -0
  176. package/docs/types/MKHeaders.html +211 -0
  177. package/docs/types/MKHttpMethod.html +206 -0
  178. package/docs/types/MKRequestBody.html +211 -0
  179. package/docs/types/MKRequestQueryParams.html +211 -0
  180. package/docs/types/MKWishAbrConfig.html +242 -0
  181. package/mkplayer.js +1 -1
  182. package/package.json +1 -1
  183. package/types/classes/player/MKPlayer.d.ts +4 -1
  184. package/types/constants/MKVersion.d.ts +1 -1
  185. package/types/interfaces/MKPlayerCoreAPI.d.ts +4 -0
  186. package/types/interfaces/MKSourceConfig.d.ts +2 -0
  187. package/types/interfaces/MKTimelineMarker.d.ts +7 -0
  188. package/types/interfaces/index.d.ts +1 -0
@@ -0,0 +1,567 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MKTweaksConfig | MKPlayer - v1.10.1</title><meta name="description" content="Documentation for MKPlayer"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
+ <div class="tsd-toolbar-contents container">
3
+ <div class="table-cell" id="tsd-search" data-base="..">
4
+ <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
+ <div class="field">
6
+ <div id="tsd-toolbar-links"></div></div>
7
+ <ul class="results">
8
+ <li class="state loading">Preparing search index...</li>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">MKPlayer - v1.10.1</a></div>
10
+ <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
+ <div class="container container-main">
12
+ <div class="col-content">
13
+ <div class="tsd-page-title">
14
+ <ul class="tsd-breadcrumb">
15
+ <li><a href="../modules.html">MKPlayer</a></li>
16
+ <li><a href="MKTweaksConfig.html">MKTweaksConfig</a></li></ul>
17
+ <h1>Interface MKTweaksConfig</h1></div>
18
+ <section class="tsd-panel tsd-comment">
19
+ <div class="tsd-comment tsd-typography"><p>These are Bitmovin player tweaks, as MKPlayer uses Bitmovin player under the hood.</p>
20
+ <p><strong>Note:</strong></p>
21
+ <p>The tweaks configuration is used as an incubator for experimental features and also contains features
22
+ implemented for specific customers that might not make it into the officially supported feature set.</p>
23
+ <p>Tweaks are not officially supported and are not guaranteed to be stable, i.e. their naming, functionality
24
+ and API can change at any time within the tweaks or when being promoted to an official feature and moved into
25
+ its final configuration namespace.</p>
26
+ <p>Tweaks are often proof-of-concepts that are quickly implemented for urgent needs of customers. They often do
27
+ not go through an architectural review and are therefore not signed and approved by the architecture team.</p>
28
+ <p>Example:</p>
29
+ <pre><code class="language-js"><span class="hl-13">tweaks</span><span class="hl-1"> : {</span><br/><span class="hl-1"> </span><span class="hl-13">max_buffer_level</span><span class="hl-1">: </span><span class="hl-14">20</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-13">query_parameters</span><span class="hl-1"> : {</span><br/><span class="hl-1"> </span><span class="hl-13">key1</span><span class="hl-1">: </span><span class="hl-11">&#39;value1&#39;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-13">key2</span><span class="hl-1">: </span><span class="hl-11">&#39;value2&#39;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-13">mycustomname</span><span class="hl-1">: </span><span class="hl-11">&#39;another-value&#39;</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">}</span>
30
+ </code><button>Copy</button></pre>
31
+ </div>
32
+ <div class="tsd-comment tsd-typography"></div></section>
33
+ <section class="tsd-panel tsd-hierarchy">
34
+ <h4>Hierarchy</h4>
35
+ <ul class="tsd-hierarchy">
36
+ <li><span class="target">MKTweaksConfig</span></li></ul></section>
37
+ <section class="tsd-panel">
38
+ <h4 class="tsd-before-signature">Indexable</h4>
39
+ <div class="tsd-signature"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">any</span></div></section>
40
+ <section class="tsd-panel-group tsd-index-group">
41
+ <section class="tsd-panel tsd-index-panel">
42
+ <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
43
+ <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
44
+ <div class="tsd-accordion-details">
45
+ <section class="tsd-index-section">
46
+ <h3 class="tsd-index-heading">Properties</h3>
47
+ <div class="tsd-index-list"><a href="MKTweaksConfig.html#adaptation_set_switching_without_supplemental_property" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g></svg><span>adaptation_<wbr/>set_<wbr/>switching_<wbr/>without_<wbr/>supplemental_<wbr/>property?</span></a>
48
+ <a href="MKTweaksConfig.html#check_all_drm_licenses_for_kid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>check_<wbr/>all_<wbr/>drm_<wbr/>licenses_<wbr/>for_<wbr/>kid?</span></a>
49
+ <a href="MKTweaksConfig.html#chunked_cmaf_streaming" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>chunked_<wbr/>cmaf_<wbr/>streaming?</span></a>
50
+ <a href="MKTweaksConfig.html#dword_base_media_decode_timestamps" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>dword_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>timestamps?</span></a>
51
+ <a href="MKTweaksConfig.html#fairplay_ignore_duplicate_init_data_key_errors" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>fairplay_<wbr/>ignore_<wbr/>duplicate_<wbr/>init_<wbr/>data_<wbr/>key_<wbr/>errors?</span></a>
52
+ <a href="MKTweaksConfig.html#force_base_media_decode_time_rewrite" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>force_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite?</span></a>
53
+ <a href="MKTweaksConfig.html#force_software_decryption" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>force_<wbr/>software_<wbr/>decryption?</span></a>
54
+ <a href="MKTweaksConfig.html#hls_audio_only_threshold_bitrate" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>audio_<wbr/>only_<wbr/>threshold_<wbr/>bitrate?</span></a>
55
+ <a href="MKTweaksConfig.html#hls_backup_stream_penalty_duration" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>backup_<wbr/>stream_<wbr/>penalty_<wbr/>duration?</span></a>
56
+ <a href="MKTweaksConfig.html#hls_clear_buffers_on_discontinuity_switches" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>clear_<wbr/>buffers_<wbr/>on_<wbr/>discontinuity_<wbr/>switches?</span></a>
57
+ <a href="MKTweaksConfig.html#hls_parse_manifest_in_worker" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>parse_<wbr/>manifest_<wbr/>in_<wbr/>worker?</span></a>
58
+ <a href="MKTweaksConfig.html#hls_parse_native_metadata" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>parse_<wbr/>native_<wbr/>metadata?</span></a>
59
+ <a href="MKTweaksConfig.html#hls_sync_segment_playback_time_via_media_sequence" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>sync_<wbr/>segment_<wbr/>playback_<wbr/>time_<wbr/>via_<wbr/>media_<wbr/>sequence?</span></a>
60
+ <a href="MKTweaksConfig.html#ignore_mp4_edts_box" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>ignore_<wbr/>mp4_<wbr/>edts_<wbr/>box?</span></a>
61
+ <a href="MKTweaksConfig.html#live_segment_list_start_index_offset" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>live_<wbr/>segment_<wbr/>list_<wbr/>start_<wbr/>index_<wbr/>offset?</span></a>
62
+ <a href="MKTweaksConfig.html#max_cdn_retries" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>max_<wbr/>cdn_<wbr/>retries?</span></a>
63
+ <a href="MKTweaksConfig.html#max_mpd_retries" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>max_<wbr/>mpd_<wbr/>retries?</span></a>
64
+ <a href="MKTweaksConfig.html#max_retries" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>max_<wbr/>retries?</span></a>
65
+ <a href="MKTweaksConfig.html#min_size_for_gap_skipping" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>min_<wbr/>size_<wbr/>for_<wbr/>gap_<wbr/>skipping?</span></a>
66
+ <a href="MKTweaksConfig.html#mpd_retry_delay" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mpd_<wbr/>retry_<wbr/>delay?</span></a>
67
+ <a href="MKTweaksConfig.html#mpd_update_period_tolerance" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mpd_<wbr/>update_<wbr/>period_<wbr/>tolerance?</span></a>
68
+ <a href="MKTweaksConfig.html#native_hls_download_error_handling" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>native_<wbr/>hls_<wbr/>download_<wbr/>error_<wbr/>handling?</span></a>
69
+ <a href="MKTweaksConfig.html#native_hls_parsing" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>native_<wbr/>hls_<wbr/>parsing?</span></a>
70
+ <a href="MKTweaksConfig.html#no_quota_exceeded_adjustment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>no_<wbr/>quota_<wbr/>exceeded_<wbr/>adjustment?</span></a>
71
+ <a href="MKTweaksConfig.html#parse_cea_708_caption" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>parse_<wbr/>cea_<wbr/>708_<wbr/>caption?</span></a>
72
+ <a href="MKTweaksConfig.html#parse_emsg_boxes" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>parse_<wbr/>emsg_<wbr/>boxes?</span></a>
73
+ <a href="MKTweaksConfig.html#playstation_5" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>playstation_<wbr/>5?</span></a>
74
+ <a href="MKTweaksConfig.html#preserve_gaps_for_base_media_decode_time_rewrite" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>preserve_<wbr/>gaps_<wbr/>for_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite?</span></a>
75
+ <a href="MKTweaksConfig.html#prevent_video_element_preloading" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>prevent_<wbr/>video_<wbr/>element_<wbr/>preloading?</span></a>
76
+ <a href="MKTweaksConfig.html#restart_threshold" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>restart_<wbr/>threshold?</span></a>
77
+ <a href="MKTweaksConfig.html#startup_threshold" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>startup_<wbr/>threshold?</span></a>
78
+ <a href="MKTweaksConfig.html#stop_download_on_pause" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stop_<wbr/>download_<wbr/>on_<wbr/>pause?</span></a>
79
+ <a href="MKTweaksConfig.html#wish_abr_params" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>wish_<wbr/>abr_<wbr/>params?</span></a>
80
+ </div></section></div></details></section></section>
81
+ <section class="tsd-panel-group tsd-member-group">
82
+ <h2>Properties</h2>
83
+ <section class="tsd-panel tsd-member"><a id="adaptation_set_switching_without_supplemental_property" class="tsd-anchor"></a>
84
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>adaptation_<wbr/>set_<wbr/>switching_<wbr/>without_<wbr/>supplemental_<wbr/>property</span><a href="#adaptation_set_switching_without_supplemental_property" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
85
+ <div class="tsd-signature"><span class="tsd-kind-property">adaptation_<wbr/>set_<wbr/>switching_<wbr/>without_<wbr/>supplemental_<wbr/>property</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
86
+ <div class="tsd-comment tsd-typography"><p>Groups adaptation sets and switches between them based on their <code>group</code> attribute instead of the recommended
87
+ <code>SupplementalProperty</code> <code>urn:mpeg:dash:adaptation-set-switching:2016</code>.</p>
88
+ <p>Default is false.</p>
89
+ </div>
90
+ <div class="tsd-comment tsd-typography"></div></section>
91
+ <section class="tsd-panel tsd-member"><a id="check_all_drm_licenses_for_kid" class="tsd-anchor"></a>
92
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>check_<wbr/>all_<wbr/>drm_<wbr/>licenses_<wbr/>for_<wbr/>kid</span><a href="#check_all_drm_licenses_for_kid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
93
+ <div class="tsd-signature"><span class="tsd-kind-property">check_<wbr/>all_<wbr/>drm_<wbr/>licenses_<wbr/>for_<wbr/>kid</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
94
+ <div class="tsd-comment tsd-typography"><p>If set, the player checks all available DRM licenses when the key status for a KID updates.</p>
95
+ <p>Instead of surfacing an error once the KID becomes unusable on a license, the key status for the KID is checked
96
+ across all licenses. Only if the KID is not usable on any of the licenses an error is thrown.</p>
97
+ <p>Default is <code>true</code>.</p>
98
+ </div>
99
+ <div class="tsd-comment tsd-typography"></div></section>
100
+ <section class="tsd-panel tsd-member"><a id="chunked_cmaf_streaming" class="tsd-anchor"></a>
101
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>chunked_<wbr/>cmaf_<wbr/>streaming</span><a href="#chunked_cmaf_streaming" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
102
+ <div class="tsd-signature"><span class="tsd-kind-property">chunked_<wbr/>cmaf_<wbr/>streaming</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
103
+ <div class="tsd-comment tsd-typography"><p>When set, the player will use the <code>fetch</code> API to download segments using HTTP chunked transfer encoding (CTE)
104
+ instead of the <code>XMLHttpRequest</code> API.</p>
105
+ <p>In combination with chunked CMAF content this can be used to achieve low-latency streaming.</p>
106
+ </div>
107
+ <div class="tsd-comment tsd-typography"></div></section>
108
+ <section class="tsd-panel tsd-member"><a id="dword_base_media_decode_timestamps" class="tsd-anchor"></a>
109
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>dword_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>timestamps</span><a href="#dword_base_media_decode_timestamps" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
110
+ <div class="tsd-signature"><span class="tsd-kind-property">dword_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>timestamps</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
111
+ <div class="tsd-comment tsd-typography"><p>If set, all BaseMediaDecodeTime-stamps will be truncated to 32 bits in length.</p>
112
+ </div>
113
+ <div class="tsd-comment tsd-typography"></div></section>
114
+ <section class="tsd-panel tsd-member"><a id="fairplay_ignore_duplicate_init_data_key_errors" class="tsd-anchor"></a>
115
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>fairplay_<wbr/>ignore_<wbr/>duplicate_<wbr/>init_<wbr/>data_<wbr/>key_<wbr/>errors</span><a href="#fairplay_ignore_duplicate_init_data_key_errors" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
116
+ <div class="tsd-signature"><span class="tsd-kind-property">fairplay_<wbr/>ignore_<wbr/>duplicate_<wbr/>init_<wbr/>data_<wbr/>key_<wbr/>errors</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
117
+ <div class="tsd-comment tsd-typography"><p>If set, <code>keyerror</code> events will be ignored for Fairplay when more than one <code>needkey</code> event was triggered with
118
+ identical <code>initData</code>.</p>
119
+ <p>Default is <code>true</code>.</p>
120
+ </div>
121
+ <div class="tsd-comment tsd-typography"></div></section>
122
+ <section class="tsd-panel tsd-member"><a id="force_base_media_decode_time_rewrite" class="tsd-anchor"></a>
123
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>force_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite</span><a href="#force_base_media_decode_time_rewrite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
124
+ <div class="tsd-signature"><span class="tsd-kind-property">force_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
125
+ <div class="tsd-comment tsd-typography"><p>If set, every BaseMediaDecodeTime in data segments will be rewritten, regardless if they exceed 32 bits or not.
126
+ The tizen or webOS module has to be present and the player should run on Tizen or webOS TV.</p>
127
+ <p>Using this tweak might cause some unwanted problems when content has short discontinuities (e.g. SSAI streams).
128
+ Enabling the tweak is only recommended when the playback experience is improved on testing.</p>
129
+ </div>
130
+ <div class="tsd-comment tsd-typography"></div></section>
131
+ <section class="tsd-panel tsd-member"><a id="force_software_decryption" class="tsd-anchor"></a>
132
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>force_<wbr/>software_<wbr/>decryption</span><a href="#force_software_decryption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
133
+ <div class="tsd-signature"><span class="tsd-kind-property">force_<wbr/>software_<wbr/>decryption</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
134
+ <div class="tsd-comment tsd-typography"><p>If set, software decryption is used over the browser&#39;s WebCrypto API for anything that the player manually
135
+ decrypts. E.g. for decrypting segments of DASH ClearKey-protected and HLS AES-128-encrypted streams.</p>
136
+ <p>Note: Proper DRM-protection such as Widevine and PlayReady is not affected by this tweak as decryption of such must
137
+ be handled by the browser&#39;s CDM.</p>
138
+ </div>
139
+ <div class="tsd-comment tsd-typography"></div></section>
140
+ <section class="tsd-panel tsd-member"><a id="hls_audio_only_threshold_bitrate" class="tsd-anchor"></a>
141
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hls_<wbr/>audio_<wbr/>only_<wbr/>threshold_<wbr/>bitrate</span><a href="#hls_audio_only_threshold_bitrate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
142
+ <div class="tsd-signature"><span class="tsd-kind-property">hls_<wbr/>audio_<wbr/>only_<wbr/>threshold_<wbr/>bitrate</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
143
+ <div class="tsd-comment tsd-typography"><p>All HLS variants with a bitrate lower than the given bitrate in bits per second (bps) are considered audio-only
144
+ variants and removed if there is at least one with a higher bitrate.</p>
145
+ </div>
146
+ <div class="tsd-comment tsd-typography"></div></section>
147
+ <section class="tsd-panel tsd-member"><a id="hls_backup_stream_penalty_duration" class="tsd-anchor"></a>
148
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hls_<wbr/>backup_<wbr/>stream_<wbr/>penalty_<wbr/>duration</span><a href="#hls_backup_stream_penalty_duration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
149
+ <div class="tsd-signature"><span class="tsd-kind-property">hls_<wbr/>backup_<wbr/>stream_<wbr/>penalty_<wbr/>duration</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
150
+ <div class="tsd-comment tsd-typography"><p>Defines the duration in seconds after which the backup stream penalization is considered to be expired.
151
+ The penalty is applied when a playlist, or one of its segments, has failed to load, and the player has
152
+ triggerd failover to a backup stream.</p>
153
+ <p>Default is <code>30</code> seconds.</p>
154
+ </div>
155
+ <div class="tsd-comment tsd-typography"></div></section>
156
+ <section class="tsd-panel tsd-member"><a id="hls_clear_buffers_on_discontinuity_switches" class="tsd-anchor"></a>
157
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hls_<wbr/>clear_<wbr/>buffers_<wbr/>on_<wbr/>discontinuity_<wbr/>switches</span><a href="#hls_clear_buffers_on_discontinuity_switches" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
158
+ <div class="tsd-signature"><span class="tsd-kind-property">hls_<wbr/>clear_<wbr/>buffers_<wbr/>on_<wbr/>discontinuity_<wbr/>switches</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
159
+ <div class="tsd-comment tsd-typography"><p>When set, the SourceBuffers will be cleared between segments with different discontinuities that otherwise
160
+ have matching properties. This tweak can be used to switch this behaviour off for certain streams to gain
161
+ more performance and seamless playback between discontinuity boundaries.</p>
162
+ <p>Default is <code>true</code>.</p>
163
+ </div>
164
+ <div class="tsd-comment tsd-typography"></div></section>
165
+ <section class="tsd-panel tsd-member"><a id="hls_parse_manifest_in_worker" class="tsd-anchor"></a>
166
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hls_<wbr/>parse_<wbr/>manifest_<wbr/>in_<wbr/>worker</span><a href="#hls_parse_manifest_in_worker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
167
+ <div class="tsd-signature"><span class="tsd-kind-property">hls_<wbr/>parse_<wbr/>manifest_<wbr/>in_<wbr/>worker</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
168
+ <div class="tsd-comment tsd-typography"><p>When set, the player will parse the manifest in a worker thread. This can improve the performance of the player
169
+ when the manifest is large.</p>
170
+ <p>Default is <code>false</code>.</p>
171
+ </div>
172
+ <div class="tsd-comment tsd-typography"></div></section>
173
+ <section class="tsd-panel tsd-member"><a id="hls_parse_native_metadata" class="tsd-anchor"></a>
174
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hls_<wbr/>parse_<wbr/>native_<wbr/>metadata</span><a href="#hls_parse_native_metadata" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
175
+ <div class="tsd-signature"><span class="tsd-kind-property">hls_<wbr/>parse_<wbr/>native_<wbr/>metadata</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
176
+ <div class="tsd-comment tsd-typography"><p>Whether the native player used for HLS on Safari should subscribe to <code>cuechange</code> events from the metadata TextTrack
177
+ and relay ID3 events as <a href="../enums/MKPlayerEvent.html#Metadata" class="tsd-kind-enum-member">Metadata</a> events.</p>
178
+ <p>Note: This tweak has no effect if the MSE-based player (i.e. <a href="../enums/MKPlayerType.html#Html5" class="tsd-kind-enum-member">Html5</a>) is used.</p>
179
+ <p>Default is <code>true</code>.</p>
180
+ </div>
181
+ <div class="tsd-comment tsd-typography"></div></section>
182
+ <section class="tsd-panel tsd-member"><a id="hls_sync_segment_playback_time_via_media_sequence" class="tsd-anchor"></a>
183
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>hls_<wbr/>sync_<wbr/>segment_<wbr/>playback_<wbr/>time_<wbr/>via_<wbr/>media_<wbr/>sequence</span><a href="#hls_sync_segment_playback_time_via_media_sequence" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
184
+ <div class="tsd-signature"><span class="tsd-kind-property">hls_<wbr/>sync_<wbr/>segment_<wbr/>playback_<wbr/>time_<wbr/>via_<wbr/>media_<wbr/>sequence</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
185
+ <div class="tsd-comment tsd-typography"><p>When set, the playback times of the segments between HLS playlist are synced using
186
+ media sequence number during quality switch.</p>
187
+ <p>Default is <code>false</code>.</p>
188
+ </div>
189
+ <div class="tsd-comment tsd-typography"></div></section>
190
+ <section class="tsd-panel tsd-member"><a id="ignore_mp4_edts_box" class="tsd-anchor"></a>
191
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>ignore_<wbr/>mp4_<wbr/>edts_<wbr/>box</span><a href="#ignore_mp4_edts_box" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
192
+ <div class="tsd-signature"><span class="tsd-kind-property">ignore_<wbr/>mp4_<wbr/>edts_<wbr/>box</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
193
+ <div class="tsd-comment tsd-typography"><p>If enabled, Edit (<code>edts</code>) boxes in MP4 segments which would introduce a segment start time offset are filtered from
194
+ segments before forwarding them to the decoder. This is required as browsers are handling such boxes differently.</p>
195
+ <p>This flag ensures consistent cross-browser behavior in this matter and is enabled by default.</p>
196
+ </div>
197
+ <div class="tsd-comment tsd-typography"></div></section>
198
+ <section class="tsd-panel tsd-member"><a id="live_segment_list_start_index_offset" class="tsd-anchor"></a>
199
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>live_<wbr/>segment_<wbr/>list_<wbr/>start_<wbr/>index_<wbr/>offset</span><a href="#live_segment_list_start_index_offset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
200
+ <div class="tsd-signature"><span class="tsd-kind-property">live_<wbr/>segment_<wbr/>list_<wbr/>start_<wbr/>index_<wbr/>offset</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
201
+ <div class="tsd-comment tsd-typography"><p>The number of segments at the start of the segment list that the player considers unsafe to request. E.g when set
202
+ to 2 the earliest possible segment to seek/timeShift to would be the third segment in the list.</p>
203
+ <p>The default value is <code>0</code>, so the complete DVR window is used.</p>
204
+ </div>
205
+ <div class="tsd-comment tsd-typography"></div></section>
206
+ <section class="tsd-panel tsd-member"><a id="max_cdn_retries" class="tsd-anchor"></a>
207
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>max_<wbr/>cdn_<wbr/>retries</span><a href="#max_cdn_retries" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
208
+ <div class="tsd-signature"><span class="tsd-kind-property">max_<wbr/>cdn_<wbr/>retries</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
209
+ <div class="tsd-comment tsd-typography"><p>The number of retries per CDN if a download error occurred in VoD streams</p>
210
+ <p>By default the player will retry <code>2</code> times.</p>
211
+ </div>
212
+ <div class="tsd-comment tsd-typography"></div></section>
213
+ <section class="tsd-panel tsd-member"><a id="max_mpd_retries" class="tsd-anchor"></a>
214
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>max_<wbr/>mpd_<wbr/>retries</span><a href="#max_mpd_retries" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
215
+ <div class="tsd-signature"><span class="tsd-kind-property">max_<wbr/>mpd_<wbr/>retries</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
216
+ <div class="tsd-comment tsd-typography"><p>Amount of times to retry a failed MPD download before throwing an error for failed download.</p>
217
+ <p>By default the player will retry <code>2</code> times.</p>
218
+ </div>
219
+ <div class="tsd-comment tsd-typography"></div></section>
220
+ <section class="tsd-panel tsd-member"><a id="max_retries" class="tsd-anchor"></a>
221
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>max_<wbr/>retries</span><a href="#max_retries" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
222
+ <div class="tsd-signature"><span class="tsd-kind-property">max_<wbr/>retries</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
223
+ <div class="tsd-comment tsd-typography"><p>Maximum number of retries when network request fails for the provided manifest.
224
+ Applies for both master and variant playlist in case of Hls.</p>
225
+ <p>Default value is <code>2</code>.</p>
226
+ </div>
227
+ <div class="tsd-comment tsd-typography"></div></section>
228
+ <section class="tsd-panel tsd-member"><a id="min_size_for_gap_skipping" class="tsd-anchor"></a>
229
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>min_<wbr/>size_<wbr/>for_<wbr/>gap_<wbr/>skipping</span><a href="#min_size_for_gap_skipping" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
230
+ <div class="tsd-signature"><span class="tsd-kind-property">min_<wbr/>size_<wbr/>for_<wbr/>gap_<wbr/>skipping</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
231
+ <div class="tsd-comment tsd-typography"><p>Gaps in content that are smaller than this value will not be skipped. This tweak should be used if gap skipping
232
+ is unnecessary: some browsers are able to play through small gaps in content without getting stuck.</p>
233
+ <p>Default value is <code>0</code>, which means that all encountered gaps will be skipped.</p>
234
+ </div>
235
+ <div class="tsd-comment tsd-typography"></div></section>
236
+ <section class="tsd-panel tsd-member"><a id="mpd_retry_delay" class="tsd-anchor"></a>
237
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>mpd_<wbr/>retry_<wbr/>delay</span><a href="#mpd_retry_delay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
238
+ <div class="tsd-signature"><span class="tsd-kind-property">mpd_<wbr/>retry_<wbr/>delay</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
239
+ <div class="tsd-comment tsd-typography"><p>The time in seconds to wait before trying to download the MPD again after a download error occurred.</p>
240
+ <p>By default the player will retry in half a second</p>
241
+ </div>
242
+ <div class="tsd-comment tsd-typography"></div></section>
243
+ <section class="tsd-panel tsd-member"><a id="mpd_update_period_tolerance" class="tsd-anchor"></a>
244
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>mpd_<wbr/>update_<wbr/>period_<wbr/>tolerance</span><a href="#mpd_update_period_tolerance" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
245
+ <div class="tsd-signature"><span class="tsd-kind-property">mpd_<wbr/>update_<wbr/>period_<wbr/>tolerance</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
246
+ <div class="tsd-comment tsd-typography"><p>The time in seconds that the MPD age for live streams may exceed the minimumUpdatePeriod, before it should be
247
+ considered outdated.</p>
248
+ <p>By default the player will use <code>5</code> seconds.</p>
249
+ </div>
250
+ <div class="tsd-comment tsd-typography"></div></section>
251
+ <section class="tsd-panel tsd-member"><a id="native_hls_download_error_handling" class="tsd-anchor"></a>
252
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>native_<wbr/>hls_<wbr/>download_<wbr/>error_<wbr/>handling</span><a href="#native_hls_download_error_handling" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
253
+ <div class="tsd-signature"><span class="tsd-kind-property">native_<wbr/>hls_<wbr/>download_<wbr/>error_<wbr/>handling</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
254
+ <div class="tsd-comment tsd-typography"><p>If enabled the native player used for HLS in Safari would fetch and parse the HLS playlist and trigger
255
+ an <a href="../enums/MKPlayerEvent.html#Error" class="tsd-kind-enum-member">Error</a> event if the download of a segment fails and the playback stalls.</p>
256
+ <p>Default is <code>false</code>.</p>
257
+ </div>
258
+ <div class="tsd-comment tsd-typography"></div></section>
259
+ <section class="tsd-panel tsd-member"><a id="native_hls_parsing" class="tsd-anchor"></a>
260
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>native_<wbr/>hls_<wbr/>parsing</span><a href="#native_hls_parsing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
261
+ <div class="tsd-signature"><span class="tsd-kind-property">native_<wbr/>hls_<wbr/>parsing</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
262
+ <div class="tsd-comment tsd-typography"><p>If enabled the native player used for HLS in Safari would fetch and parse the HLS playlist and trigger
263
+ <a href="../enums/MKPlayerEvent.html#SegmentPlayback" class="tsd-kind-enum-member">SegmentPlayback</a> events carrying segment-specific metadata like <code>#EXT-X-PROGRAM-DATE-TIME</code>
264
+ if present in the manifest.</p>
265
+ <p>Default is <code>true</code>.</p>
266
+ </div>
267
+ <div class="tsd-comment tsd-typography"></div></section>
268
+ <section class="tsd-panel tsd-member"><a id="no_quota_exceeded_adjustment" class="tsd-anchor"></a>
269
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>no_<wbr/>quota_<wbr/>exceeded_<wbr/>adjustment</span><a href="#no_quota_exceeded_adjustment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
270
+ <div class="tsd-signature"><span class="tsd-kind-property">no_<wbr/>quota_<wbr/>exceeded_<wbr/>adjustment</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
271
+ <div class="tsd-comment tsd-typography"><p>Specifies whether the Player should not adjust the target buffer levels after a <code>QuotaExceededError</code>.</p>
272
+ </div>
273
+ <div class="tsd-comment tsd-typography"></div></section>
274
+ <section class="tsd-panel tsd-member"><a id="parse_cea_708_caption" class="tsd-anchor"></a>
275
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>parse_<wbr/>cea_<wbr/>708_<wbr/>caption</span><a href="#parse_cea_708_caption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
276
+ <div class="tsd-signature"><span class="tsd-kind-property">parse_<wbr/>cea_<wbr/>708_<wbr/>caption</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
277
+ <div class="tsd-comment tsd-typography"><p>When set, CEA-708 captions are parsed when present in the source stream, instead of CEA-608.</p>
278
+ <p>By default CEA-608 captions are parsed.</p>
279
+ </div>
280
+ <div class="tsd-comment tsd-typography"></div></section>
281
+ <section class="tsd-panel tsd-member"><a id="parse_emsg_boxes" class="tsd-anchor"></a>
282
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>parse_<wbr/>emsg_<wbr/>boxes</span><a href="#parse_emsg_boxes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
283
+ <div class="tsd-signature"><span class="tsd-kind-property">parse_<wbr/>emsg_<wbr/>boxes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
284
+ <div class="tsd-comment tsd-typography"><p>Whether the player should parse and process <code>emsg</code> boxes from MP4 segments.</p>
285
+ <p>Note: This tweak is limited to the MSE-based player (i.e. if <a href="MKPlayerAPI.html#getPlayerType" class="tsd-kind-method">getPlayerType</a> returns
286
+ <a href="../enums/MKPlayerType.html#Html5" class="tsd-kind-enum-member">Html5</a>) and has no effect for the native player (<a href="../enums/MKPlayerType.html#Native" class="tsd-kind-enum-member">Native</a>).</p>
287
+ <p>Default is <code>true.</code></p>
288
+ </div>
289
+ <div class="tsd-comment tsd-typography"></div></section>
290
+ <section class="tsd-panel tsd-member"><a id="playstation_5" class="tsd-anchor"></a>
291
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>playstation_<wbr/>5</span><a href="#playstation_5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
292
+ <div class="tsd-signature"><span class="tsd-kind-property">playstation_<wbr/>5</span><span class="tsd-signature-symbol">?:</span> <a href="MKPlayStation5Tweaks.html" class="tsd-signature-type tsd-kind-interface">MKPlayStation5Tweaks</a></div>
293
+ <div class="tsd-comment tsd-typography"><p>PlayStation 5 Platform tweaks</p>
294
+ </div>
295
+ <div class="tsd-comment tsd-typography"></div></section>
296
+ <section class="tsd-panel tsd-member"><a id="preserve_gaps_for_base_media_decode_time_rewrite" class="tsd-anchor"></a>
297
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>preserve_<wbr/>gaps_<wbr/>for_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite</span><a href="#preserve_gaps_for_base_media_decode_time_rewrite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
298
+ <div class="tsd-signature"><span class="tsd-kind-property">preserve_<wbr/>gaps_<wbr/>for_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
299
+ <div class="tsd-comment tsd-typography"><p>If set to true, the BMDT will preserve possible gaps in segments while rewriting timestamps,
300
+ which may prevent out of sync audio and video.</p>
301
+ </div>
302
+ <div class="tsd-comment tsd-typography"></div></section>
303
+ <section class="tsd-panel tsd-member"><a id="prevent_video_element_preloading" class="tsd-anchor"></a>
304
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>prevent_<wbr/>video_<wbr/>element_<wbr/>preloading</span><a href="#prevent_video_element_preloading" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
305
+ <div class="tsd-signature"><span class="tsd-kind-property">prevent_<wbr/>video_<wbr/>element_<wbr/>preloading</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
306
+ <div class="tsd-comment tsd-typography"><p>This flag indicates whether we prevent the native video element to preload data. Metadata will always be
307
+ preloaded.</p>
308
+ <p>In case of native HLS playback on Safari, this will cause e.g. <code>AudioTracks</code> not being added, before
309
+ the playback starts.</p>
310
+ </div>
311
+ <div class="tsd-comment tsd-typography"></div></section>
312
+ <section class="tsd-panel tsd-member"><a id="restart_threshold" class="tsd-anchor"></a>
313
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>restart_<wbr/>threshold</span><a href="#restart_threshold" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
314
+ <div class="tsd-signature"><span class="tsd-kind-property">restart_<wbr/>threshold</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
315
+ <div class="tsd-comment tsd-typography"><p>Amount of seconds the player buffers before playback starts again after a stall.</p>
316
+ <p>Default is <code>0.9</code> seconds.</p>
317
+ <p>This value is restricted to the maximum value of the buffer minus <code>0.5</code> seconds.</p>
318
+ </div>
319
+ <div class="tsd-comment tsd-typography"></div></section>
320
+ <section class="tsd-panel tsd-member"><a id="startup_threshold" class="tsd-anchor"></a>
321
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>startup_<wbr/>threshold</span><a href="#startup_threshold" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
322
+ <div class="tsd-signature"><span class="tsd-kind-property">startup_<wbr/>threshold</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
323
+ <div class="tsd-comment tsd-typography"><p>Amount of seconds the player buffers before playback starts.</p>
324
+ <p>Default is <code>0.9</code> seconds.</p>
325
+ <p>This value is restricted to the maximum value of the buffer minus <code>0.5</code> seconds.</p>
326
+ </div>
327
+ <div class="tsd-comment tsd-typography"></div></section>
328
+ <section class="tsd-panel tsd-member"><a id="stop_download_on_pause" class="tsd-anchor"></a>
329
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stop_<wbr/>download_<wbr/>on_<wbr/>pause</span><a href="#stop_download_on_pause" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
330
+ <div class="tsd-signature"><span class="tsd-kind-property">stop_<wbr/>download_<wbr/>on_<wbr/>pause</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
331
+ <div class="tsd-comment tsd-typography"><p>Enabling this flag prevents the player from downloading any further resource (playlist, segments, ...), when the
332
+ player is paused. Already issued requests will be finished.</p>
333
+ <p>Default is <code>false</code>.</p>
334
+ </div>
335
+ <div class="tsd-comment tsd-typography"></div></section>
336
+ <section class="tsd-panel tsd-member"><a id="wish_abr_params" class="tsd-anchor"></a>
337
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>wish_<wbr/>abr_<wbr/>params</span><a href="#wish_abr_params" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
338
+ <div class="tsd-signature"><span class="tsd-kind-property">wish_<wbr/>abr_<wbr/>params</span><span class="tsd-signature-symbol">?:</span> <a href="../types/MKWishAbrConfig.html" class="tsd-signature-type tsd-kind-type-alias">MKWishAbrConfig</a></div>
339
+ <div class="tsd-comment tsd-typography"><p>Configuration options for WISH ABR logic.</p>
340
+ <p>You can enable the logic by setting <a href="MKAdaptationConfig.html#logic" class="tsd-kind-property">logic</a> to <a href="../enums/MKAdaptationLogicType.html#WISH" class="tsd-kind-enum-member">WISH</a>.</p>
341
+ </div>
342
+ <div class="tsd-comment tsd-typography"></div></section></section></div>
343
+ <div class="col-sidebar">
344
+ <div class="page-menu">
345
+ <div class="tsd-navigation settings">
346
+ <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
347
+ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
348
+ <div class="tsd-accordion-details">
349
+ <div class="tsd-filter-visibility">
350
+ <h4 class="uppercase">Member Visibility</h4><form>
351
+ <ul id="tsd-filter-options">
352
+ <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
353
+ <div class="tsd-theme-toggle">
354
+ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
355
+ <details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
356
+ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
357
+ <div class="tsd-accordion-details">
358
+ <ul>
359
+ <li><a href="#adaptation_set_switching_without_supplemental_property" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>adaptation_<wbr/>set_<wbr/>switching_<wbr/>without_<wbr/>supplemental_<wbr/>property</span></a></li>
360
+ <li><a href="#check_all_drm_licenses_for_kid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>check_<wbr/>all_<wbr/>drm_<wbr/>licenses_<wbr/>for_<wbr/>kid</span></a></li>
361
+ <li><a href="#chunked_cmaf_streaming" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>chunked_<wbr/>cmaf_<wbr/>streaming</span></a></li>
362
+ <li><a href="#dword_base_media_decode_timestamps" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>dword_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>timestamps</span></a></li>
363
+ <li><a href="#fairplay_ignore_duplicate_init_data_key_errors" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>fairplay_<wbr/>ignore_<wbr/>duplicate_<wbr/>init_<wbr/>data_<wbr/>key_<wbr/>errors</span></a></li>
364
+ <li><a href="#force_base_media_decode_time_rewrite" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>force_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite</span></a></li>
365
+ <li><a href="#force_software_decryption" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>force_<wbr/>software_<wbr/>decryption</span></a></li>
366
+ <li><a href="#hls_audio_only_threshold_bitrate" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>audio_<wbr/>only_<wbr/>threshold_<wbr/>bitrate</span></a></li>
367
+ <li><a href="#hls_backup_stream_penalty_duration" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>backup_<wbr/>stream_<wbr/>penalty_<wbr/>duration</span></a></li>
368
+ <li><a href="#hls_clear_buffers_on_discontinuity_switches" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>clear_<wbr/>buffers_<wbr/>on_<wbr/>discontinuity_<wbr/>switches</span></a></li>
369
+ <li><a href="#hls_parse_manifest_in_worker" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>parse_<wbr/>manifest_<wbr/>in_<wbr/>worker</span></a></li>
370
+ <li><a href="#hls_parse_native_metadata" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>parse_<wbr/>native_<wbr/>metadata</span></a></li>
371
+ <li><a href="#hls_sync_segment_playback_time_via_media_sequence" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>hls_<wbr/>sync_<wbr/>segment_<wbr/>playback_<wbr/>time_<wbr/>via_<wbr/>media_<wbr/>sequence</span></a></li>
372
+ <li><a href="#ignore_mp4_edts_box" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>ignore_<wbr/>mp4_<wbr/>edts_<wbr/>box</span></a></li>
373
+ <li><a href="#live_segment_list_start_index_offset" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>live_<wbr/>segment_<wbr/>list_<wbr/>start_<wbr/>index_<wbr/>offset</span></a></li>
374
+ <li><a href="#max_cdn_retries" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>max_<wbr/>cdn_<wbr/>retries</span></a></li>
375
+ <li><a href="#max_mpd_retries" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>max_<wbr/>mpd_<wbr/>retries</span></a></li>
376
+ <li><a href="#max_retries" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>max_<wbr/>retries</span></a></li>
377
+ <li><a href="#min_size_for_gap_skipping" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>min_<wbr/>size_<wbr/>for_<wbr/>gap_<wbr/>skipping</span></a></li>
378
+ <li><a href="#mpd_retry_delay" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mpd_<wbr/>retry_<wbr/>delay</span></a></li>
379
+ <li><a href="#mpd_update_period_tolerance" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mpd_<wbr/>update_<wbr/>period_<wbr/>tolerance</span></a></li>
380
+ <li><a href="#native_hls_download_error_handling" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>native_<wbr/>hls_<wbr/>download_<wbr/>error_<wbr/>handling</span></a></li>
381
+ <li><a href="#native_hls_parsing" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>native_<wbr/>hls_<wbr/>parsing</span></a></li>
382
+ <li><a href="#no_quota_exceeded_adjustment" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>no_<wbr/>quota_<wbr/>exceeded_<wbr/>adjustment</span></a></li>
383
+ <li><a href="#parse_cea_708_caption" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>parse_<wbr/>cea_<wbr/>708_<wbr/>caption</span></a></li>
384
+ <li><a href="#parse_emsg_boxes" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>parse_<wbr/>emsg_<wbr/>boxes</span></a></li>
385
+ <li><a href="#playstation_5" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>playstation_<wbr/>5</span></a></li>
386
+ <li><a href="#preserve_gaps_for_base_media_decode_time_rewrite" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>preserve_<wbr/>gaps_<wbr/>for_<wbr/>base_<wbr/>media_<wbr/>decode_<wbr/>time_<wbr/>rewrite</span></a></li>
387
+ <li><a href="#prevent_video_element_preloading" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>prevent_<wbr/>video_<wbr/>element_<wbr/>preloading</span></a></li>
388
+ <li><a href="#restart_threshold" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>restart_<wbr/>threshold</span></a></li>
389
+ <li><a href="#startup_threshold" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>startup_<wbr/>threshold</span></a></li>
390
+ <li><a href="#stop_download_on_pause" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stop_<wbr/>download_<wbr/>on_<wbr/>pause</span></a></li>
391
+ <li><a href="#wish_abr_params" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>wish_<wbr/>abr_<wbr/>params</span></a></li></ul></div></details></div>
392
+ <div class="site-menu">
393
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>MKPlayer -<wbr/> v1.10.1</span></a>
394
+ <ul class="tsd-small-nested-navigation">
395
+ <li><a href="../enums/MKAdQuartile.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g></svg><span>MKAd<wbr/>Quartile</span></a></li>
396
+ <li><a href="../enums/MKAdType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKAd<wbr/>Type</span></a></li>
397
+ <li><a href="../enums/MKAdaptationLogicType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKAdaptation<wbr/>Logic<wbr/>Type</span></a></li>
398
+ <li><a href="../enums/MKAssetType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKAsset<wbr/>Type</span></a></li>
399
+ <li><a href="../enums/MKBufferType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKBuffer<wbr/>Type</span></a></li>
400
+ <li><a href="../enums/MKDrmType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKDrm<wbr/>Type</span></a></li>
401
+ <li><a href="../enums/MKErrorCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKError<wbr/>Code</span></a></li>
402
+ <li><a href="../enums/MKHttpRequestType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKHttp<wbr/>Request<wbr/>Type</span></a></li>
403
+ <li><a href="../enums/MKHttpResponseType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKHttp<wbr/>Response<wbr/>Type</span></a></li>
404
+ <li><a href="../enums/MKLatencyMode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKLatency<wbr/>Mode</span></a></li>
405
+ <li><a href="../enums/MKLiveSynchronizationMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKLive<wbr/>Synchronization<wbr/>Method</span></a></li>
406
+ <li><a href="../enums/MKLogLevel.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKLog<wbr/>Level</span></a></li>
407
+ <li><a href="../enums/MKMediaType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKMedia<wbr/>Type</span></a></li>
408
+ <li><a href="../enums/MKMetadataType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKMetadata<wbr/>Type</span></a></li>
409
+ <li><a href="../enums/MKPlatformType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKPlatform<wbr/>Type</span></a></li>
410
+ <li><a href="../enums/MKPlayerEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKPlayer<wbr/>Event</span></a></li>
411
+ <li><a href="../enums/MKPlayerType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKPlayer<wbr/>Type</span></a></li>
412
+ <li><a href="../enums/MKProgramRestrictionType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKProgram<wbr/>Restriction<wbr/>Type</span></a></li>
413
+ <li><a href="../enums/MKRttEstimationMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKRtt<wbr/>Estimation<wbr/>Method</span></a></li>
414
+ <li><a href="../enums/MKStartOffsetTimelineReference.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKStart<wbr/>Offset<wbr/>Timeline<wbr/>Reference</span></a></li>
415
+ <li><a href="../enums/MKStreamType.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKStream<wbr/>Type</span></a></li>
416
+ <li><a href="../enums/MKTimeMode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKTime<wbr/>Mode</span></a></li>
417
+ <li><a href="../enums/MKViewMode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>MKView<wbr/>Mode</span></a></li>
418
+ <li><a href="MKAdBreakFinishedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>MKAd<wbr/>Break<wbr/>Finished<wbr/>Event</span></a></li>
419
+ <li><a href="MKAdBreakStartedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Break<wbr/>Started<wbr/>Event</span></a></li>
420
+ <li><a href="MKAdClickThroughEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Click<wbr/>Through<wbr/>Event</span></a></li>
421
+ <li><a href="MKAdCompanionEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Companion<wbr/>Event</span></a></li>
422
+ <li><a href="MKAdFinishedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Finished<wbr/>Event</span></a></li>
423
+ <li><a href="MKAdMarkerEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Marker<wbr/>Event</span></a></li>
424
+ <li><a href="MKAdQuartileEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Quartile<wbr/>Event</span></a></li>
425
+ <li><a href="MKAdStartedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Started<wbr/>Event</span></a></li>
426
+ <li><a href="MKAdVerificationEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAd<wbr/>Verification<wbr/>Event</span></a></li>
427
+ <li><a href="MKAdaptationAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdaptationAPI</span></a></li>
428
+ <li><a href="MKAdaptationConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdaptation<wbr/>Config</span></a></li>
429
+ <li><a href="MKAdaptationData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdaptation<wbr/>Data</span></a></li>
430
+ <li><a href="MKAdaptationEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdaptation<wbr/>Event</span></a></li>
431
+ <li><a href="MKAdaptationPlatformConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdaptation<wbr/>Platform<wbr/>Config</span></a></li>
432
+ <li><a href="MKAdobePrimetimeConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdobe<wbr/>Primetime<wbr/>Config</span></a></li>
433
+ <li><a href="MKAirplayChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAirplay<wbr/>Changed<wbr/>Event</span></a></li>
434
+ <li><a href="MKAnalyticsConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAnalytics<wbr/>Config</span></a></li>
435
+ <li><a href="MKAspectRatioChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAspect<wbr/>Ratio<wbr/>Changed<wbr/>Event</span></a></li>
436
+ <li><a href="MKAudioAdaptationData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Adaptation<wbr/>Data</span></a></li>
437
+ <li><a href="MKAudioAdaptationEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Adaptation<wbr/>Event</span></a></li>
438
+ <li><a href="MKAudioChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Changed<wbr/>Event</span></a></li>
439
+ <li><a href="MKAudioDownloadQualityChangeEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Download<wbr/>Quality<wbr/>Change<wbr/>Event</span></a></li>
440
+ <li><a href="MKAudioDownloadQualityChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Download<wbr/>Quality<wbr/>Changed<wbr/>Event</span></a></li>
441
+ <li><a href="MKAudioPlaybackQualityChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Playback<wbr/>Quality<wbr/>Changed<wbr/>Event</span></a></li>
442
+ <li><a href="MKAudioQuality.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Quality</span></a></li>
443
+ <li><a href="MKAudioQualityChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Quality<wbr/>Changed<wbr/>Event</span></a></li>
444
+ <li><a href="MKAudioQualityEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Quality<wbr/>Event</span></a></li>
445
+ <li><a href="MKAudioTrack.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Track</span></a></li>
446
+ <li><a href="MKAudioTrackEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAudio<wbr/>Track<wbr/>Event</span></a></li>
447
+ <li><a href="MKBitrateLimitationConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKBitrate<wbr/>Limitation<wbr/>Config</span></a></li>
448
+ <li><a href="MKBufferAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKBufferAPI</span></a></li>
449
+ <li><a href="MKBufferConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKBuffer<wbr/>Config</span></a></li>
450
+ <li><a href="MKBufferLevel.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKBuffer<wbr/>Level</span></a></li>
451
+ <li><a href="MKBufferMediaTypeConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKBuffer<wbr/>Media<wbr/>Type<wbr/>Config</span></a></li>
452
+ <li><a href="MKCastAvailableEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKCast<wbr/>Available<wbr/>Event</span></a></li>
453
+ <li><a href="MKCastConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKCast<wbr/>Config</span></a></li>
454
+ <li><a href="MKCastStartedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKCast<wbr/>Started<wbr/>Event</span></a></li>
455
+ <li><a href="MKCastWaitingForDeviceEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKCast<wbr/>Waiting<wbr/>For<wbr/>Device<wbr/>Event</span></a></li>
456
+ <li><a href="MKCdnOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKCdn<wbr/>Options</span></a></li>
457
+ <li><a href="MKClearKeyDRMConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKClear<wbr/>KeyDRMConfig</span></a></li>
458
+ <li><a href="MKClearKeyDRMConfigEntry.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKClear<wbr/>KeyDRMConfig<wbr/>Entry</span></a></li>
459
+ <li><a href="MKClearKeyDRMServerConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKClear<wbr/>KeyDRMServer<wbr/>Config</span></a></li>
460
+ <li><a href="MKDownloadFinishedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDownload<wbr/>Finished<wbr/>Event</span></a></li>
461
+ <li><a href="MKDownloadedAudioData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDownloaded<wbr/>Audio<wbr/>Data</span></a></li>
462
+ <li><a href="MKDownloadedData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDownloaded<wbr/>Data</span></a></li>
463
+ <li><a href="MKDownloadedVideoData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDownloaded<wbr/>Video<wbr/>Data</span></a></li>
464
+ <li><a href="MKDrmAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDrmAPI</span></a></li>
465
+ <li><a href="MKDrmConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDrm<wbr/>Config</span></a></li>
466
+ <li><a href="MKDrmLicense.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDrm<wbr/>License</span></a></li>
467
+ <li><a href="MKDrmLicenseAddedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDrm<wbr/>License<wbr/>Added<wbr/>Event</span></a></li>
468
+ <li><a href="MKDurationChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDuration<wbr/>Changed<wbr/>Event</span></a></li>
469
+ <li><a href="MKDynamicAdaptationConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDynamic<wbr/>Adaptation<wbr/>Config</span></a></li>
470
+ <li><a href="MKEnvironmentConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKEnvironment<wbr/>Config</span></a></li>
471
+ <li><a href="MKError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKError</span></a></li>
472
+ <li><a href="MKErrorEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKError<wbr/>Event</span></a></li>
473
+ <li><a href="MKFMTSASiDEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKFMTSASiDEvent</span></a></li>
474
+ <li><a href="MKFairplayDrmConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKFairplay<wbr/>Drm<wbr/>Config</span></a></li>
475
+ <li><a href="MKHttpRequestOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKHttp<wbr/>Request<wbr/>Options</span></a></li>
476
+ <li><a href="MKHttpResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKHttp<wbr/>Response</span></a></li>
477
+ <li><a href="MKLatencyModeChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKLatency<wbr/>Mode<wbr/>Changed<wbr/>Event</span></a></li>
478
+ <li><a href="MKLiveConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKLive<wbr/>Config</span></a></li>
479
+ <li><a href="MKLogConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKLog<wbr/>Config</span></a></li>
480
+ <li><a href="MKLowLatencyAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKLow<wbr/>LatencyAPI</span></a></li>
481
+ <li><a href="MKLowLatencyConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKLow<wbr/>Latency<wbr/>Config</span></a></li>
482
+ <li><a href="MKLowLatencySyncConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKLow<wbr/>Latency<wbr/>Sync<wbr/>Config</span></a></li>
483
+ <li><a href="MKManifestAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKManifestAPI</span></a></li>
484
+ <li><a href="MKMediaPlaybackQualityChangeEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMedia<wbr/>Playback<wbr/>Quality<wbr/>Change<wbr/>Event</span></a></li>
485
+ <li><a href="MKMediaQualityChangeEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMedia<wbr/>Quality<wbr/>Change<wbr/>Event</span></a></li>
486
+ <li><a href="MKMediaQualityEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMedia<wbr/>Quality<wbr/>Event</span></a></li>
487
+ <li><a href="MKMediaTrack.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMedia<wbr/>Track</span></a></li>
488
+ <li><a href="MKMediaTrackRole.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMedia<wbr/>Track<wbr/>Role</span></a></li>
489
+ <li><a href="MKMetadata.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMetadata</span></a></li>
490
+ <li><a href="MKMetadataChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMetadata<wbr/>Changed<wbr/>Event</span></a></li>
491
+ <li><a href="MKMetadataEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMetadata<wbr/>Event</span></a></li>
492
+ <li><a href="MKMetadataParsedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMetadata<wbr/>Parsed<wbr/>Event</span></a></li>
493
+ <li><a href="MKPeriodContentInformation.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPeriod<wbr/>Content<wbr/>Information</span></a></li>
494
+ <li><a href="MKPeriodInformation.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPeriod<wbr/>Information</span></a></li>
495
+ <li><a href="MKPeriodSwitchObject.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPeriod<wbr/>Switch<wbr/>Object</span></a></li>
496
+ <li><a href="MKPeriodSwitchedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPeriod<wbr/>Switched<wbr/>Event</span></a></li>
497
+ <li><a href="MKPlayReadyDrmConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlay<wbr/>Ready<wbr/>Drm<wbr/>Config</span></a></li>
498
+ <li><a href="MKPlayStation5Tweaks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlay<wbr/>Station5<wbr/>Tweaks</span></a></li>
499
+ <li><a href="MKPlaybackConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayback<wbr/>Config</span></a></li>
500
+ <li><a href="MKPlaybackEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayback<wbr/>Event</span></a></li>
501
+ <li><a href="MKPlaybackSpeedChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayback<wbr/>Speed<wbr/>Changed<wbr/>Event</span></a></li>
502
+ <li><a href="MKPlayerAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayerAPI</span></a></li>
503
+ <li><a href="MKPlayerConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>Config</span></a></li>
504
+ <li><a href="MKPlayerCoreAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>CoreAPI</span></a></li>
505
+ <li><a href="MKPlayerEventBase.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>Event<wbr/>Base</span></a></li>
506
+ <li><a href="MKPlayerEventCallback.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>Event<wbr/>Callback</span></a></li>
507
+ <li><a href="MKPlayerEventConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>Event<wbr/>Config</span></a></li>
508
+ <li><a href="MKPlayerResizedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>Resized<wbr/>Event</span></a></li>
509
+ <li><a href="MKPlayerTechnology.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>Technology</span></a></li>
510
+ <li><a href="MKPreferredTechnology.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPreferred<wbr/>Technology</span></a></li>
511
+ <li><a href="MKProgramRestrictions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKProgram<wbr/>Restrictions</span></a></li>
512
+ <li><a href="MKProgramRestrictionsEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKProgram<wbr/>Restrictions<wbr/>Event</span></a></li>
513
+ <li><a href="MKProgramTimeChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKProgram<wbr/>Time<wbr/>Changed<wbr/>Event</span></a></li>
514
+ <li><a href="MKProgressiveSource.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKProgressive<wbr/>Source</span></a></li>
515
+ <li><a href="MKQuality.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKQuality</span></a></li>
516
+ <li><a href="MKQualityMetadata.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKQuality<wbr/>Metadata</span></a></li>
517
+ <li><a href="MKRegisteredSource.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKRegistered<wbr/>Source</span></a></li>
518
+ <li><a href="MKSeekEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSeek<wbr/>Event</span></a></li>
519
+ <li><a href="MKSegmentInfo.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSegment<wbr/>Info</span></a></li>
520
+ <li><a href="MKSegmentMap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSegment<wbr/>Map</span></a></li>
521
+ <li><a href="MKSegmentPlaybackEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSegment<wbr/>Playback<wbr/>Event</span></a></li>
522
+ <li><a href="MKSegmentQualityMap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSegment<wbr/>Quality<wbr/>Map</span></a></li>
523
+ <li><a href="MKSegmentRequestFinishedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSegment<wbr/>Request<wbr/>Finished<wbr/>Event</span></a></li>
524
+ <li><a href="MKSourceConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSource<wbr/>Config</span></a></li>
525
+ <li><a href="MKSourceLabelingConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSource<wbr/>Labeling<wbr/>Config</span></a></li>
526
+ <li><a href="MKSourceLabelingStreamTypeConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSource<wbr/>Labeling<wbr/>Stream<wbr/>Type<wbr/>Config</span></a></li>
527
+ <li><a href="MKSourceOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSource<wbr/>Options</span></a></li>
528
+ <li><a href="MKSubtitleCueEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSubtitle<wbr/>Cue<wbr/>Event</span></a></li>
529
+ <li><a href="MKSubtitleCuePosition.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSubtitle<wbr/>Cue<wbr/>Position</span></a></li>
530
+ <li><a href="MKSubtitleEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSubtitle<wbr/>Event</span></a></li>
531
+ <li><a href="MKSubtitleTrack.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSubtitle<wbr/>Track</span></a></li>
532
+ <li><a href="MKSubtitlesAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSubtitlesAPI</span></a></li>
533
+ <li><a href="MKSynchronizationConfigEntry.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSynchronization<wbr/>Config<wbr/>Entry</span></a></li>
534
+ <li><a href="MKTargetLatencyChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTarget<wbr/>Latency<wbr/>Changed<wbr/>Event</span></a></li>
535
+ <li><a href="MKTextTrack.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKText<wbr/>Track</span></a></li>
536
+ <li><a href="MKThumbnail.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKThumbnail</span></a></li>
537
+ <li><a href="MKThumbnailTrack.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKThumbnail<wbr/>Track</span></a></li>
538
+ <li><a href="MKTimeChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTime<wbr/>Changed<wbr/>Event</span></a></li>
539
+ <li><a href="MKTimeRange.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTime<wbr/>Range</span></a></li>
540
+ <li><a href="MKTimelineMarker.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTimeline<wbr/>Marker</span></a></li>
541
+ <li><a href="MKTrackMetadata.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTrack<wbr/>Metadata</span></a></li>
542
+ <li><a href="MKTweaksConfig.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTweaks<wbr/>Config</span></a></li>
543
+ <li><a href="MKUserInteractionEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKUser<wbr/>Interaction<wbr/>Event</span></a></li>
544
+ <li><a href="MKVSPPSessionIdEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVSPPSession<wbr/>Id<wbr/>Event</span></a></li>
545
+ <li><a href="MKVTTProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVTTProperties</span></a></li>
546
+ <li><a href="MKVTTRegionProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVTTRegion<wbr/>Properties</span></a></li>
547
+ <li><a href="MKVideoAdaptationData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Adaptation<wbr/>Data</span></a></li>
548
+ <li><a href="MKVideoAdaptationEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Adaptation<wbr/>Event</span></a></li>
549
+ <li><a href="MKVideoDownloadQualityChangeEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Download<wbr/>Quality<wbr/>Change<wbr/>Event</span></a></li>
550
+ <li><a href="MKVideoDownloadQualityChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Download<wbr/>Quality<wbr/>Changed<wbr/>Event</span></a></li>
551
+ <li><a href="MKVideoPlaybackQualityChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Playback<wbr/>Quality<wbr/>Changed<wbr/>Event</span></a></li>
552
+ <li><a href="MKVideoQuality.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Quality</span></a></li>
553
+ <li><a href="MKVideoQualityChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Quality<wbr/>Changed<wbr/>Event</span></a></li>
554
+ <li><a href="MKVideoQualityEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Quality<wbr/>Event</span></a></li>
555
+ <li><a href="MKVideoSizeLimitationConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Size<wbr/>Limitation<wbr/>Config</span></a></li>
556
+ <li><a href="MKVideoTrack.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVideo<wbr/>Track</span></a></li>
557
+ <li><a href="MKViewModeChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKView<wbr/>Mode<wbr/>Changed<wbr/>Event</span></a></li>
558
+ <li><a href="MKViewModeOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKView<wbr/>Mode<wbr/>Options</span></a></li>
559
+ <li><a href="MKVolumeChangedEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVolume<wbr/>Changed<wbr/>Event</span></a></li>
560
+ <li><a href="MKWidevineModularDrmConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKWidevine<wbr/>Modular<wbr/>Drm<wbr/>Config</span></a></li>
561
+ <li><a href="../types/MKBitrate.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>MKBitrate</span></a></li>
562
+ <li><a href="../types/MKHeaders.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>MKHeaders</span></a></li>
563
+ <li><a href="../types/MKHttpMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>MKHttp<wbr/>Method</span></a></li>
564
+ <li><a href="../types/MKRequestBody.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>MKRequest<wbr/>Body</span></a></li>
565
+ <li><a href="../types/MKRequestQueryParams.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>MKRequest<wbr/>Query<wbr/>Params</span></a></li>
566
+ <li><a href="../types/MKWishAbrConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>MKWish<wbr/>Abr<wbr/>Config</span></a></li></ul></nav></div></div></div>
567
+ <div class="overlay"></div></body></html>