@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.
- package/CHANGELOG.md +182 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +148 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/enums/MKAdQuartile.html +247 -0
- package/docs/enums/MKAdType.html +255 -0
- package/docs/enums/MKAdaptationLogicType.html +256 -0
- package/docs/enums/MKAssetType.html +263 -0
- package/docs/enums/MKBufferType.html +235 -0
- package/docs/enums/MKDrmType.html +263 -0
- package/docs/enums/MKErrorCode.html +910 -0
- package/docs/enums/MKHttpRequestType.html +318 -0
- package/docs/enums/MKHttpResponseType.html +248 -0
- package/docs/enums/MKLatencyMode.html +255 -0
- package/docs/enums/MKLiveSynchronizationMethod.html +247 -0
- package/docs/enums/MKLogLevel.html +249 -0
- package/docs/enums/MKMediaType.html +229 -0
- package/docs/enums/MKMetadataType.html +283 -0
- package/docs/enums/MKPlatformType.html +229 -0
- package/docs/enums/MKPlayerEvent.html +1021 -0
- package/docs/enums/MKPlayerType.html +255 -0
- package/docs/enums/MKProgramRestrictionType.html +359 -0
- package/docs/enums/MKRttEstimationMethod.html +236 -0
- package/docs/enums/MKStartOffsetTimelineReference.html +239 -0
- package/docs/enums/MKStreamType.html +271 -0
- package/docs/enums/MKTimeMode.html +239 -0
- package/docs/enums/MKViewMode.html +238 -0
- package/docs/index.html +266 -0
- package/docs/interfaces/MKAdBreakFinishedEvent.html +255 -0
- package/docs/interfaces/MKAdBreakStartedEvent.html +287 -0
- package/docs/interfaces/MKAdClickThroughEvent.html +271 -0
- package/docs/interfaces/MKAdCompanionEvent.html +264 -0
- package/docs/interfaces/MKAdFinishedEvent.html +255 -0
- package/docs/interfaces/MKAdMarkerEvent.html +255 -0
- package/docs/interfaces/MKAdQuartileEvent.html +263 -0
- package/docs/interfaces/MKAdStartedEvent.html +312 -0
- package/docs/interfaces/MKAdVerificationEvent.html +272 -0
- package/docs/interfaces/MKAdaptationAPI.html +258 -0
- package/docs/interfaces/MKAdaptationConfig.html +393 -0
- package/docs/interfaces/MKAdaptationData.html +253 -0
- package/docs/interfaces/MKAdaptationEvent.html +258 -0
- package/docs/interfaces/MKAdaptationPlatformConfig.html +243 -0
- package/docs/interfaces/MKAdobePrimetimeConfig.html +307 -0
- package/docs/interfaces/MKAirplayChangedEvent.html +274 -0
- package/docs/interfaces/MKAnalyticsConfig.html +434 -0
- package/docs/interfaces/MKAspectRatioChangedEvent.html +263 -0
- package/docs/interfaces/MKAudioAdaptationData.html +254 -0
- package/docs/interfaces/MKAudioAdaptationEvent.html +256 -0
- package/docs/interfaces/MKAudioChangedEvent.html +282 -0
- package/docs/interfaces/MKAudioDownloadQualityChangeEvent.html +283 -0
- package/docs/interfaces/MKAudioDownloadQualityChangedEvent.html +283 -0
- package/docs/interfaces/MKAudioPlaybackQualityChangedEvent.html +265 -0
- package/docs/interfaces/MKAudioQuality.html +272 -0
- package/docs/interfaces/MKAudioQualityChangedEvent.html +283 -0
- package/docs/interfaces/MKAudioQualityEvent.html +253 -0
- package/docs/interfaces/MKAudioTrack.html +276 -0
- package/docs/interfaces/MKAudioTrackEvent.html +274 -0
- package/docs/interfaces/MKBitrateLimitationConfig.html +259 -0
- package/docs/interfaces/MKBufferAPI.html +276 -0
- package/docs/interfaces/MKBufferConfig.html +243 -0
- package/docs/interfaces/MKBufferLevel.html +255 -0
- package/docs/interfaces/MKBufferMediaTypeConfig.html +246 -0
- package/docs/interfaces/MKCastAvailableEvent.html +256 -0
- package/docs/interfaces/MKCastConfig.html +281 -0
- package/docs/interfaces/MKCastStartedEvent.html +263 -0
- package/docs/interfaces/MKCastWaitingForDeviceEvent.html +263 -0
- package/docs/interfaces/MKCdnOptions.html +245 -0
- package/docs/interfaces/MKClearKeyDRMConfig.html +219 -0
- package/docs/interfaces/MKClearKeyDRMConfigEntry.html +240 -0
- package/docs/interfaces/MKClearKeyDRMServerConfig.html +281 -0
- package/docs/interfaces/MKDownloadFinishedEvent.html +327 -0
- package/docs/interfaces/MKDownloadedAudioData.html +256 -0
- package/docs/interfaces/MKDownloadedData.html +254 -0
- package/docs/interfaces/MKDownloadedVideoData.html +272 -0
- package/docs/interfaces/MKDrmAPI.html +278 -0
- package/docs/interfaces/MKDrmConfig.html +296 -0
- package/docs/interfaces/MKDrmLicense.html +238 -0
- package/docs/interfaces/MKDrmLicenseAddedEvent.html +255 -0
- package/docs/interfaces/MKDurationChangedEvent.html +263 -0
- package/docs/interfaces/MKDynamicAdaptationConfig.html +259 -0
- package/docs/interfaces/MKEnvironmentConfig.html +265 -0
- package/docs/interfaces/MKError.html +258 -0
- package/docs/interfaces/MKErrorEvent.html +276 -0
- package/docs/interfaces/MKFMTSASiDEvent.html +263 -0
- package/docs/interfaces/MKFairplayDrmConfig.html +443 -0
- package/docs/interfaces/MKHttpRequestOptions.html +268 -0
- package/docs/interfaces/MKHttpResponse.html +320 -0
- package/docs/interfaces/MKLatencyModeChangedEvent.html +263 -0
- package/docs/interfaces/MKLiveConfig.html +240 -0
- package/docs/interfaces/MKLogConfig.html +235 -0
- package/docs/interfaces/MKLowLatencyAPI.html +316 -0
- package/docs/interfaces/MKLowLatencyConfig.html +251 -0
- package/docs/interfaces/MKLowLatencySyncConfig.html +251 -0
- package/docs/interfaces/MKManifestAPI.html +234 -0
- package/docs/interfaces/MKMediaPlaybackQualityChangeEvent.html +271 -0
- package/docs/interfaces/MKMediaQualityChangeEvent.html +286 -0
- package/docs/interfaces/MKMediaQualityEvent.html +255 -0
- package/docs/interfaces/MKMediaTrack.html +251 -0
- package/docs/interfaces/MKMediaTrackRole.html +245 -0
- package/docs/interfaces/MKMetadata.html +255 -0
- package/docs/interfaces/MKMetadataChangedEvent.html +284 -0
- package/docs/interfaces/MKMetadataEvent.html +283 -0
- package/docs/interfaces/MKMetadataParsedEvent.html +284 -0
- package/docs/interfaces/MKPeriodContentInformation.html +247 -0
- package/docs/interfaces/MKPeriodInformation.html +239 -0
- package/docs/interfaces/MKPeriodSwitchObject.html +231 -0
- package/docs/interfaces/MKPeriodSwitchedEvent.html +263 -0
- package/docs/interfaces/MKPlayReadyDrmConfig.html +310 -0
- package/docs/interfaces/MKPlayStation5Tweaks.html +270 -0
- package/docs/interfaces/MKPlaybackConfig.html +369 -0
- package/docs/interfaces/MKPlaybackEvent.html +270 -0
- package/docs/interfaces/MKPlaybackSpeedChangedEvent.html +263 -0
- package/docs/interfaces/MKPlayerAPI.html +1612 -0
- package/docs/interfaces/MKPlayerConfig.html +361 -0
- package/docs/interfaces/MKPlayerCoreAPI.html +1469 -0
- package/docs/interfaces/MKPlayerEventBase.html +281 -0
- package/docs/interfaces/MKPlayerEventCallback.html +228 -0
- package/docs/interfaces/MKPlayerEventConfig.html +212 -0
- package/docs/interfaces/MKPlayerResizedEvent.html +263 -0
- package/docs/interfaces/MKPlayerTechnology.html +247 -0
- package/docs/interfaces/MKPreferredTechnology.html +257 -0
- package/docs/interfaces/MKProgramRestrictions.html +252 -0
- package/docs/interfaces/MKProgramRestrictionsEvent.html +255 -0
- package/docs/interfaces/MKProgramTimeChangedEvent.html +255 -0
- package/docs/interfaces/MKProgressiveSource.html +267 -0
- package/docs/interfaces/MKQuality.html +268 -0
- package/docs/interfaces/MKQualityMetadata.html +279 -0
- package/docs/interfaces/MKRegisteredSource.html +288 -0
- package/docs/interfaces/MKSeekEvent.html +273 -0
- package/docs/interfaces/MKSegmentInfo.html +251 -0
- package/docs/interfaces/MKSegmentMap.html +216 -0
- package/docs/interfaces/MKSegmentPlaybackEvent.html +361 -0
- package/docs/interfaces/MKSegmentQualityMap.html +216 -0
- package/docs/interfaces/MKSegmentRequestFinishedEvent.html +311 -0
- package/docs/interfaces/MKSourceConfig.html +409 -0
- package/docs/interfaces/MKSourceLabelingConfig.html +299 -0
- package/docs/interfaces/MKSourceLabelingStreamTypeConfig.html +243 -0
- package/docs/interfaces/MKSourceOptions.html +394 -0
- package/docs/interfaces/MKSubtitleCueEvent.html +335 -0
- package/docs/interfaces/MKSubtitleCuePosition.html +243 -0
- package/docs/interfaces/MKSubtitleEvent.html +255 -0
- package/docs/interfaces/MKSubtitleTrack.html +306 -0
- package/docs/interfaces/MKSubtitlesAPI.html +355 -0
- package/docs/interfaces/MKSynchronizationConfigEntry.html +239 -0
- package/docs/interfaces/MKTargetLatencyChangedEvent.html +263 -0
- package/docs/interfaces/MKTextTrack.html +286 -0
- package/docs/interfaces/MKThumbnail.html +291 -0
- package/docs/interfaces/MKThumbnailTrack.html +235 -0
- package/docs/interfaces/MKTimeChangedEvent.html +266 -0
- package/docs/interfaces/MKTimeRange.html +239 -0
- package/docs/interfaces/MKTimelineMarker.html +277 -0
- package/docs/interfaces/MKTrackMetadata.html +247 -0
- package/docs/interfaces/MKTweaksConfig.html +567 -0
- package/docs/interfaces/MKUserInteractionEvent.html +260 -0
- package/docs/interfaces/MKVSPPSessionIdEvent.html +255 -0
- package/docs/interfaces/MKVTTProperties.html +312 -0
- package/docs/interfaces/MKVTTRegionProperties.html +295 -0
- package/docs/interfaces/MKVideoAdaptationData.html +254 -0
- package/docs/interfaces/MKVideoAdaptationEvent.html +256 -0
- package/docs/interfaces/MKVideoDownloadQualityChangeEvent.html +283 -0
- package/docs/interfaces/MKVideoDownloadQualityChangedEvent.html +283 -0
- package/docs/interfaces/MKVideoPlaybackQualityChangedEvent.html +265 -0
- package/docs/interfaces/MKVideoQuality.html +296 -0
- package/docs/interfaces/MKVideoQualityChangedEvent.html +283 -0
- package/docs/interfaces/MKVideoQualityEvent.html +253 -0
- package/docs/interfaces/MKVideoSizeLimitationConfig.html +263 -0
- package/docs/interfaces/MKVideoTrack.html +268 -0
- package/docs/interfaces/MKViewModeChangedEvent.html +271 -0
- package/docs/interfaces/MKViewModeOptions.html +235 -0
- package/docs/interfaces/MKVolumeChangedEvent.html +273 -0
- package/docs/interfaces/MKWidevineModularDrmConfig.html +364 -0
- package/docs/modules.html +386 -0
- package/docs/types/MKBitrate.html +206 -0
- package/docs/types/MKHeaders.html +211 -0
- package/docs/types/MKHttpMethod.html +206 -0
- package/docs/types/MKRequestBody.html +211 -0
- package/docs/types/MKRequestQueryParams.html +211 -0
- package/docs/types/MKWishAbrConfig.html +242 -0
- package/mkplayer.js +1 -1
- package/package.json +1 -1
- package/types/classes/player/MKPlayer.d.ts +4 -1
- package/types/constants/MKVersion.d.ts +1 -1
- package/types/interfaces/MKPlayerCoreAPI.d.ts +4 -0
- package/types/interfaces/MKSourceConfig.d.ts +2 -0
- package/types/interfaces/MKTimelineMarker.d.ts +7 -0
- package/types/interfaces/index.d.ts +1 -0
|
@@ -0,0 +1,1469 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MKPlayerCoreAPI | 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="MKPlayerCoreAPI.html">MKPlayerCoreAPI</a></li></ul>
|
|
17
|
+
<h1>Interface MKPlayerCoreAPI</h1></div>
|
|
18
|
+
<section class="tsd-panel tsd-comment">
|
|
19
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer Core API interface.</p>
|
|
20
|
+
<p>Defines all the core player APIs that player must implement.</p>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="tsd-comment tsd-typography"></div></section>
|
|
23
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
24
|
+
<h4>Hierarchy</h4>
|
|
25
|
+
<ul class="tsd-hierarchy">
|
|
26
|
+
<li><span class="target">MKPlayerCoreAPI</span>
|
|
27
|
+
<ul class="tsd-hierarchy">
|
|
28
|
+
<li><a href="MKPlayerAPI.html" class="tsd-signature-type tsd-kind-interface">MKPlayerAPI</a></li></ul></li></ul></section>
|
|
29
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
30
|
+
<section class="tsd-panel tsd-index-panel">
|
|
31
|
+
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
32
|
+
<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>
|
|
33
|
+
<div class="tsd-accordion-details">
|
|
34
|
+
<section class="tsd-index-section">
|
|
35
|
+
<h3 class="tsd-index-heading">Properties</h3>
|
|
36
|
+
<div class="tsd-index-list"><a href="MKPlayerCoreAPI.html#adaptation" 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</span></a>
|
|
37
|
+
<a href="MKPlayerCoreAPI.html#buffer" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>buffer</span></a>
|
|
38
|
+
<a href="MKPlayerCoreAPI.html#drm" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>drm</span></a>
|
|
39
|
+
<a href="MKPlayerCoreAPI.html#lowlatency" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>lowlatency</span></a>
|
|
40
|
+
<a href="MKPlayerCoreAPI.html#manifest" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>manifest</span></a>
|
|
41
|
+
<a href="MKPlayerCoreAPI.html#subtitles" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>subtitles</span></a>
|
|
42
|
+
</div></section>
|
|
43
|
+
<section class="tsd-index-section">
|
|
44
|
+
<h3 class="tsd-index-heading">Methods</h3>
|
|
45
|
+
<div class="tsd-index-list"><a href="MKPlayerCoreAPI.html#addCastMetadata" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g></svg><span>add<wbr/>Cast<wbr/>Metadata</span></a>
|
|
46
|
+
<a href="MKPlayerCoreAPI.html#addTimelineMarker" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>add<wbr/>Timeline<wbr/>Marker</span></a>
|
|
47
|
+
<a href="MKPlayerCoreAPI.html#castStop" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>cast<wbr/>Stop</span></a>
|
|
48
|
+
<a href="MKPlayerCoreAPI.html#castVideo" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>cast<wbr/>Video</span></a>
|
|
49
|
+
<a href="MKPlayerCoreAPI.html#destroy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>destroy</span></a>
|
|
50
|
+
<a href="MKPlayerCoreAPI.html#getAspectRatio" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Aspect<wbr/>Ratio</span></a>
|
|
51
|
+
<a href="MKPlayerCoreAPI.html#getAudio" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Audio</span></a>
|
|
52
|
+
<a href="MKPlayerCoreAPI.html#getAudioQuality" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Audio<wbr/>Quality</span></a>
|
|
53
|
+
<a href="MKPlayerCoreAPI.html#getAvailableAudio" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Audio</span></a>
|
|
54
|
+
<a href="MKPlayerCoreAPI.html#getAvailableAudioQualities" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Audio<wbr/>Qualities</span></a>
|
|
55
|
+
<a href="MKPlayerCoreAPI.html#getAvailableSegments" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Segments</span></a>
|
|
56
|
+
<a href="MKPlayerCoreAPI.html#getAvailableVideoQualities" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Video<wbr/>Qualities</span></a>
|
|
57
|
+
<a href="MKPlayerCoreAPI.html#getBufferedRanges" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Buffered<wbr/>Ranges</span></a>
|
|
58
|
+
<a href="MKPlayerCoreAPI.html#getCurrentTime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Current<wbr/>Time</span></a>
|
|
59
|
+
<a href="MKPlayerCoreAPI.html#getDownloadedAudioData" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Downloaded<wbr/>Audio<wbr/>Data</span></a>
|
|
60
|
+
<a href="MKPlayerCoreAPI.html#getDownloadedVideoData" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Downloaded<wbr/>Video<wbr/>Data</span></a>
|
|
61
|
+
<a href="MKPlayerCoreAPI.html#getDroppedVideoFrames" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Dropped<wbr/>Video<wbr/>Frames</span></a>
|
|
62
|
+
<a href="MKPlayerCoreAPI.html#getDuration" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Duration</span></a>
|
|
63
|
+
<a href="MKPlayerCoreAPI.html#getLiveLatency" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Live<wbr/>Latency</span></a>
|
|
64
|
+
<a href="MKPlayerCoreAPI.html#getMaxTimeShift" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Max<wbr/>Time<wbr/>Shift</span></a>
|
|
65
|
+
<a href="MKPlayerCoreAPI.html#getPlaybackAudioData" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Playback<wbr/>Audio<wbr/>Data</span></a>
|
|
66
|
+
<a href="MKPlayerCoreAPI.html#getPlaybackSpeed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Playback<wbr/>Speed</span></a>
|
|
67
|
+
<a href="MKPlayerCoreAPI.html#getPlaybackVideoData" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Playback<wbr/>Video<wbr/>Data</span></a>
|
|
68
|
+
<a href="MKPlayerCoreAPI.html#getPlayerType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Player<wbr/>Type</span></a>
|
|
69
|
+
<a href="MKPlayerCoreAPI.html#getSeekableRange" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Seekable<wbr/>Range</span></a>
|
|
70
|
+
<a href="MKPlayerCoreAPI.html#getStreamType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Stream<wbr/>Type</span></a>
|
|
71
|
+
<a href="MKPlayerCoreAPI.html#getThumbnail" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Thumbnail</span></a>
|
|
72
|
+
<a href="MKPlayerCoreAPI.html#getTimeShift" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Time<wbr/>Shift</span></a>
|
|
73
|
+
<a href="MKPlayerCoreAPI.html#getTimelineMarkers" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Timeline<wbr/>Markers</span></a>
|
|
74
|
+
<a href="MKPlayerCoreAPI.html#getTotalStalledTime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Total<wbr/>Stalled<wbr/>Time</span></a>
|
|
75
|
+
<a href="MKPlayerCoreAPI.html#getVersion" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Version</span></a>
|
|
76
|
+
<a href="MKPlayerCoreAPI.html#getVideoContainer" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Video<wbr/>Container</span></a>
|
|
77
|
+
<a href="MKPlayerCoreAPI.html#getVideoElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Video<wbr/>Element</span></a>
|
|
78
|
+
<a href="MKPlayerCoreAPI.html#getVideoQuality" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Video<wbr/>Quality</span></a>
|
|
79
|
+
<a href="MKPlayerCoreAPI.html#getViewMode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>View<wbr/>Mode</span></a>
|
|
80
|
+
<a href="MKPlayerCoreAPI.html#getVolume" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Volume</span></a>
|
|
81
|
+
<a href="MKPlayerCoreAPI.html#hasEnded" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Ended</span></a>
|
|
82
|
+
<a href="MKPlayerCoreAPI.html#isAirplayActive" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Airplay<wbr/>Active</span></a>
|
|
83
|
+
<a href="MKPlayerCoreAPI.html#isAirplayAvailable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Airplay<wbr/>Available</span></a>
|
|
84
|
+
<a href="MKPlayerCoreAPI.html#isCastAvailable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Cast<wbr/>Available</span></a>
|
|
85
|
+
<a href="MKPlayerCoreAPI.html#isCasting" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Casting</span></a>
|
|
86
|
+
<a href="MKPlayerCoreAPI.html#isLive" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Live</span></a>
|
|
87
|
+
<a href="MKPlayerCoreAPI.html#isMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Muted</span></a>
|
|
88
|
+
<a href="MKPlayerCoreAPI.html#isPaused" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Paused</span></a>
|
|
89
|
+
<a href="MKPlayerCoreAPI.html#isPlaying" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Playing</span></a>
|
|
90
|
+
<a href="MKPlayerCoreAPI.html#isStalled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Stalled</span></a>
|
|
91
|
+
<a href="MKPlayerCoreAPI.html#isViewModeAvailable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>View<wbr/>Mode<wbr/>Available</span></a>
|
|
92
|
+
<a href="MKPlayerCoreAPI.html#load" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>load</span></a>
|
|
93
|
+
<a href="MKPlayerCoreAPI.html#mute" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>mute</span></a>
|
|
94
|
+
<a href="MKPlayerCoreAPI.html#off" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>off</span></a>
|
|
95
|
+
<a href="MKPlayerCoreAPI.html#offAll" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>off<wbr/>All</span></a>
|
|
96
|
+
<a href="MKPlayerCoreAPI.html#on" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>on</span></a>
|
|
97
|
+
<a href="MKPlayerCoreAPI.html#pause" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>pause</span></a>
|
|
98
|
+
<a href="MKPlayerCoreAPI.html#play" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>play</span></a>
|
|
99
|
+
<a href="MKPlayerCoreAPI.html#preload" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>preload</span></a>
|
|
100
|
+
<a href="MKPlayerCoreAPI.html#reload" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>reload</span></a>
|
|
101
|
+
<a href="MKPlayerCoreAPI.html#removeTimelineMarker" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove<wbr/>Timeline<wbr/>Marker</span></a>
|
|
102
|
+
<a href="MKPlayerCoreAPI.html#seek" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>seek</span></a>
|
|
103
|
+
<a href="MKPlayerCoreAPI.html#seekToLiveEdge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>seek<wbr/>To<wbr/>Live<wbr/>Edge</span></a>
|
|
104
|
+
<a href="MKPlayerCoreAPI.html#setAspectRatio" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Aspect<wbr/>Ratio</span></a>
|
|
105
|
+
<a href="MKPlayerCoreAPI.html#setAudio" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Audio</span></a>
|
|
106
|
+
<a href="MKPlayerCoreAPI.html#setAudioQuality" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Audio<wbr/>Quality</span></a>
|
|
107
|
+
<a href="MKPlayerCoreAPI.html#setHttpHeaders" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Http<wbr/>Headers</span></a>
|
|
108
|
+
<a href="MKPlayerCoreAPI.html#setLogLevel" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Log<wbr/>Level</span></a>
|
|
109
|
+
<a href="MKPlayerCoreAPI.html#setPlaybackSpeed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Playback<wbr/>Speed</span></a>
|
|
110
|
+
<a href="MKPlayerCoreAPI.html#setPosterImage" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Poster<wbr/>Image</span></a>
|
|
111
|
+
<a href="MKPlayerCoreAPI.html#setVideoElement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Element</span></a>
|
|
112
|
+
<a href="MKPlayerCoreAPI.html#setVideoQuality" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Quality</span></a>
|
|
113
|
+
<a href="MKPlayerCoreAPI.html#setViewMode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>View<wbr/>Mode</span></a>
|
|
114
|
+
<a href="MKPlayerCoreAPI.html#setVolume" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Volume</span></a>
|
|
115
|
+
<a href="MKPlayerCoreAPI.html#showAirplayTargetPicker" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>show<wbr/>Airplay<wbr/>Target<wbr/>Picker</span></a>
|
|
116
|
+
<a href="MKPlayerCoreAPI.html#unload" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>unload</span></a>
|
|
117
|
+
<a href="MKPlayerCoreAPI.html#unmute" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>unmute</span></a>
|
|
118
|
+
</div></section></div></details></section></section>
|
|
119
|
+
<section class="tsd-panel-group tsd-member-group">
|
|
120
|
+
<h2>Properties</h2>
|
|
121
|
+
<section class="tsd-panel tsd-member"><a id="adaptation" class="tsd-anchor"></a>
|
|
122
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>adaptation</span><a href="#adaptation" 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>
|
|
123
|
+
<div class="tsd-signature"><span class="tsd-kind-property">adaptation</span><span class="tsd-signature-symbol">:</span> <a href="MKAdaptationAPI.html" class="tsd-signature-type tsd-kind-interface">MKAdaptationAPI</a></div>
|
|
124
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer Adaption APIs.</p>
|
|
125
|
+
</div>
|
|
126
|
+
<div class="tsd-comment tsd-typography"></div></section>
|
|
127
|
+
<section class="tsd-panel tsd-member"><a id="buffer" class="tsd-anchor"></a>
|
|
128
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>buffer</span><a href="#buffer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
129
|
+
<div class="tsd-signature"><span class="tsd-kind-property">buffer</span><span class="tsd-signature-symbol">:</span> <a href="MKBufferAPI.html" class="tsd-signature-type tsd-kind-interface">MKBufferAPI</a></div>
|
|
130
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer Buffer APIs.</p>
|
|
131
|
+
</div>
|
|
132
|
+
<div class="tsd-comment tsd-typography"></div></section>
|
|
133
|
+
<section class="tsd-panel tsd-member"><a id="drm" class="tsd-anchor"></a>
|
|
134
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>drm</span><a href="#drm" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
135
|
+
<div class="tsd-signature"><span class="tsd-kind-property">drm</span><span class="tsd-signature-symbol">:</span> <a href="MKDrmAPI.html" class="tsd-signature-type tsd-kind-interface">MKDrmAPI</a></div>
|
|
136
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer DRM APIs.</p>
|
|
137
|
+
</div>
|
|
138
|
+
<div class="tsd-comment tsd-typography"></div></section>
|
|
139
|
+
<section class="tsd-panel tsd-member"><a id="lowlatency" class="tsd-anchor"></a>
|
|
140
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>lowlatency</span><a href="#lowlatency" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
141
|
+
<div class="tsd-signature"><span class="tsd-kind-property">lowlatency</span><span class="tsd-signature-symbol">:</span> <a href="MKLowLatencyAPI.html" class="tsd-signature-type tsd-kind-interface">MKLowLatencyAPI</a></div>
|
|
142
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer Low Latency APIs.</p>
|
|
143
|
+
</div>
|
|
144
|
+
<div class="tsd-comment tsd-typography"></div></section>
|
|
145
|
+
<section class="tsd-panel tsd-member"><a id="manifest" class="tsd-anchor"></a>
|
|
146
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>manifest</span><a href="#manifest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
147
|
+
<div class="tsd-signature"><span class="tsd-kind-property">manifest</span><span class="tsd-signature-symbol">:</span> <a href="MKManifestAPI.html" class="tsd-signature-type tsd-kind-interface">MKManifestAPI</a></div>
|
|
148
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer Manifest APIs.</p>
|
|
149
|
+
</div>
|
|
150
|
+
<div class="tsd-comment tsd-typography"></div></section>
|
|
151
|
+
<section class="tsd-panel tsd-member"><a id="subtitles" class="tsd-anchor"></a>
|
|
152
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>subtitles</span><a href="#subtitles" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
153
|
+
<div class="tsd-signature"><span class="tsd-kind-property">subtitles</span><span class="tsd-signature-symbol">:</span> <a href="MKSubtitlesAPI.html" class="tsd-signature-type tsd-kind-interface">MKSubtitlesAPI</a></div>
|
|
154
|
+
<div class="tsd-comment tsd-typography"><p>MKPlayer Subtitles APIs.</p>
|
|
155
|
+
</div>
|
|
156
|
+
<div class="tsd-comment tsd-typography"></div></section></section>
|
|
157
|
+
<section class="tsd-panel-group tsd-member-group">
|
|
158
|
+
<h2>Methods</h2>
|
|
159
|
+
<section class="tsd-panel tsd-member"><a id="addCastMetadata" class="tsd-anchor"></a>
|
|
160
|
+
<h3 class="tsd-anchor-link"><span>add<wbr/>Cast<wbr/>Metadata</span><a href="#addCastMetadata" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
161
|
+
<ul class="tsd-signatures">
|
|
162
|
+
<li class="tsd-signature tsd-anchor-link" id="addCastMetadata.addCastMetadata-1"><span class="tsd-kind-call-signature">add<wbr/>Cast<wbr/>Metadata</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">metadata</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#addCastMetadata.addCastMetadata-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
163
|
+
<li class="tsd-description">
|
|
164
|
+
<div class="tsd-comment tsd-typography"><p>Sends custom metadata to a remote receiver app (e.g. Chromecast).</p>
|
|
165
|
+
</div>
|
|
166
|
+
<div class="tsd-parameters">
|
|
167
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
168
|
+
<ul class="tsd-parameter-list">
|
|
169
|
+
<li>
|
|
170
|
+
<h5><span class="tsd-kind-parameter">metadata</span>: <span class="tsd-signature-type">any</span></h5>
|
|
171
|
+
<div class="tsd-comment tsd-typography"><p>the custom metadata to send to the receiver.</p>
|
|
172
|
+
</div>
|
|
173
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
174
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p><code>true</code> if it was successful.</p>
|
|
175
|
+
|
|
176
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
177
|
+
<section class="tsd-panel tsd-member"><a id="addTimelineMarker" class="tsd-anchor"></a>
|
|
178
|
+
<h3 class="tsd-anchor-link"><span>add<wbr/>Timeline<wbr/>Marker</span><a href="#addTimelineMarker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
179
|
+
<ul class="tsd-signatures">
|
|
180
|
+
<li class="tsd-signature tsd-anchor-link" id="addTimelineMarker.addTimelineMarker-1"><span class="tsd-kind-call-signature">add<wbr/>Timeline<wbr/>Marker</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">timelineMarker</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#addTimelineMarker.addTimelineMarker-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
181
|
+
<li class="tsd-description">
|
|
182
|
+
<div class="tsd-comment tsd-typography"><p>Adds a marker to the timeline.</p>
|
|
183
|
+
<p><strong>Note:</strong> Does not check for duplicates/overlaps at the specified <code>time</code>.</p>
|
|
184
|
+
<p><strong>Note:</strong> This API is only available when <a href="MKPlayerConfig.html#ui" class="tsd-kind-property">ui</a> is enabled.</p>
|
|
185
|
+
<p><strong>Note:</strong> It is also recommended to call this API after playback starts as the positioning
|
|
186
|
+
of the timeline marker depends on knowing the current seekable range. The best place to call
|
|
187
|
+
this the first time is as soon as the first time changed event is received from <a href="../enums/MKPlayerEvent.html#TimeChanged" class="tsd-kind-enum-member">TimeChanged</a>.</p>
|
|
188
|
+
<p>Example to place timeline marker during ongoing playback:</p>
|
|
189
|
+
<pre><code><span class="hl-8">var</span><span class="hl-1"> </span><span class="hl-0">timelineMarkers</span><span class="hl-1"> = [</span><br/><span class="hl-1"> { </span><span class="hl-0">time:</span><span class="hl-1"> </span><span class="hl-14">24</span><span class="hl-1">, </span><span class="hl-0">title:</span><span class="hl-1"> </span><span class="hl-11">'Salto on the edge'</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">time:</span><span class="hl-1"> </span><span class="hl-14">69</span><span class="hl-1">, </span><span class="hl-0">title:</span><span class="hl-1"> </span><span class="hl-11">'Interview - Marcus Gustafsson'</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">time:</span><span class="hl-1"> </span><span class="hl-14">105</span><span class="hl-1">, </span><span class="hl-0">title:</span><span class="hl-1"> </span><span class="hl-11">'Parcour rating explained'</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">time:</span><span class="hl-1"> </span><span class="hl-14">188</span><span class="hl-1">, </span><span class="hl-0">duration:</span><span class="hl-1"> </span><span class="hl-14">11</span><span class="hl-1">, </span><span class="hl-0">title:</span><span class="hl-1"> </span><span class="hl-11">'And we have a winner!'</span><span class="hl-1">, </span><span class="hl-0">cssClasses:</span><span class="hl-1"> [</span><span class="hl-11">'seekbar-marker-interval'</span><span class="hl-1">] },</span><br/><span class="hl-1">];</span><br/><br/><span class="hl-6">// Call this anytime during any ongoing playback</span><br/><span class="hl-6">// to add all available timeline markers to the UI.</span><br/><span class="hl-0">timelineMarkers</span><span class="hl-1">.</span><span class="hl-10">map</span><span class="hl-1">((</span><span class="hl-0">marker</span><span class="hl-1">) </span><span class="hl-8">=></span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">addTimelineMarker</span><span class="hl-1">(</span><span class="hl-0">marker</span><span class="hl-1">);</span><br/><span class="hl-1">});</span>
|
|
190
|
+
</code><button>Copy</button></pre>
|
|
191
|
+
<p>Example to place timelineMarker for an AdBreak based off <a href="../enums/MKPlayerEvent.html#AdMarker" class="tsd-kind-enum-member">AdMarker</a>:</p>
|
|
192
|
+
<pre><code><span class="hl-6">// list of AdBreaks</span><br/><span class="hl-8">const</span><span class="hl-1"> </span><span class="hl-9">adBreaks</span><span class="hl-1"> = [];</span><br/><br/><span class="hl-6">// collect AdMarkers and build the list of adBreaks</span><br/><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">on</span><span class="hl-1">(</span><span class="hl-0">MKPlayerEvent</span><span class="hl-1">.</span><span class="hl-0">AdMarker</span><span class="hl-1">, (</span><span class="hl-0">event</span><span class="hl-1">) </span><span class="hl-8">=></span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">adBreaks</span><span class="hl-1">.</span><span class="hl-10">push</span><span class="hl-1">(</span><span class="hl-0">event</span><span class="hl-1">.</span><span class="hl-0">adMarker</span><span class="hl-1">);</span><br/><br/><span class="hl-1"> </span><span class="hl-6">// timeline markers cannot be added from here during ongoing plyback</span><br/><span class="hl-1"> </span><span class="hl-6">// because this callback is always reported when metadata is parsed</span><br/><span class="hl-1"> </span><span class="hl-6">// which means the time for this ad is in the future and outside the</span><br/><span class="hl-1"> </span><span class="hl-6">// current seekable range. So for upcoming adBreaks new markers can</span><br/><span class="hl-1"> </span><span class="hl-6">// only be added when the time falls within the current seekable range</span><br/><span class="hl-1"> </span><span class="hl-6">// or when the next MKPlayerEvent.AdBreakStarted event is triggered.</span><br/><span class="hl-1">});</span><br/><br/><span class="hl-6">// global variable</span><br/><span class="hl-8">let</span><span class="hl-1"> </span><span class="hl-0">firstTimeChangedEvent</span><span class="hl-1"> = </span><span class="hl-8">false</span><span class="hl-1">;</span><br/><br/><span class="hl-6">// Wait for the playback to start and the</span><br/><span class="hl-6">// first time changed event is received to add timeline markers</span><br/><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">on</span><span class="hl-1">(</span><span class="hl-0">MKPlayerEvent</span><span class="hl-1">.</span><span class="hl-0">TimeChanged</span><span class="hl-1">, (</span><span class="hl-0">event</span><span class="hl-1">) </span><span class="hl-8">=></span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-15">if</span><span class="hl-1"> (!</span><span class="hl-0">firstTimeChangedEvent</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">firstTimeChangedEvent</span><span class="hl-1"> = </span><span class="hl-8">true</span><span class="hl-1">;</span><br/><br/><span class="hl-1"> </span><span class="hl-6">// add timeline markers</span><br/><span class="hl-1"> </span><span class="hl-0">adBreakList</span><span class="hl-1">.</span><span class="hl-10">map</span><span class="hl-1">((</span><span class="hl-0">marker</span><span class="hl-1">, </span><span class="hl-0">index</span><span class="hl-1">) </span><span class="hl-8">=></span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">addTimelineMarker</span><span class="hl-1">({</span><span class="hl-0">time:</span><span class="hl-1"> </span><span class="hl-0">marker</span><span class="hl-1">.</span><span class="hl-0">start</span><span class="hl-1">});</span><br/><span class="hl-1"> });</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span>
|
|
193
|
+
</code><button>Copy</button></pre>
|
|
194
|
+
</div>
|
|
195
|
+
<div class="tsd-parameters">
|
|
196
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
197
|
+
<ul class="tsd-parameter-list">
|
|
198
|
+
<li>
|
|
199
|
+
<h5><span class="tsd-kind-parameter">timelineMarker</span>: <a href="MKTimelineMarker.html" class="tsd-signature-type tsd-kind-interface">MKTimelineMarker</a></h5>
|
|
200
|
+
<div class="tsd-comment tsd-typography"><p>the timeline marker to be added.</p>
|
|
201
|
+
</div>
|
|
202
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
203
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
204
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
205
|
+
<section class="tsd-panel tsd-member"><a id="castStop" class="tsd-anchor"></a>
|
|
206
|
+
<h3 class="tsd-anchor-link"><span>cast<wbr/>Stop</span><a href="#castStop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
207
|
+
<ul class="tsd-signatures">
|
|
208
|
+
<li class="tsd-signature tsd-anchor-link" id="castStop.castStop-1"><span class="tsd-kind-call-signature">cast<wbr/>Stop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#castStop.castStop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
209
|
+
<li class="tsd-description">
|
|
210
|
+
<div class="tsd-comment tsd-typography"><p>Stops a running Cast session (i.e. <a href="MKPlayerAPI.html#isCasting" class="tsd-kind-method">isCasting</a> returns true).</p>
|
|
211
|
+
<p>Has no effect if <a href="MKPlayerAPI.html#isCasting" class="tsd-kind-method">isCasting</a> returns false.</p>
|
|
212
|
+
</div>
|
|
213
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
214
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
215
|
+
<section class="tsd-panel tsd-member"><a id="castVideo" class="tsd-anchor"></a>
|
|
216
|
+
<h3 class="tsd-anchor-link"><span>cast<wbr/>Video</span><a href="#castVideo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
217
|
+
<ul class="tsd-signatures">
|
|
218
|
+
<li class="tsd-signature tsd-anchor-link" id="castVideo.castVideo-1"><span class="tsd-kind-call-signature">cast<wbr/>Video</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#castVideo.castVideo-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
219
|
+
<li class="tsd-description">
|
|
220
|
+
<div class="tsd-comment tsd-typography"><p>Initiates casting the current video to a Cast-compatible device.</p>
|
|
221
|
+
<p>The user has to choose the target device.</p>
|
|
222
|
+
</div>
|
|
223
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
224
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
225
|
+
<section class="tsd-panel tsd-member"><a id="destroy" class="tsd-anchor"></a>
|
|
226
|
+
<h3 class="tsd-anchor-link"><span>destroy</span><a href="#destroy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
227
|
+
<ul class="tsd-signatures">
|
|
228
|
+
<li class="tsd-signature tsd-anchor-link" id="destroy.destroy-1"><span class="tsd-kind-call-signature">destroy</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#destroy.destroy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
229
|
+
<li class="tsd-description">
|
|
230
|
+
<div class="tsd-comment tsd-typography"><p>Unloads the player and removes all inserted HTML elements and event handlers.</p>
|
|
231
|
+
</div>
|
|
232
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise resolves when the player has cleaned up all its event handlers & resources.</p>
|
|
233
|
+
|
|
234
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
235
|
+
<section class="tsd-panel tsd-member"><a id="getAspectRatio" class="tsd-anchor"></a>
|
|
236
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Aspect<wbr/>Ratio</span><a href="#getAspectRatio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
237
|
+
<ul class="tsd-signatures">
|
|
238
|
+
<li class="tsd-signature tsd-anchor-link" id="getAspectRatio.getAspectRatio-1"><span class="tsd-kind-call-signature">get<wbr/>Aspect<wbr/>Ratio</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getAspectRatio.getAspectRatio-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
239
|
+
<li class="tsd-description">
|
|
240
|
+
<div class="tsd-comment tsd-typography"><p>Returns the current aspect ratio of the player, or 0 if there is no style module.</p>
|
|
241
|
+
<p>Note: the default player aspect ratio is 16:9.</p>
|
|
242
|
+
</div>
|
|
243
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><p>A number indicating the player aspect ratio (e.g. 1.6 for 16:10) or <code>0</code> in case of error.</p>
|
|
244
|
+
|
|
245
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
246
|
+
<section class="tsd-panel tsd-member"><a id="getAudio" class="tsd-anchor"></a>
|
|
247
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Audio</span><a href="#getAudio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
248
|
+
<ul class="tsd-signatures">
|
|
249
|
+
<li class="tsd-signature tsd-anchor-link" id="getAudio.getAudio-1"><span class="tsd-kind-call-signature">get<wbr/>Audio</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="MKAudioTrack.html" class="tsd-signature-type tsd-kind-interface">MKAudioTrack</a><a href="#getAudio.getAudio-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
250
|
+
<li class="tsd-description">
|
|
251
|
+
<div class="tsd-comment tsd-typography"><p>Returns the currently used audio track, or null if no track is active.</p>
|
|
252
|
+
</div>
|
|
253
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="MKAudioTrack.html" class="tsd-signature-type tsd-kind-interface">MKAudioTrack</a></h4>
|
|
254
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
255
|
+
<section class="tsd-panel tsd-member"><a id="getAudioQuality" class="tsd-anchor"></a>
|
|
256
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Audio<wbr/>Quality</span><a href="#getAudioQuality" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
257
|
+
<ul class="tsd-signatures">
|
|
258
|
+
<li class="tsd-signature tsd-anchor-link" id="getAudioQuality.getAudioQuality-1"><span class="tsd-kind-call-signature">get<wbr/>Audio<wbr/>Quality</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKAudioQuality.html" class="tsd-signature-type tsd-kind-interface">MKAudioQuality</a><a href="#getAudioQuality.getAudioQuality-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
259
|
+
<li class="tsd-description">
|
|
260
|
+
<div class="tsd-comment tsd-typography"><p>Returns the currently selected audio quality.</p>
|
|
261
|
+
<p>One of the elements of <a href="MKPlayerAPI.html#getAvailableAudioQualities" class="tsd-kind-method">getAvailableAudioQualities</a>.</p>
|
|
262
|
+
</div>
|
|
263
|
+
<h4 class="tsd-returns-title">Returns <a href="MKAudioQuality.html" class="tsd-signature-type tsd-kind-interface">MKAudioQuality</a></h4>
|
|
264
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
265
|
+
<section class="tsd-panel tsd-member"><a id="getAvailableAudio" class="tsd-anchor"></a>
|
|
266
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Available<wbr/>Audio</span><a href="#getAvailableAudio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
267
|
+
<ul class="tsd-signatures">
|
|
268
|
+
<li class="tsd-signature tsd-anchor-link" id="getAvailableAudio.getAvailableAudio-1"><span class="tsd-kind-call-signature">get<wbr/>Available<wbr/>Audio</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKAudioTrack.html" class="tsd-signature-type tsd-kind-interface">MKAudioTrack</a><span class="tsd-signature-symbol">[]</span><a href="#getAvailableAudio.getAvailableAudio-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
269
|
+
<li class="tsd-description">
|
|
270
|
+
<div class="tsd-comment tsd-typography"><p>Returns an array of all available audio tracks.</p>
|
|
271
|
+
</div>
|
|
272
|
+
<h4 class="tsd-returns-title">Returns <a href="MKAudioTrack.html" class="tsd-signature-type tsd-kind-interface">MKAudioTrack</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
273
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
274
|
+
<section class="tsd-panel tsd-member"><a id="getAvailableAudioQualities" class="tsd-anchor"></a>
|
|
275
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Available<wbr/>Audio<wbr/>Qualities</span><a href="#getAvailableAudioQualities" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
276
|
+
<ul class="tsd-signatures">
|
|
277
|
+
<li class="tsd-signature tsd-anchor-link" id="getAvailableAudioQualities.getAvailableAudioQualities-1"><span class="tsd-kind-call-signature">get<wbr/>Available<wbr/>Audio<wbr/>Qualities</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKAudioQuality.html" class="tsd-signature-type tsd-kind-interface">MKAudioQuality</a><span class="tsd-signature-symbol">[]</span><a href="#getAvailableAudioQualities.getAvailableAudioQualities-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
278
|
+
<li class="tsd-description">
|
|
279
|
+
<div class="tsd-comment tsd-typography"><p>Returns an array of all available audio qualities the player can adapt between.</p>
|
|
280
|
+
</div>
|
|
281
|
+
<h4 class="tsd-returns-title">Returns <a href="MKAudioQuality.html" class="tsd-signature-type tsd-kind-interface">MKAudioQuality</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
282
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
283
|
+
<section class="tsd-panel tsd-member"><a id="getAvailableSegments" class="tsd-anchor"></a>
|
|
284
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Available<wbr/>Segments</span><a href="#getAvailableSegments" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
285
|
+
<ul class="tsd-signatures">
|
|
286
|
+
<li class="tsd-signature tsd-anchor-link" id="getAvailableSegments.getAvailableSegments-1"><span class="tsd-kind-call-signature">get<wbr/>Available<wbr/>Segments</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKSegmentMap.html" class="tsd-signature-type tsd-kind-interface">MKSegmentMap</a><a href="#getAvailableSegments.getAvailableSegments-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
287
|
+
<li class="tsd-description">
|
|
288
|
+
<div class="tsd-comment tsd-typography"><p>Returns info for segments that can be requested by the player.</p>
|
|
289
|
+
</div>
|
|
290
|
+
<h4 class="tsd-returns-title">Returns <a href="MKSegmentMap.html" class="tsd-signature-type tsd-kind-interface">MKSegmentMap</a></h4>
|
|
291
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
292
|
+
<section class="tsd-panel tsd-member"><a id="getAvailableVideoQualities" class="tsd-anchor"></a>
|
|
293
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Available<wbr/>Video<wbr/>Qualities</span><a href="#getAvailableVideoQualities" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
294
|
+
<ul class="tsd-signatures">
|
|
295
|
+
<li class="tsd-signature tsd-anchor-link" id="getAvailableVideoQualities.getAvailableVideoQualities-1"><span class="tsd-kind-call-signature">get<wbr/>Available<wbr/>Video<wbr/>Qualities</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKVideoQuality.html" class="tsd-signature-type tsd-kind-interface">MKVideoQuality</a><span class="tsd-signature-symbol">[]</span><a href="#getAvailableVideoQualities.getAvailableVideoQualities-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
296
|
+
<li class="tsd-description">
|
|
297
|
+
<div class="tsd-comment tsd-typography"><p>Returns an array containing all available video qualities the player can adapt between.</p>
|
|
298
|
+
</div>
|
|
299
|
+
<h4 class="tsd-returns-title">Returns <a href="MKVideoQuality.html" class="tsd-signature-type tsd-kind-interface">MKVideoQuality</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
300
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
301
|
+
<section class="tsd-panel tsd-member"><a id="getBufferedRanges" class="tsd-anchor"></a>
|
|
302
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Buffered<wbr/>Ranges</span><a href="#getBufferedRanges" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
303
|
+
<ul class="tsd-signatures">
|
|
304
|
+
<li class="tsd-signature tsd-anchor-link" id="getBufferedRanges.getBufferedRanges-1"><span class="tsd-kind-call-signature">get<wbr/>Buffered<wbr/>Ranges</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKTimeRange.html" class="tsd-signature-type tsd-kind-interface">MKTimeRange</a><span class="tsd-signature-symbol">[]</span><a href="#getBufferedRanges.getBufferedRanges-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
305
|
+
<li class="tsd-description">
|
|
306
|
+
<div class="tsd-comment tsd-typography"><p>Returns the currently buffered time ranges of the video element.</p>
|
|
307
|
+
</div>
|
|
308
|
+
<h4 class="tsd-returns-title">Returns <a href="MKTimeRange.html" class="tsd-signature-type tsd-kind-interface">MKTimeRange</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
309
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
310
|
+
<section class="tsd-panel tsd-member"><a id="getCurrentTime" class="tsd-anchor"></a>
|
|
311
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Current<wbr/>Time</span><a href="#getCurrentTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
312
|
+
<ul class="tsd-signatures">
|
|
313
|
+
<li class="tsd-signature tsd-anchor-link" id="getCurrentTime.getCurrentTime-1"><span class="tsd-kind-call-signature">get<wbr/>Current<wbr/>Time</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">mode</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getCurrentTime.getCurrentTime-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
314
|
+
<li class="tsd-description">
|
|
315
|
+
<div class="tsd-comment tsd-typography"><p>Returns the current playback time in seconds of the video.</p>
|
|
316
|
+
</div>
|
|
317
|
+
<div class="tsd-parameters">
|
|
318
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
319
|
+
<ul class="tsd-parameter-list">
|
|
320
|
+
<li>
|
|
321
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">mode</span>: <a href="../enums/MKTimeMode.html" class="tsd-signature-type tsd-kind-enum">MKTimeMode</a></h5>
|
|
322
|
+
<div class="tsd-comment tsd-typography"><p>The mode to decide if the returned time should be absolute or relative, see <a href="../enums/MKTimeMode.html" class="tsd-kind-enum">MKTimeMode</a>.</p>
|
|
323
|
+
<p>For Live and Events the default mode is <a href="../enums/MKTimeMode.html#AbsoluteTime" class="tsd-kind-enum-member">AbsoluteTime</a>. For VOD, Catchup and DVR its <a href="../enums/MKTimeMode.html#RelativeTime" class="tsd-kind-enum-member">RelativeTime</a>.</p>
|
|
324
|
+
</div>
|
|
325
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
326
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
327
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
328
|
+
<section class="tsd-panel tsd-member"><a id="getDownloadedAudioData" class="tsd-anchor"></a>
|
|
329
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Downloaded<wbr/>Audio<wbr/>Data</span><a href="#getDownloadedAudioData" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
330
|
+
<ul class="tsd-signatures">
|
|
331
|
+
<li class="tsd-signature tsd-anchor-link" id="getDownloadedAudioData.getDownloadedAudioData-1"><span class="tsd-kind-call-signature">get<wbr/>Downloaded<wbr/>Audio<wbr/>Data</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKDownloadedAudioData.html" class="tsd-signature-type tsd-kind-interface">MKDownloadedAudioData</a><a href="#getDownloadedAudioData.getDownloadedAudioData-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
332
|
+
<li class="tsd-description">
|
|
333
|
+
<div class="tsd-comment tsd-typography"><p>Returns data about the last downloaded audio segment.</p>
|
|
334
|
+
</div>
|
|
335
|
+
<h4 class="tsd-returns-title">Returns <a href="MKDownloadedAudioData.html" class="tsd-signature-type tsd-kind-interface">MKDownloadedAudioData</a></h4>
|
|
336
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
337
|
+
<section class="tsd-panel tsd-member"><a id="getDownloadedVideoData" class="tsd-anchor"></a>
|
|
338
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Downloaded<wbr/>Video<wbr/>Data</span><a href="#getDownloadedVideoData" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
339
|
+
<ul class="tsd-signatures">
|
|
340
|
+
<li class="tsd-signature tsd-anchor-link" id="getDownloadedVideoData.getDownloadedVideoData-1"><span class="tsd-kind-call-signature">get<wbr/>Downloaded<wbr/>Video<wbr/>Data</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKDownloadedVideoData.html" class="tsd-signature-type tsd-kind-interface">MKDownloadedVideoData</a><a href="#getDownloadedVideoData.getDownloadedVideoData-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
341
|
+
<li class="tsd-description">
|
|
342
|
+
<div class="tsd-comment tsd-typography"><p>Returns data about the last downloaded video segment.</p>
|
|
343
|
+
</div>
|
|
344
|
+
<h4 class="tsd-returns-title">Returns <a href="MKDownloadedVideoData.html" class="tsd-signature-type tsd-kind-interface">MKDownloadedVideoData</a></h4>
|
|
345
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
346
|
+
<section class="tsd-panel tsd-member"><a id="getDroppedVideoFrames" class="tsd-anchor"></a>
|
|
347
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Dropped<wbr/>Video<wbr/>Frames</span><a href="#getDroppedVideoFrames" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
348
|
+
<ul class="tsd-signatures">
|
|
349
|
+
<li class="tsd-signature tsd-anchor-link" id="getDroppedVideoFrames.getDroppedVideoFrames-1"><span class="tsd-kind-call-signature">get<wbr/>Dropped<wbr/>Video<wbr/>Frames</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getDroppedVideoFrames.getDroppedVideoFrames-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
350
|
+
<li class="tsd-description">
|
|
351
|
+
<div class="tsd-comment tsd-typography"><p>Returns the total number of dropped video frames since playback started.</p>
|
|
352
|
+
</div>
|
|
353
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
354
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
355
|
+
<section class="tsd-panel tsd-member"><a id="getDuration" class="tsd-anchor"></a>
|
|
356
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Duration</span><a href="#getDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
357
|
+
<ul class="tsd-signatures">
|
|
358
|
+
<li class="tsd-signature tsd-anchor-link" id="getDuration.getDuration-1"><span class="tsd-kind-call-signature">get<wbr/>Duration</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getDuration.getDuration-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
359
|
+
<li class="tsd-description">
|
|
360
|
+
<div class="tsd-comment tsd-typography"><p>Returns the total duration in seconds of the current video.</p>
|
|
361
|
+
</div>
|
|
362
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
363
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
364
|
+
<section class="tsd-panel tsd-member"><a id="getLiveLatency" class="tsd-anchor"></a>
|
|
365
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Live<wbr/>Latency</span><a href="#getLiveLatency" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
366
|
+
<ul class="tsd-signatures">
|
|
367
|
+
<li class="tsd-signature tsd-anchor-link" id="getLiveLatency.getLiveLatency-1"><span class="tsd-kind-call-signature">get<wbr/>Live<wbr/>Latency</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getLiveLatency.getLiveLatency-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
368
|
+
<li class="tsd-description">
|
|
369
|
+
<div class="tsd-comment tsd-typography"><p>Returns the current latency in seconds for the live stream.</p>
|
|
370
|
+
</div>
|
|
371
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><p>the current latency in seconds.</p>
|
|
372
|
+
|
|
373
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
374
|
+
<section class="tsd-panel tsd-member"><a id="getMaxTimeShift" class="tsd-anchor"></a>
|
|
375
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Max<wbr/>Time<wbr/>Shift</span><a href="#getMaxTimeShift" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
376
|
+
<ul class="tsd-signatures">
|
|
377
|
+
<li class="tsd-signature tsd-anchor-link" id="getMaxTimeShift.getMaxTimeShift-1"><span class="tsd-kind-call-signature">get<wbr/>Max<wbr/>Time<wbr/>Shift</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getMaxTimeShift.getMaxTimeShift-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
378
|
+
<li class="tsd-description">
|
|
379
|
+
<div class="tsd-comment tsd-typography"><p>Returns the limit in seconds for time shift.</p>
|
|
380
|
+
<p>Is either negative or 0 and applicable to live streams only.</p>
|
|
381
|
+
</div>
|
|
382
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
383
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
384
|
+
<section class="tsd-panel tsd-member"><a id="getPlaybackAudioData" class="tsd-anchor"></a>
|
|
385
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Playback<wbr/>Audio<wbr/>Data</span><a href="#getPlaybackAudioData" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
386
|
+
<ul class="tsd-signatures">
|
|
387
|
+
<li class="tsd-signature tsd-anchor-link" id="getPlaybackAudioData.getPlaybackAudioData-1"><span class="tsd-kind-call-signature">get<wbr/>Playback<wbr/>Audio<wbr/>Data</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKAudioQuality.html" class="tsd-signature-type tsd-kind-interface">MKAudioQuality</a><a href="#getPlaybackAudioData.getPlaybackAudioData-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
388
|
+
<li class="tsd-description">
|
|
389
|
+
<div class="tsd-comment tsd-typography"><p>Returns data about the currently playing audio segment.</p>
|
|
390
|
+
</div>
|
|
391
|
+
<h4 class="tsd-returns-title">Returns <a href="MKAudioQuality.html" class="tsd-signature-type tsd-kind-interface">MKAudioQuality</a></h4>
|
|
392
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
393
|
+
<section class="tsd-panel tsd-member"><a id="getPlaybackSpeed" class="tsd-anchor"></a>
|
|
394
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Playback<wbr/>Speed</span><a href="#getPlaybackSpeed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
395
|
+
<ul class="tsd-signatures">
|
|
396
|
+
<li class="tsd-signature tsd-anchor-link" id="getPlaybackSpeed.getPlaybackSpeed-1"><span class="tsd-kind-call-signature">get<wbr/>Playback<wbr/>Speed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getPlaybackSpeed.getPlaybackSpeed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
397
|
+
<li class="tsd-description">
|
|
398
|
+
<div class="tsd-comment tsd-typography"><p>Returns the current playback speed of the player.</p>
|
|
399
|
+
<p><code>1</code> is the default playback speed, values between <code>0</code> and <code>1</code> refer to slow motion and values greater than <code>1</code> refer to fast forward.</p>
|
|
400
|
+
<p>Values less or equal zero are ignored.</p>
|
|
401
|
+
</div>
|
|
402
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
403
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
404
|
+
<section class="tsd-panel tsd-member"><a id="getPlaybackVideoData" class="tsd-anchor"></a>
|
|
405
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Playback<wbr/>Video<wbr/>Data</span><a href="#getPlaybackVideoData" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
406
|
+
<ul class="tsd-signatures">
|
|
407
|
+
<li class="tsd-signature tsd-anchor-link" id="getPlaybackVideoData.getPlaybackVideoData-1"><span class="tsd-kind-call-signature">get<wbr/>Playback<wbr/>Video<wbr/>Data</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKVideoQuality.html" class="tsd-signature-type tsd-kind-interface">MKVideoQuality</a><a href="#getPlaybackVideoData.getPlaybackVideoData-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
408
|
+
<li class="tsd-description">
|
|
409
|
+
<div class="tsd-comment tsd-typography"><p>Returns data about the currently playing video segment.</p>
|
|
410
|
+
</div>
|
|
411
|
+
<h4 class="tsd-returns-title">Returns <a href="MKVideoQuality.html" class="tsd-signature-type tsd-kind-interface">MKVideoQuality</a></h4>
|
|
412
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
413
|
+
<section class="tsd-panel tsd-member"><a id="getPlayerType" class="tsd-anchor"></a>
|
|
414
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Player<wbr/>Type</span><a href="#getPlayerType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
415
|
+
<ul class="tsd-signatures">
|
|
416
|
+
<li class="tsd-signature tsd-anchor-link" id="getPlayerType.getPlayerType-1"><span class="tsd-kind-call-signature">get<wbr/>Player<wbr/>Type</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/MKPlayerType.html" class="tsd-signature-type tsd-kind-enum">MKPlayerType</a><a href="#getPlayerType.getPlayerType-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
417
|
+
<li class="tsd-description">
|
|
418
|
+
<div class="tsd-comment tsd-typography"><p>Returns the currently used rendering mode.</p>
|
|
419
|
+
<p>See <a href="../enums/MKPlayerType.html" class="tsd-kind-enum">MKPlayerType</a> for details on valid values.</p>
|
|
420
|
+
<p><a href="../enums/MKPlayerType.html#Unknown" class="tsd-kind-enum-member">Unknown</a> is returned when player type cannot be determined or when the player is not yet ready.</p>
|
|
421
|
+
</div>
|
|
422
|
+
<h4 class="tsd-returns-title">Returns <a href="../enums/MKPlayerType.html" class="tsd-signature-type tsd-kind-enum">MKPlayerType</a></h4>
|
|
423
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
424
|
+
<section class="tsd-panel tsd-member"><a id="getSeekableRange" class="tsd-anchor"></a>
|
|
425
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Seekable<wbr/>Range</span><a href="#getSeekableRange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
426
|
+
<ul class="tsd-signatures">
|
|
427
|
+
<li class="tsd-signature tsd-anchor-link" id="getSeekableRange.getSeekableRange-1"><span class="tsd-kind-call-signature">get<wbr/>Seekable<wbr/>Range</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">mode</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKTimeRange.html" class="tsd-signature-type tsd-kind-interface">MKTimeRange</a><a href="#getSeekableRange.getSeekableRange-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
428
|
+
<li class="tsd-description">
|
|
429
|
+
<div class="tsd-comment tsd-typography"><p>Returns the time range that is currently valid for seeking.</p>
|
|
430
|
+
<p><strong>Note</strong> For VOD default mode is <a href="../enums/MKTimeMode.html#RelativeTime" class="tsd-kind-enum-member">RelativeTime</a> and for Live it is <a href="../enums/MKTimeMode.html#AbsoluteTime" class="tsd-kind-enum-member">AbsoluteTime</a>.</p>
|
|
431
|
+
</div>
|
|
432
|
+
<div class="tsd-parameters">
|
|
433
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
434
|
+
<ul class="tsd-parameter-list">
|
|
435
|
+
<li>
|
|
436
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">mode</span>: <a href="../enums/MKTimeMode.html" class="tsd-signature-type tsd-kind-enum">MKTimeMode</a></h5>
|
|
437
|
+
<div class="tsd-comment tsd-typography"><p>The mode to decide if the returned time should be absolute or relative, see <a href="../enums/MKTimeMode.html" class="tsd-kind-enum">MKTimeMode</a>.</p>
|
|
438
|
+
</div>
|
|
439
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
440
|
+
<h4 class="tsd-returns-title">Returns <a href="MKTimeRange.html" class="tsd-signature-type tsd-kind-interface">MKTimeRange</a></h4><p>the current seekable range when available or null otherwise.</p>
|
|
441
|
+
|
|
442
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
443
|
+
<section class="tsd-panel tsd-member"><a id="getStreamType" class="tsd-anchor"></a>
|
|
444
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Stream<wbr/>Type</span><a href="#getStreamType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
445
|
+
<ul class="tsd-signatures">
|
|
446
|
+
<li class="tsd-signature tsd-anchor-link" id="getStreamType.getStreamType-1"><span class="tsd-kind-call-signature">get<wbr/>Stream<wbr/>Type</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/MKStreamType.html" class="tsd-signature-type tsd-kind-enum">MKStreamType</a><a href="#getStreamType.getStreamType-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
447
|
+
<li class="tsd-description">
|
|
448
|
+
<div class="tsd-comment tsd-typography"><p>Returns the currently used streaming technology. See <a href="../enums/MKStreamType.html" class="tsd-kind-enum">MKStreamType</a> for details of the valid values.</p>
|
|
449
|
+
</div>
|
|
450
|
+
<h4 class="tsd-returns-title">Returns <a href="../enums/MKStreamType.html" class="tsd-signature-type tsd-kind-enum">MKStreamType</a></h4>
|
|
451
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
452
|
+
<section class="tsd-panel tsd-member"><a id="getThumbnail" class="tsd-anchor"></a>
|
|
453
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Thumbnail</span><a href="#getThumbnail" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
454
|
+
<ul class="tsd-signatures">
|
|
455
|
+
<li class="tsd-signature tsd-anchor-link" id="getThumbnail.getThumbnail-1"><span class="tsd-kind-call-signature">get<wbr/>Thumbnail</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">time</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="MKThumbnail.html" class="tsd-signature-type tsd-kind-interface">MKThumbnail</a><a href="#getThumbnail.getThumbnail-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
456
|
+
<li class="tsd-description">
|
|
457
|
+
<div class="tsd-comment tsd-typography"><p>Returns a thumbnail image for a certain time or null if there is no thumbnail available.</p>
|
|
458
|
+
<p>Requires a configured thumbnails track in <a href="MKSourceConfig.html#thumbnailTrack" class="tsd-kind-property">thumbnailTrack</a> if sideloaded thumbnails are configured.</p>
|
|
459
|
+
<p>Requires <a href="MKPlayerConfig.html#enableHlsImageMediaPlaylistSupport" class="tsd-kind-property">enableHlsImageMediaPlaylistSupport</a> to be <code>true</code> if thumbnail images from the HLS manifest are needed.</p>
|
|
460
|
+
<p>When <a href="MKSourceConfig.html#thumbnailTrack" class="tsd-kind-property">thumbnailTrack</a> are configured, this will have preference over the thumbnails found in the HLS manifest.</p>
|
|
461
|
+
</div>
|
|
462
|
+
<div class="tsd-parameters">
|
|
463
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
464
|
+
<ul class="tsd-parameter-list">
|
|
465
|
+
<li>
|
|
466
|
+
<h5><span class="tsd-kind-parameter">time</span>: <span class="tsd-signature-type">number</span></h5>
|
|
467
|
+
<div class="tsd-comment tsd-typography"><p>the media time for which the thumbnail should be returned.</p>
|
|
468
|
+
</div>
|
|
469
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
470
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="MKThumbnail.html" class="tsd-signature-type tsd-kind-interface">MKThumbnail</a></h4><p>A thumbnail if a thumbnails track is configured and a thumbnail exists for the specified time, else null.</p>
|
|
471
|
+
|
|
472
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
473
|
+
<section class="tsd-panel tsd-member"><a id="getTimeShift" class="tsd-anchor"></a>
|
|
474
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Time<wbr/>Shift</span><a href="#getTimeShift" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
475
|
+
<ul class="tsd-signatures">
|
|
476
|
+
<li class="tsd-signature tsd-anchor-link" id="getTimeShift.getTimeShift-1"><span class="tsd-kind-call-signature">get<wbr/>Time<wbr/>Shift</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getTimeShift.getTimeShift-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
477
|
+
<li class="tsd-description">
|
|
478
|
+
<div class="tsd-comment tsd-typography"><p>Returns the current time shift offset to the live edge in seconds.</p>
|
|
479
|
+
<p>Is either negative or 0 and applicable to live streams only.</p>
|
|
480
|
+
<p>Offset <code>0</code> indicates the current live edge.</p>
|
|
481
|
+
</div>
|
|
482
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
483
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
484
|
+
<section class="tsd-panel tsd-member"><a id="getTimelineMarkers" class="tsd-anchor"></a>
|
|
485
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Timeline<wbr/>Markers</span><a href="#getTimelineMarkers" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
486
|
+
<ul class="tsd-signatures">
|
|
487
|
+
<li class="tsd-signature tsd-anchor-link" id="getTimelineMarkers.getTimelineMarkers-1"><span class="tsd-kind-call-signature">get<wbr/>Timeline<wbr/>Markers</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKTimelineMarker.html" class="tsd-signature-type tsd-kind-interface">MKTimelineMarker</a><span class="tsd-signature-symbol">[]</span><a href="#getTimelineMarkers.getTimelineMarkers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
488
|
+
<li class="tsd-description">
|
|
489
|
+
<div class="tsd-comment tsd-typography"><p>Returns the list of all added markers in undefined order.</p>
|
|
490
|
+
<p><strong>Note:</strong> This API is only available when <a href="MKPlayerConfig.html#ui" class="tsd-kind-property">ui</a> is enabled.</p>
|
|
491
|
+
</div>
|
|
492
|
+
<h4 class="tsd-returns-title">Returns <a href="MKTimelineMarker.html" class="tsd-signature-type tsd-kind-interface">MKTimelineMarker</a><span class="tsd-signature-symbol">[]</span></h4>
|
|
493
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
494
|
+
<section class="tsd-panel tsd-member"><a id="getTotalStalledTime" class="tsd-anchor"></a>
|
|
495
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Total<wbr/>Stalled<wbr/>Time</span><a href="#getTotalStalledTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
496
|
+
<ul class="tsd-signatures">
|
|
497
|
+
<li class="tsd-signature tsd-anchor-link" id="getTotalStalledTime.getTotalStalledTime-1"><span class="tsd-kind-call-signature">get<wbr/>Total<wbr/>Stalled<wbr/>Time</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getTotalStalledTime.getTotalStalledTime-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
498
|
+
<li class="tsd-description">
|
|
499
|
+
<div class="tsd-comment tsd-typography"><p>Returns the stalled time in seconds since playback started.</p>
|
|
500
|
+
</div>
|
|
501
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
502
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
503
|
+
<section class="tsd-panel tsd-member"><a id="getVersion" class="tsd-anchor"></a>
|
|
504
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Version</span><a href="#getVersion" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
505
|
+
<ul class="tsd-signatures">
|
|
506
|
+
<li class="tsd-signature tsd-anchor-link" id="getVersion.getVersion-1"><span class="tsd-kind-call-signature">get<wbr/>Version</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#getVersion.getVersion-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
507
|
+
<li class="tsd-description">
|
|
508
|
+
<div class="tsd-comment tsd-typography"><p>Returns current MKPlayer SDK version.</p>
|
|
509
|
+
</div>
|
|
510
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
511
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
512
|
+
<section class="tsd-panel tsd-member"><a id="getVideoContainer" class="tsd-anchor"></a>
|
|
513
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Video<wbr/>Container</span><a href="#getVideoContainer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
514
|
+
<ul class="tsd-signatures">
|
|
515
|
+
<li class="tsd-signature tsd-anchor-link" id="getVideoContainer.getVideoContainer-1"><span class="tsd-kind-call-signature">get<wbr/>Video<wbr/>Container</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">HTMLElement</span><a href="#getVideoContainer.getVideoContainer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
516
|
+
<li class="tsd-description">
|
|
517
|
+
<div class="tsd-comment tsd-typography"><p>Returns the html element that the player is embedded in, which has been provided in the player constructor.</p>
|
|
518
|
+
</div>
|
|
519
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">HTMLElement</span></h4>
|
|
520
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
521
|
+
<section class="tsd-panel tsd-member"><a id="getVideoElement" class="tsd-anchor"></a>
|
|
522
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Video<wbr/>Element</span><a href="#getVideoElement" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
523
|
+
<ul class="tsd-signatures">
|
|
524
|
+
<li class="tsd-signature tsd-anchor-link" id="getVideoElement.getVideoElement-1"><span class="tsd-kind-call-signature">get<wbr/>Video<wbr/>Element</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">HTMLVideoElement</span><a href="#getVideoElement.getVideoElement-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
525
|
+
<li class="tsd-description">
|
|
526
|
+
<div class="tsd-comment tsd-typography"><p>Returns the used HTML5 video element.</p>
|
|
527
|
+
</div>
|
|
528
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">HTMLVideoElement</span></h4>
|
|
529
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
530
|
+
<section class="tsd-panel tsd-member"><a id="getVideoQuality" class="tsd-anchor"></a>
|
|
531
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Video<wbr/>Quality</span><a href="#getVideoQuality" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
532
|
+
<ul class="tsd-signatures">
|
|
533
|
+
<li class="tsd-signature tsd-anchor-link" id="getVideoQuality.getVideoQuality-1"><span class="tsd-kind-call-signature">get<wbr/>Video<wbr/>Quality</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MKVideoQuality.html" class="tsd-signature-type tsd-kind-interface">MKVideoQuality</a><a href="#getVideoQuality.getVideoQuality-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
534
|
+
<li class="tsd-description">
|
|
535
|
+
<div class="tsd-comment tsd-typography"><p>Returns the currently selected video quality, if the user manually selected one.</p>
|
|
536
|
+
<p>In this case it returns one of the elements of <a href="MKPlayerAPI.html#getAvailableVideoQualities" class="tsd-kind-method">getAvailableVideoQualities</a>.</p>
|
|
537
|
+
</div>
|
|
538
|
+
<h4 class="tsd-returns-title">Returns <a href="MKVideoQuality.html" class="tsd-signature-type tsd-kind-interface">MKVideoQuality</a></h4>
|
|
539
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
540
|
+
<section class="tsd-panel tsd-member"><a id="getViewMode" class="tsd-anchor"></a>
|
|
541
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>View<wbr/>Mode</span><a href="#getViewMode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
542
|
+
<ul class="tsd-signatures">
|
|
543
|
+
<li class="tsd-signature tsd-anchor-link" id="getViewMode.getViewMode-1"><span class="tsd-kind-call-signature">get<wbr/>View<wbr/>Mode</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/MKViewMode.html" class="tsd-signature-type tsd-kind-enum">MKViewMode</a><a href="#getViewMode.getViewMode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
544
|
+
<li class="tsd-description">
|
|
545
|
+
<div class="tsd-comment tsd-typography"><p>Gets the active <a href="../enums/MKViewMode.html" class="tsd-kind-enum">MKViewMode</a>.</p>
|
|
546
|
+
</div>
|
|
547
|
+
<h4 class="tsd-returns-title">Returns <a href="../enums/MKViewMode.html" class="tsd-signature-type tsd-kind-enum">MKViewMode</a></h4>
|
|
548
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
549
|
+
<section class="tsd-panel tsd-member"><a id="getVolume" class="tsd-anchor"></a>
|
|
550
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Volume</span><a href="#getVolume" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
551
|
+
<ul class="tsd-signatures">
|
|
552
|
+
<li class="tsd-signature tsd-anchor-link" id="getVolume.getVolume-1"><span class="tsd-kind-call-signature">get<wbr/>Volume</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getVolume.getVolume-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
553
|
+
<li class="tsd-description">
|
|
554
|
+
<div class="tsd-comment tsd-typography"><p>Returns the player’s volume between <code>0</code> (silent) and <code>100</code> (max volume).</p>
|
|
555
|
+
</div>
|
|
556
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
557
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
558
|
+
<section class="tsd-panel tsd-member"><a id="hasEnded" class="tsd-anchor"></a>
|
|
559
|
+
<h3 class="tsd-anchor-link"><span>has<wbr/>Ended</span><a href="#hasEnded" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
560
|
+
<ul class="tsd-signatures">
|
|
561
|
+
<li class="tsd-signature tsd-anchor-link" id="hasEnded.hasEnded-1"><span class="tsd-kind-call-signature">has<wbr/>Ended</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#hasEnded.hasEnded-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
562
|
+
<li class="tsd-description">
|
|
563
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if the video has ended.</p>
|
|
564
|
+
</div>
|
|
565
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
566
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
567
|
+
<section class="tsd-panel tsd-member"><a id="isAirplayActive" class="tsd-anchor"></a>
|
|
568
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Airplay<wbr/>Active</span><a href="#isAirplayActive" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
569
|
+
<ul class="tsd-signatures">
|
|
570
|
+
<li class="tsd-signature tsd-anchor-link" id="isAirplayActive.isAirplayActive-1"><span class="tsd-kind-call-signature">is<wbr/>Airplay<wbr/>Active</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isAirplayActive.isAirplayActive-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
571
|
+
<li class="tsd-description">
|
|
572
|
+
<div class="tsd-comment tsd-typography"><p>Checks if Apple Airplay is enabled.</p>
|
|
573
|
+
</div>
|
|
574
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
575
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
576
|
+
<section class="tsd-panel tsd-member"><a id="isAirplayAvailable" class="tsd-anchor"></a>
|
|
577
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Airplay<wbr/>Available</span><a href="#isAirplayAvailable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
578
|
+
<ul class="tsd-signatures">
|
|
579
|
+
<li class="tsd-signature tsd-anchor-link" id="isAirplayAvailable.isAirplayAvailable-1"><span class="tsd-kind-call-signature">is<wbr/>Airplay<wbr/>Available</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isAirplayAvailable.isAirplayAvailable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
580
|
+
<li class="tsd-description">
|
|
581
|
+
<div class="tsd-comment tsd-typography"><p>Checks if Apple AirPlay support is available.</p>
|
|
582
|
+
</div>
|
|
583
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
584
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
585
|
+
<section class="tsd-panel tsd-member"><a id="isCastAvailable" class="tsd-anchor"></a>
|
|
586
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Cast<wbr/>Available</span><a href="#isCastAvailable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
587
|
+
<ul class="tsd-signatures">
|
|
588
|
+
<li class="tsd-signature tsd-anchor-link" id="isCastAvailable.isCastAvailable-1"><span class="tsd-kind-call-signature">is<wbr/>Cast<wbr/>Available</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isCastAvailable.isCastAvailable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
589
|
+
<li class="tsd-description">
|
|
590
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if casting to another device (such as a ChromeCast) is available, otherwise false.</p>
|
|
591
|
+
<p>Please note that this function only returns true after the <a href="../enums/MKPlayerEvent.html#CastAvailable" class="tsd-kind-enum-member">CastAvailable</a> event has fired.</p>
|
|
592
|
+
</div>
|
|
593
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
594
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
595
|
+
<section class="tsd-panel tsd-member"><a id="isCasting" class="tsd-anchor"></a>
|
|
596
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Casting</span><a href="#isCasting" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
597
|
+
<ul class="tsd-signatures">
|
|
598
|
+
<li class="tsd-signature tsd-anchor-link" id="isCasting.isCasting-1"><span class="tsd-kind-call-signature">is<wbr/>Casting</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isCasting.isCasting-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
599
|
+
<li class="tsd-description">
|
|
600
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if the video is currently casted to a device and not played in the browser, or false if the video is played locally.</p>
|
|
601
|
+
</div>
|
|
602
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
603
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
604
|
+
<section class="tsd-panel tsd-member"><a id="isLive" class="tsd-anchor"></a>
|
|
605
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Live</span><a href="#isLive" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
606
|
+
<ul class="tsd-signatures">
|
|
607
|
+
<li class="tsd-signature tsd-anchor-link" id="isLive.isLive-1"><span class="tsd-kind-call-signature">is<wbr/>Live</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isLive.isLive-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
608
|
+
<li class="tsd-description">
|
|
609
|
+
<div class="tsd-comment tsd-typography"><p>Return true if the displayed video is a live stream.</p>
|
|
610
|
+
</div>
|
|
611
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
612
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
613
|
+
<section class="tsd-panel tsd-member"><a id="isMuted" class="tsd-anchor"></a>
|
|
614
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Muted</span><a href="#isMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
615
|
+
<ul class="tsd-signatures">
|
|
616
|
+
<li class="tsd-signature tsd-anchor-link" id="isMuted.isMuted-1"><span class="tsd-kind-call-signature">is<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isMuted.isMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
617
|
+
<li class="tsd-description">
|
|
618
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if the player has been muted.</p>
|
|
619
|
+
</div>
|
|
620
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
621
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
622
|
+
<section class="tsd-panel tsd-member"><a id="isPaused" class="tsd-anchor"></a>
|
|
623
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Paused</span><a href="#isPaused" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
624
|
+
<ul class="tsd-signatures">
|
|
625
|
+
<li class="tsd-signature tsd-anchor-link" id="isPaused.isPaused-1"><span class="tsd-kind-call-signature">is<wbr/>Paused</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isPaused.isPaused-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
626
|
+
<li class="tsd-description">
|
|
627
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if the player has started playback but is currently paused.</p>
|
|
628
|
+
</div>
|
|
629
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
630
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
631
|
+
<section class="tsd-panel tsd-member"><a id="isPlaying" class="tsd-anchor"></a>
|
|
632
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Playing</span><a href="#isPlaying" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
633
|
+
<ul class="tsd-signatures">
|
|
634
|
+
<li class="tsd-signature tsd-anchor-link" id="isPlaying.isPlaying-1"><span class="tsd-kind-call-signature">is<wbr/>Playing</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isPlaying.isPlaying-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
635
|
+
<li class="tsd-description">
|
|
636
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if the player is currently playing, i.e. has started and is not paused.</p>
|
|
637
|
+
</div>
|
|
638
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
639
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
640
|
+
<section class="tsd-panel tsd-member"><a id="isStalled" class="tsd-anchor"></a>
|
|
641
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Stalled</span><a href="#isStalled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
642
|
+
<ul class="tsd-signatures">
|
|
643
|
+
<li class="tsd-signature tsd-anchor-link" id="isStalled.isStalled-1"><span class="tsd-kind-call-signature">is<wbr/>Stalled</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isStalled.isStalled-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
644
|
+
<li class="tsd-description">
|
|
645
|
+
<div class="tsd-comment tsd-typography"><p>Returns true if the player is currently stalling due to an empty buffer.</p>
|
|
646
|
+
</div>
|
|
647
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
648
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
649
|
+
<section class="tsd-panel tsd-member"><a id="isViewModeAvailable" class="tsd-anchor"></a>
|
|
650
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>View<wbr/>Mode<wbr/>Available</span><a href="#isViewModeAvailable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
651
|
+
<ul class="tsd-signatures">
|
|
652
|
+
<li class="tsd-signature tsd-anchor-link" id="isViewModeAvailable.isViewModeAvailable-1"><span class="tsd-kind-call-signature">is<wbr/>View<wbr/>Mode<wbr/>Available</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">viewMode</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isViewModeAvailable.isViewModeAvailable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
653
|
+
<li class="tsd-description">
|
|
654
|
+
<div class="tsd-comment tsd-typography"><p>Tests if a particular ViewMode is available for selection with setViewMode.</p>
|
|
655
|
+
</div>
|
|
656
|
+
<div class="tsd-parameters">
|
|
657
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
658
|
+
<ul class="tsd-parameter-list">
|
|
659
|
+
<li>
|
|
660
|
+
<h5><span class="tsd-kind-parameter">viewMode</span>: <a href="../enums/MKViewMode.html" class="tsd-signature-type tsd-kind-enum">MKViewMode</a></h5>
|
|
661
|
+
<div class="tsd-comment tsd-typography"><p>the view mode to test.</p>
|
|
662
|
+
</div>
|
|
663
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
664
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p><code>true</code> if the tested view mode is available, else <code>false</code>.</p>
|
|
665
|
+
|
|
666
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
667
|
+
<section class="tsd-panel tsd-member"><a id="load" class="tsd-anchor"></a>
|
|
668
|
+
<h3 class="tsd-anchor-link"><span>load</span><a href="#load" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
669
|
+
<ul class="tsd-signatures">
|
|
670
|
+
<li class="tsd-signature tsd-anchor-link" id="load.load-1"><span class="tsd-kind-call-signature">load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">sourceConfig</span>, <span class="tsd-kind-parameter">disableSeeking</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#load.load-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
671
|
+
<li class="tsd-description">
|
|
672
|
+
<div class="tsd-comment tsd-typography"><p>Sets a new video source and returns a promise which resolves when the source has loaded successfully.</p>
|
|
673
|
+
</div>
|
|
674
|
+
<div class="tsd-parameters">
|
|
675
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
676
|
+
<ul class="tsd-parameter-list">
|
|
677
|
+
<li>
|
|
678
|
+
<h5><span class="tsd-kind-parameter">sourceConfig</span>: <a href="MKSourceConfig.html" class="tsd-signature-type tsd-kind-interface">MKSourceConfig</a></h5>
|
|
679
|
+
<div class="tsd-comment tsd-typography"><p>the source configuration object.</p>
|
|
680
|
+
</div>
|
|
681
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
682
|
+
<li>
|
|
683
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">disableSeeking</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
684
|
+
<div class="tsd-comment tsd-typography"><p>If set, seeking will be disabled.</p>
|
|
685
|
+
</div>
|
|
686
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
687
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise which resolves when the source is loaded and rejects when load fails.</p>
|
|
688
|
+
|
|
689
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
690
|
+
<section class="tsd-panel tsd-member"><a id="mute" class="tsd-anchor"></a>
|
|
691
|
+
<h3 class="tsd-anchor-link"><span>mute</span><a href="#mute" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
692
|
+
<ul class="tsd-signatures">
|
|
693
|
+
<li class="tsd-signature tsd-anchor-link" id="mute.mute-1"><span class="tsd-kind-call-signature">mute</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#mute.mute-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
694
|
+
<li class="tsd-description">
|
|
695
|
+
<div class="tsd-comment tsd-typography"><p>Mutes the player if an audio track is available. Has no effect if the player is already muted.</p>
|
|
696
|
+
</div>
|
|
697
|
+
<div class="tsd-parameters">
|
|
698
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
699
|
+
<ul class="tsd-parameter-list">
|
|
700
|
+
<li>
|
|
701
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
702
|
+
<div class="tsd-comment tsd-typography"><p>The issuer of the API call that will be passed to events triggered by this call.</p>
|
|
703
|
+
</div>
|
|
704
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
705
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
706
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
707
|
+
<section class="tsd-panel tsd-member"><a id="off" class="tsd-anchor"></a>
|
|
708
|
+
<h3 class="tsd-anchor-link"><span>off</span><a href="#off" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
709
|
+
<ul class="tsd-signatures">
|
|
710
|
+
<li class="tsd-signature tsd-anchor-link" id="off.off-1"><span class="tsd-kind-call-signature">off</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#off.off-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
711
|
+
<li class="tsd-description">
|
|
712
|
+
<div class="tsd-comment tsd-typography"><p>Removes a handler for a player event.</p>
|
|
713
|
+
</div>
|
|
714
|
+
<section class="tsd-panel">
|
|
715
|
+
<h4>Type Parameters</h4>
|
|
716
|
+
<ul class="tsd-type-parameter-list">
|
|
717
|
+
<li>
|
|
718
|
+
<h4><span class="tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol"> extends </span><a href="MKPlayerEventBase.html" class="tsd-signature-type tsd-kind-interface">MKPlayerEventBase</a></h4></li></ul></section>
|
|
719
|
+
<div class="tsd-parameters">
|
|
720
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
721
|
+
<ul class="tsd-parameter-list">
|
|
722
|
+
<li>
|
|
723
|
+
<h5><span class="tsd-kind-parameter">eventType</span>: <a href="../enums/MKPlayerEvent.html" class="tsd-signature-type tsd-kind-enum">MKPlayerEvent</a></h5>
|
|
724
|
+
<div class="tsd-comment tsd-typography"><p>The event to remove the handler from.</p>
|
|
725
|
+
</div>
|
|
726
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
727
|
+
<li>
|
|
728
|
+
<h5><span class="tsd-kind-parameter">callback</span>: <a href="MKPlayerEventCallback.html" class="tsd-signature-type tsd-kind-interface">MKPlayerEventCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h5>
|
|
729
|
+
<div class="tsd-comment tsd-typography"><p>The callback handler to remove.</p>
|
|
730
|
+
</div>
|
|
731
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
732
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
733
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
734
|
+
<section class="tsd-panel tsd-member"><a id="offAll" class="tsd-anchor"></a>
|
|
735
|
+
<h3 class="tsd-anchor-link"><span>off<wbr/>All</span><a href="#offAll" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
736
|
+
<ul class="tsd-signatures">
|
|
737
|
+
<li class="tsd-signature tsd-anchor-link" id="offAll.offAll-1"><span class="tsd-kind-call-signature">off<wbr/>All</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#offAll.offAll-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
738
|
+
<li class="tsd-description">
|
|
739
|
+
<div class="tsd-comment tsd-typography"><p>Removes all event handlers registered for the given event type.</p>
|
|
740
|
+
</div>
|
|
741
|
+
<div class="tsd-parameters">
|
|
742
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
743
|
+
<ul class="tsd-parameter-list">
|
|
744
|
+
<li>
|
|
745
|
+
<h5><span class="tsd-kind-parameter">eventType</span>: <a href="../enums/MKPlayerEvent.html" class="tsd-signature-type tsd-kind-enum">MKPlayerEvent</a></h5>
|
|
746
|
+
<div class="tsd-comment tsd-typography"><p>The event for which all event handlers are to be removed.</p>
|
|
747
|
+
</div>
|
|
748
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
749
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
750
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
751
|
+
<section class="tsd-panel tsd-member"><a id="on" class="tsd-anchor"></a>
|
|
752
|
+
<h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
753
|
+
<ul class="tsd-signatures">
|
|
754
|
+
<li class="tsd-signature tsd-anchor-link" id="on.on-1"><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventType</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
755
|
+
<li class="tsd-description">
|
|
756
|
+
<div class="tsd-comment tsd-typography"><p>Subscribes an event handler to a player event.</p>
|
|
757
|
+
</div>
|
|
758
|
+
<section class="tsd-panel">
|
|
759
|
+
<h4>Type Parameters</h4>
|
|
760
|
+
<ul class="tsd-type-parameter-list">
|
|
761
|
+
<li>
|
|
762
|
+
<h4><span class="tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol"> extends </span><a href="MKPlayerEventBase.html" class="tsd-signature-type tsd-kind-interface">MKPlayerEventBase</a></h4></li></ul></section>
|
|
763
|
+
<div class="tsd-parameters">
|
|
764
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
765
|
+
<ul class="tsd-parameter-list">
|
|
766
|
+
<li>
|
|
767
|
+
<h5><span class="tsd-kind-parameter">eventType</span>: <a href="../enums/MKPlayerEvent.html" class="tsd-signature-type tsd-kind-enum">MKPlayerEvent</a></h5>
|
|
768
|
+
<div class="tsd-comment tsd-typography"><p>The type of event to subscribe to.</p>
|
|
769
|
+
</div>
|
|
770
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
771
|
+
<li>
|
|
772
|
+
<h5><span class="tsd-kind-parameter">callback</span>: <a href="MKPlayerEventCallback.html" class="tsd-signature-type tsd-kind-interface">MKPlayerEventCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h5>
|
|
773
|
+
<div class="tsd-comment tsd-typography"><p>The event callback handler that will be called when the event fires.</p>
|
|
774
|
+
</div>
|
|
775
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
776
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
777
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
778
|
+
<section class="tsd-panel tsd-member"><a id="pause" class="tsd-anchor"></a>
|
|
779
|
+
<h3 class="tsd-anchor-link"><span>pause</span><a href="#pause" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
780
|
+
<ul class="tsd-signatures">
|
|
781
|
+
<li class="tsd-signature tsd-anchor-link" id="pause.pause-1"><span class="tsd-kind-call-signature">pause</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#pause.pause-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
782
|
+
<li class="tsd-description">
|
|
783
|
+
<div class="tsd-comment tsd-typography"><p>Pauses the video if it is playing. Has no effect if the player is already paused.</p>
|
|
784
|
+
</div>
|
|
785
|
+
<div class="tsd-parameters">
|
|
786
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
787
|
+
<ul class="tsd-parameter-list">
|
|
788
|
+
<li>
|
|
789
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
790
|
+
<div class="tsd-comment tsd-typography"><p>The issuer of the API call that will be passed to events triggered by this call.</p>
|
|
791
|
+
</div>
|
|
792
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
793
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
794
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
795
|
+
<section class="tsd-panel tsd-member"><a id="play" class="tsd-anchor"></a>
|
|
796
|
+
<h3 class="tsd-anchor-link"><span>play</span><a href="#play" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
797
|
+
<ul class="tsd-signatures">
|
|
798
|
+
<li class="tsd-signature tsd-anchor-link" id="play.play-1"><span class="tsd-kind-call-signature">play</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#play.play-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
799
|
+
<li class="tsd-description">
|
|
800
|
+
<div class="tsd-comment tsd-typography"><p>Starts playback or resumes after being paused.</p>
|
|
801
|
+
<p>No need to call it if the player is stup with <code>autoplay</code>.</p>
|
|
802
|
+
<p>Calling play has no effect when player is already playing.</p>
|
|
803
|
+
</div>
|
|
804
|
+
<div class="tsd-parameters">
|
|
805
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
806
|
+
<ul class="tsd-parameter-list">
|
|
807
|
+
<li>
|
|
808
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
809
|
+
<div class="tsd-comment tsd-typography"><p>the issuer of the API call that will be passed to events triggered by this call.</p>
|
|
810
|
+
</div>
|
|
811
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
812
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>a promise which resolves as soon as playback starts. The promise can reject if the play is blocked by the browser.</p>
|
|
813
|
+
|
|
814
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
815
|
+
<section class="tsd-panel tsd-member"><a id="preload" class="tsd-anchor"></a>
|
|
816
|
+
<h3 class="tsd-anchor-link"><span>preload</span><a href="#preload" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
817
|
+
<ul class="tsd-signatures">
|
|
818
|
+
<li class="tsd-signature tsd-anchor-link" id="preload.preload-1"><span class="tsd-kind-call-signature">preload</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#preload.preload-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
819
|
+
<li class="tsd-description">
|
|
820
|
+
<div class="tsd-comment tsd-typography"><p>Starts preloading the content of the currently loaded source.</p>
|
|
821
|
+
</div>
|
|
822
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
823
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
824
|
+
<section class="tsd-panel tsd-member"><a id="reload" class="tsd-anchor"></a>
|
|
825
|
+
<h3 class="tsd-anchor-link"><span>reload</span><a href="#reload" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
826
|
+
<ul class="tsd-signatures">
|
|
827
|
+
<li class="tsd-signature tsd-anchor-link" id="reload.reload-1"><span class="tsd-kind-call-signature">reload</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">start</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">sourceOptions</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#reload.reload-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
828
|
+
<li class="tsd-description">
|
|
829
|
+
<div class="tsd-comment tsd-typography"><p>Reload the currently playing source.</p>
|
|
830
|
+
<p><strong>Note:</strong></p>
|
|
831
|
+
<ul>
|
|
832
|
+
<li>Specifying <code>start</code> parameter is only supported for Live or Event asset types.</li>
|
|
833
|
+
<li>Specifying sourceOptions for VOD, <code>startOffset</code> must be positive value bewtween <code>0</code> and <code>duration</code> of the VOD asset and no <code>startOffsetTimelineReference</code> must be set.</li>
|
|
834
|
+
<li>Specifying sourceOptions for Live, <code>startOffset</code> for bookmark offset must always be an UNIX Epoch absolute timestamp and no <code>startOffsetTimelineReference</code> must be set.</li>
|
|
835
|
+
</ul>
|
|
836
|
+
<p>For more details, please refer to notes for <a href="MKSourceOptions.html#startOffset" class="tsd-kind-property">startOffset</a>.</p>
|
|
837
|
+
<p><strong>Examples</strong></p>
|
|
838
|
+
<p>To reload the same source</p>
|
|
839
|
+
<pre><code><span class="hl-10">reload</span><span class="hl-1">()</span>
|
|
840
|
+
</code><button>Copy</button></pre>
|
|
841
|
+
<p>To reload same source and start at bookmark offset</p>
|
|
842
|
+
<pre><code><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-8">undefined</span><span class="hl-1">, {</span><span class="hl-0">startOffset:</span><span class="hl-1"> </span><span class="hl-14">120</span><span class="hl-1">});</span>
|
|
843
|
+
</code><button>Copy</button></pre>
|
|
844
|
+
<p>To reload same source and start 5 minutes behind live edge for live</p>
|
|
845
|
+
<pre><code><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-8">undefined</span><span class="hl-1">, {</span><span class="hl-0">startOffset:</span><span class="hl-1"> -</span><span class="hl-14">300</span><span class="hl-1">, </span><span class="hl-0">startOffsetTimelineReference:</span><span class="hl-1"> </span><span class="hl-11">"end"</span><span class="hl-1">});</span>
|
|
846
|
+
</code><button>Copy</button></pre>
|
|
847
|
+
<p>To reload the same source and start at a specified bookmark offset (absolute timestamp) for live</p>
|
|
848
|
+
<pre><code><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-8">undefined</span><span class="hl-1">, {</span><span class="hl-0">startOffset:</span><span class="hl-1"> </span><span class="hl-14">1692268911.789</span><span class="hl-1">})</span>
|
|
849
|
+
</code><button>Copy</button></pre>
|
|
850
|
+
<p>To reload with a new start time for live and start at the live edge</p>
|
|
851
|
+
<pre><code><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-11">"2023-06-28T10:00:00Z"</span><span class="hl-1">);</span><br/><br/><span class="hl-6">// OR</span><br/><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-11">"2023-06-28T10:00:00Z"</span><span class="hl-1">, {</span><span class="hl-11">"startOffset"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-14">0</span><span class="hl-1">, </span><span class="hl-11">"startOffsetTimelineReference"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"end"</span><span class="hl-1">});</span>
|
|
852
|
+
</code><button>Copy</button></pre>
|
|
853
|
+
<p>To reload with a new start time for live and start at the beginning</p>
|
|
854
|
+
<pre><code><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-11">"2023-06-28T10:00:00Z"</span><span class="hl-1">, {</span><span class="hl-11">"startOffset"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-14">0</span><span class="hl-1">, </span><span class="hl-11">"startOffsetTimelineReference"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"start"</span><span class="hl-1">});</span>
|
|
855
|
+
</code><button>Copy</button></pre>
|
|
856
|
+
<p>To reload with a new start time for live and start at the specified startOffset</p>
|
|
857
|
+
<pre><code><span class="hl-8">const</span><span class="hl-1"> </span><span class="hl-9">currentTime</span><span class="hl-1"> = </span><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">getCurrentTime</span><span class="hl-1">(); </span><span class="hl-6">// current time used for example</span><br/><span class="hl-10">reload</span><span class="hl-1">(</span><span class="hl-11">"2023-06-28T10:00:00Z"</span><span class="hl-1">, {</span><span class="hl-11">"startOffset"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-0">currentTime</span><span class="hl-1">});</span>
|
|
858
|
+
</code><button>Copy</button></pre>
|
|
859
|
+
</div>
|
|
860
|
+
<div class="tsd-parameters">
|
|
861
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
862
|
+
<ul class="tsd-parameter-list">
|
|
863
|
+
<li>
|
|
864
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">start</span>: <span class="tsd-signature-type">string</span></h5>
|
|
865
|
+
<div class="tsd-comment tsd-typography"><p>ISO Date string in the format <code>2023-06-27T10:00:00Z</code></p>
|
|
866
|
+
</div>
|
|
867
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
868
|
+
<li>
|
|
869
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">sourceOptions</span>: <a href="MKSourceOptions.html" class="tsd-signature-type tsd-kind-interface">MKSourceOptions</a></h5>
|
|
870
|
+
<div class="tsd-comment tsd-typography"><p>source options specifying start offset and timeline reference.</p>
|
|
871
|
+
</div>
|
|
872
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
873
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
874
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
875
|
+
<section class="tsd-panel tsd-member"><a id="removeTimelineMarker" class="tsd-anchor"></a>
|
|
876
|
+
<h3 class="tsd-anchor-link"><span>remove<wbr/>Timeline<wbr/>Marker</span><a href="#removeTimelineMarker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
877
|
+
<ul class="tsd-signatures">
|
|
878
|
+
<li class="tsd-signature tsd-anchor-link" id="removeTimelineMarker.removeTimelineMarker-1"><span class="tsd-kind-call-signature">remove<wbr/>Timeline<wbr/>Marker</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">timelineMarker</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#removeTimelineMarker.removeTimelineMarker-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
879
|
+
<li class="tsd-description">
|
|
880
|
+
<div class="tsd-comment tsd-typography"><p>Removes a marker from the timeline (by reference) and returns <code>true</code> if the marker has
|
|
881
|
+
been part of the timeline and successfully removed, or <code>false</code> if the marker could not
|
|
882
|
+
be found and thus not removed.</p>
|
|
883
|
+
<p><strong>Note:</strong> This API is only available when <a href="MKPlayerConfig.html#ui" class="tsd-kind-property">ui</a> is enabled.</p>
|
|
884
|
+
</div>
|
|
885
|
+
<div class="tsd-parameters">
|
|
886
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
887
|
+
<ul class="tsd-parameter-list">
|
|
888
|
+
<li>
|
|
889
|
+
<h5><span class="tsd-kind-parameter">timelineMarker</span>: <a href="MKTimelineMarker.html" class="tsd-signature-type tsd-kind-interface">MKTimelineMarker</a></h5>
|
|
890
|
+
<div class="tsd-comment tsd-typography"><p>the timeline marker to be removed.</p>
|
|
891
|
+
</div>
|
|
892
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
893
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
894
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
895
|
+
<section class="tsd-panel tsd-member"><a id="seek" class="tsd-anchor"></a>
|
|
896
|
+
<h3 class="tsd-anchor-link"><span>seek</span><a href="#seek" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
897
|
+
<ul class="tsd-signatures">
|
|
898
|
+
<li class="tsd-signature tsd-anchor-link" id="seek.seek-1"><span class="tsd-kind-call-signature">seek</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">time</span>, <span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#seek.seek-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
899
|
+
<li class="tsd-description">
|
|
900
|
+
<div class="tsd-comment tsd-typography"><p>Seeks to the given playback time specified by the parameter time in seconds.</p>
|
|
901
|
+
<p>The time offset specified must always be a positive value and within the current <a href="MKPlayerAPI.html#getSeekableRange" class="tsd-kind-method">getSeekableRange</a>.</p>
|
|
902
|
+
<p>For Live and Events the specified time either be relative or absolute offset.</p>
|
|
903
|
+
<ul>
|
|
904
|
+
<li>Calling <code>seek(0)</code> will take you to the start of the live window</li>
|
|
905
|
+
<li>Calling <code>seek(getSeekableRange().end)</code> will take you near the current live edge. You can also call <a href="MKPlayerAPI.html#seekToLiveEdge" class="tsd-kind-method">()</a> to jump to current live edge easily.</li>
|
|
906
|
+
</ul>
|
|
907
|
+
</div>
|
|
908
|
+
<div class="tsd-parameters">
|
|
909
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
910
|
+
<ul class="tsd-parameter-list">
|
|
911
|
+
<li>
|
|
912
|
+
<h5><span class="tsd-kind-parameter">time</span>: <span class="tsd-signature-type">number</span></h5>
|
|
913
|
+
<div class="tsd-comment tsd-typography"><p>The time to seek to in seconds.</p>
|
|
914
|
+
</div>
|
|
915
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
916
|
+
<li>
|
|
917
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
918
|
+
<div class="tsd-comment tsd-typography"><p>The issuer of the API call that will be passed to events triggered by this call.</p>
|
|
919
|
+
</div>
|
|
920
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
921
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p><code>true</code> when successful.</p>
|
|
922
|
+
|
|
923
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
924
|
+
<section class="tsd-panel tsd-member"><a id="seekToLiveEdge" class="tsd-anchor"></a>
|
|
925
|
+
<h3 class="tsd-anchor-link"><span>seek<wbr/>To<wbr/>Live<wbr/>Edge</span><a href="#seekToLiveEdge" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
926
|
+
<ul class="tsd-signatures">
|
|
927
|
+
<li class="tsd-signature tsd-anchor-link" id="seekToLiveEdge.seekToLiveEdge-1"><span class="tsd-kind-call-signature">seek<wbr/>To<wbr/>Live<wbr/>Edge</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#seekToLiveEdge.seekToLiveEdge-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
928
|
+
<li class="tsd-description">
|
|
929
|
+
<div class="tsd-comment tsd-typography"><p>Seeks to the current live edge.</p>
|
|
930
|
+
<p>Applicable only for live sources.</p>
|
|
931
|
+
</div>
|
|
932
|
+
<div class="tsd-parameters">
|
|
933
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
934
|
+
<ul class="tsd-parameter-list">
|
|
935
|
+
<li>
|
|
936
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
937
|
+
<div class="tsd-comment tsd-typography"><p>The issuer of the API call that will be passed to events triggered by this call.</p>
|
|
938
|
+
</div>
|
|
939
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
940
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
941
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
942
|
+
<section class="tsd-panel tsd-member"><a id="setAspectRatio" class="tsd-anchor"></a>
|
|
943
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Aspect<wbr/>Ratio</span><a href="#setAspectRatio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
944
|
+
<ul class="tsd-signatures">
|
|
945
|
+
<li class="tsd-signature tsd-anchor-link" id="setAspectRatio.setAspectRatio-1"><span class="tsd-kind-call-signature">set<wbr/>Aspect<wbr/>Ratio</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">aspectratio</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setAspectRatio.setAspectRatio-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
946
|
+
<li class="tsd-description">
|
|
947
|
+
<div class="tsd-comment tsd-typography"><p>Modifies the current aspect ratio of the player.</p>
|
|
948
|
+
</div>
|
|
949
|
+
<div class="tsd-parameters">
|
|
950
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
951
|
+
<ul class="tsd-parameter-list">
|
|
952
|
+
<li>
|
|
953
|
+
<h5><span class="tsd-kind-parameter">aspectratio</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
954
|
+
<div class="tsd-comment tsd-typography"><p>The desired aspect ratio for the player. It can be a string (e.g. '16:9' or '16/9'), or a number (e.g 1.6 for 16:10).</p>
|
|
955
|
+
</div>
|
|
956
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
957
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
958
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
959
|
+
<section class="tsd-panel tsd-member"><a id="setAudio" class="tsd-anchor"></a>
|
|
960
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Audio</span><a href="#setAudio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
961
|
+
<ul class="tsd-signatures">
|
|
962
|
+
<li class="tsd-signature tsd-anchor-link" id="setAudio.setAudio-1"><span class="tsd-kind-call-signature">set<wbr/>Audio</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">trackID</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setAudio.setAudio-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
963
|
+
<li class="tsd-description">
|
|
964
|
+
<div class="tsd-comment tsd-typography"><p>Sets the audio track to the ID specified by trackID.</p>
|
|
965
|
+
<p>Available tracks can be retrieved with <a href="MKPlayerAPI.html#getAvailableAudio" class="tsd-kind-method">getAvailableAudio</a>.</p>
|
|
966
|
+
</div>
|
|
967
|
+
<div class="tsd-parameters">
|
|
968
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
969
|
+
<ul class="tsd-parameter-list">
|
|
970
|
+
<li>
|
|
971
|
+
<h5><span class="tsd-kind-parameter">trackID</span>: <span class="tsd-signature-type">string</span></h5>
|
|
972
|
+
<div class="tsd-comment tsd-typography"><p>The ID of the audio track to activate.</p>
|
|
973
|
+
</div>
|
|
974
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
975
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
976
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
977
|
+
<section class="tsd-panel tsd-member"><a id="setAudioQuality" class="tsd-anchor"></a>
|
|
978
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Audio<wbr/>Quality</span><a href="#setAudioQuality" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
979
|
+
<ul class="tsd-signatures">
|
|
980
|
+
<li class="tsd-signature tsd-anchor-link" id="setAudioQuality.setAudioQuality-1"><span class="tsd-kind-call-signature">set<wbr/>Audio<wbr/>Quality</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">audioQualityID</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setAudioQuality.setAudioQuality-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
981
|
+
<li class="tsd-description">
|
|
982
|
+
<div class="tsd-comment tsd-typography"><p>Manually sets the audio stream to a fixed quality, identified by ID.</p>
|
|
983
|
+
<p>Has to be an ID defined in the MPD or the keyword 'auto'.</p>
|
|
984
|
+
<p>Auto resets to dynamic switching.</p>
|
|
985
|
+
<p>A list with valid IDs can be retrieved by calling <a href="MKPlayerAPI.html#getAvailableAudioQualities" class="tsd-kind-method">getAvailableAudioQualities</a>.</p>
|
|
986
|
+
</div>
|
|
987
|
+
<div class="tsd-parameters">
|
|
988
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
989
|
+
<ul class="tsd-parameter-list">
|
|
990
|
+
<li>
|
|
991
|
+
<h5><span class="tsd-kind-parameter">audioQualityID</span>: <span class="tsd-signature-type">string</span></h5>
|
|
992
|
+
<div class="tsd-comment tsd-typography"><p>The ID of the desired audio quality or 'auto' for dynamic switching.</p>
|
|
993
|
+
</div>
|
|
994
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
995
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
996
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
997
|
+
<section class="tsd-panel tsd-member"><a id="setHttpHeaders" class="tsd-anchor"></a>
|
|
998
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Http<wbr/>Headers</span><a href="#setHttpHeaders" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
999
|
+
<ul class="tsd-signatures">
|
|
1000
|
+
<li class="tsd-signature tsd-anchor-link" id="setHttpHeaders.setHttpHeaders-1"><span class="tsd-kind-call-signature">set<wbr/>Http<wbr/>Headers</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">headers</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setHttpHeaders.setHttpHeaders-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1001
|
+
<li class="tsd-description">
|
|
1002
|
+
<div class="tsd-comment tsd-typography"><p>Set HTTP headers.</p>
|
|
1003
|
+
<p>Use this to pass your HTTP headers for all player/playback manifest requests.</p>
|
|
1004
|
+
<p><strong>Note:</strong> It is recommended to call this method before calling <a href="MKPlayerAPI.html#load" class="tsd-kind-method">load</a>.</p>
|
|
1005
|
+
</div>
|
|
1006
|
+
<div class="tsd-parameters">
|
|
1007
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1008
|
+
<ul class="tsd-parameter-list">
|
|
1009
|
+
<li>
|
|
1010
|
+
<h5><span class="tsd-kind-parameter">headers</span>: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../types/MKHeaders.html" class="tsd-signature-type tsd-kind-type-alias">MKHeaders</a></h5>
|
|
1011
|
+
<div class="tsd-comment tsd-typography"><p>HTTP headers to be used with requests and when <code>null</code> is passed the set headers will be cleared.</p>
|
|
1012
|
+
</div>
|
|
1013
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1014
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1015
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1016
|
+
<section class="tsd-panel tsd-member"><a id="setLogLevel" class="tsd-anchor"></a>
|
|
1017
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Log<wbr/>Level</span><a href="#setLogLevel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1018
|
+
<ul class="tsd-signatures">
|
|
1019
|
+
<li class="tsd-signature tsd-anchor-link" id="setLogLevel.setLogLevel-1"><span class="tsd-kind-call-signature">set<wbr/>Log<wbr/>Level</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">level</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setLogLevel.setLogLevel-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1020
|
+
<li class="tsd-description">
|
|
1021
|
+
<div class="tsd-comment tsd-typography"><p>Sets the level of player log outputs.</p>
|
|
1022
|
+
</div>
|
|
1023
|
+
<div class="tsd-parameters">
|
|
1024
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1025
|
+
<ul class="tsd-parameter-list">
|
|
1026
|
+
<li>
|
|
1027
|
+
<h5><span class="tsd-kind-parameter">level</span>: <a href="../enums/MKLogLevel.html" class="tsd-signature-type tsd-kind-enum">MKLogLevel</a></h5>
|
|
1028
|
+
<div class="tsd-comment tsd-typography"><p>Log level, allowed values are "debug", "log", "warn", "error" and "off"</p>
|
|
1029
|
+
</div>
|
|
1030
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1031
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1032
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1033
|
+
<section class="tsd-panel tsd-member"><a id="setPlaybackSpeed" class="tsd-anchor"></a>
|
|
1034
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Playback<wbr/>Speed</span><a href="#setPlaybackSpeed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1035
|
+
<ul class="tsd-signatures">
|
|
1036
|
+
<li class="tsd-signature tsd-anchor-link" id="setPlaybackSpeed.setPlaybackSpeed-1"><span class="tsd-kind-call-signature">set<wbr/>Playback<wbr/>Speed</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">speed</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setPlaybackSpeed.setPlaybackSpeed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1037
|
+
<li class="tsd-description">
|
|
1038
|
+
<div class="tsd-comment tsd-typography"><p>Sets the playback speed of the player. </p>
|
|
1039
|
+
<p>Available only for HTML5 player.</p>
|
|
1040
|
+
<p>Fast forward as well as slow motion is supported.</p>
|
|
1041
|
+
<p>Slow motion is used by values between <code>0</code> and <code>1</code>, fast forward by values greater than <code>1</code>.</p>
|
|
1042
|
+
</div>
|
|
1043
|
+
<div class="tsd-parameters">
|
|
1044
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1045
|
+
<ul class="tsd-parameter-list">
|
|
1046
|
+
<li>
|
|
1047
|
+
<h5><span class="tsd-kind-parameter">speed</span>: <span class="tsd-signature-type">number</span></h5>
|
|
1048
|
+
<div class="tsd-comment tsd-typography"><p>A playback speed factor greater than <code>0</code>.</p>
|
|
1049
|
+
</div>
|
|
1050
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1051
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1052
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1053
|
+
<section class="tsd-panel tsd-member"><a id="setPosterImage" class="tsd-anchor"></a>
|
|
1054
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Poster<wbr/>Image</span><a href="#setPosterImage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1055
|
+
<ul class="tsd-signatures">
|
|
1056
|
+
<li class="tsd-signature tsd-anchor-link" id="setPosterImage.setPosterImage-1"><span class="tsd-kind-call-signature">set<wbr/>Poster<wbr/>Image</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">url</span>, <span class="tsd-kind-parameter">keepPersistent</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setPosterImage.setPosterImage-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1057
|
+
<li class="tsd-description">
|
|
1058
|
+
<div class="tsd-comment tsd-typography"><p>Sets a poster image. Will be displayed immediately, even if a video stream is playing.</p>
|
|
1059
|
+
</div>
|
|
1060
|
+
<div class="tsd-parameters">
|
|
1061
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1062
|
+
<ul class="tsd-parameter-list">
|
|
1063
|
+
<li>
|
|
1064
|
+
<h5><span class="tsd-kind-parameter">url</span>: <span class="tsd-signature-type">string</span></h5>
|
|
1065
|
+
<div class="tsd-comment tsd-typography"><p>The URL to the poster image.</p>
|
|
1066
|
+
</div>
|
|
1067
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
1068
|
+
<li>
|
|
1069
|
+
<h5><span class="tsd-kind-parameter">keepPersistent</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
1070
|
+
<div class="tsd-comment tsd-typography"><p>Flag to set the poster image persistent so it is also displayed during playback (useful for audio-only playback).</p>
|
|
1071
|
+
</div>
|
|
1072
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1073
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1074
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1075
|
+
<section class="tsd-panel tsd-member"><a id="setVideoElement" class="tsd-anchor"></a>
|
|
1076
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Video<wbr/>Element</span><a href="#setVideoElement" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1077
|
+
<ul class="tsd-signatures">
|
|
1078
|
+
<li class="tsd-signature tsd-anchor-link" id="setVideoElement.setVideoElement-1"><span class="tsd-kind-call-signature">set<wbr/>Video<wbr/>Element</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">videoElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setVideoElement.setVideoElement-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1079
|
+
<li class="tsd-description">
|
|
1080
|
+
<div class="tsd-comment tsd-typography"><p>Passes an HTML video element to the player, which should be used in case of Html5 or Native playback.</p>
|
|
1081
|
+
<p>For this to take effect you must call this function before calling <a href="MKPlayerAPI.html#load" class="tsd-kind-method">load</a>.</p>
|
|
1082
|
+
<p>When no video element is set on the player, the player will create one for use internally. You may call <a href="MKPlayerAPI.html#getVideoElement" class="tsd-kind-method">getVideoElement</a> to get hold of the video element in use by the player.</p>
|
|
1083
|
+
<p>Also the video element should be contained within the video container element that was passed as part of player creation.</p>
|
|
1084
|
+
<p>Example:</p>
|
|
1085
|
+
<pre><code><span class="hl-11">' In the HTML bod</span><span class="hl-12">y</span><br/><span class="hl-1"><</span><span class="hl-0">div</span><span class="hl-1"> </span><span class="hl-0">id</span><span class="hl-1">=</span><span class="hl-11">"videoContainer"</span><span class="hl-1">></span><br/><span class="hl-1"> <</span><span class="hl-0">video</span><span class="hl-1"> </span><span class="hl-0">id</span><span class="hl-1">=</span><span class="hl-11">"videoElement"</span><span class="hl-1">></</span><span class="hl-16">video</span><span class="hl-1">></span><br/><span class="hl-1"></</span><span class="hl-0">div</span><span class="hl-1">></span><br/><br/><span class="hl-11">' In the scrip</span><span class="hl-12">t</span><br/><span class="hl-8">let</span><span class="hl-1"> </span><span class="hl-0">videoContainer</span><span class="hl-1"> = </span><span class="hl-0">document</span><span class="hl-1">.</span><span class="hl-10">getElementById</span><span class="hl-1">(</span><span class="hl-11">"videoContainer"</span><span class="hl-1">);</span><br/><span class="hl-8">let</span><span class="hl-1"> </span><span class="hl-0">videoElement</span><span class="hl-1"> = </span><span class="hl-0">document</span><span class="hl-1">.</span><span class="hl-10">getElementById</span><span class="hl-1">(</span><span class="hl-11">"videoElement"</span><span class="hl-1">);</span><br/><span class="hl-8">let</span><span class="hl-1"> </span><span class="hl-0">playerConfig</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-0">key:</span><span class="hl-1"> </span><span class="hl-11">"<license_key>"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">playback:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">autoplay:</span><span class="hl-1"> </span><span class="hl-8">true</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">muted:</span><span class="hl-1"> </span><span class="hl-8">true</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">};</span><br/><br/><span class="hl-8">let</span><span class="hl-1"> </span><span class="hl-0">player</span><span class="hl-1"> = </span><span class="hl-8">new</span><span class="hl-1"> </span><span class="hl-0">mkplayer</span><span class="hl-1">.</span><span class="hl-10">MKPlayer</span><span class="hl-1">(</span><span class="hl-0">playerConfig</span><span class="hl-1">, </span><span class="hl-0">videoContainer</span><span class="hl-1">);</span><br/><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">setVideoElement</span><span class="hl-1">(</span><span class="hl-0">videoElement</span><span class="hl-1">);</span><br/><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">load</span><span class="hl-1">(</span><span class="hl-0">sourceConfig</span><span class="hl-1">);</span>
|
|
1086
|
+
</code><button>Copy</button></pre>
|
|
1087
|
+
</div>
|
|
1088
|
+
<div class="tsd-parameters">
|
|
1089
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1090
|
+
<ul class="tsd-parameter-list">
|
|
1091
|
+
<li>
|
|
1092
|
+
<h5><span class="tsd-kind-parameter">videoElement</span>: <span class="tsd-signature-type ">HTMLVideoElement</span></h5>
|
|
1093
|
+
<div class="tsd-comment tsd-typography"><p>the video element to set.</p>
|
|
1094
|
+
</div>
|
|
1095
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1096
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1097
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1098
|
+
<section class="tsd-panel tsd-member"><a id="setVideoQuality" class="tsd-anchor"></a>
|
|
1099
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Video<wbr/>Quality</span><a href="#setVideoQuality" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1100
|
+
<ul class="tsd-signatures">
|
|
1101
|
+
<li class="tsd-signature tsd-anchor-link" id="setVideoQuality.setVideoQuality-1"><span class="tsd-kind-call-signature">set<wbr/>Video<wbr/>Quality</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">videoQualityID</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setVideoQuality.setVideoQuality-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1102
|
+
<li class="tsd-description">
|
|
1103
|
+
<div class="tsd-comment tsd-typography"><p>Manually sets the video stream to a fixed quality, identified by ID.</p>
|
|
1104
|
+
<p>Has to be an ID defined in the Manifest/MPD or the keyword 'auto'.</p>
|
|
1105
|
+
<p>Auto resets to dynamic switching.</p>
|
|
1106
|
+
<p>A list with valid IDs can be retrieved by calling <a href="MKPlayerAPI.html#getAvailableVideoQualities" class="tsd-kind-method">getAvailableVideoQualities</a>.</p>
|
|
1107
|
+
</div>
|
|
1108
|
+
<div class="tsd-parameters">
|
|
1109
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1110
|
+
<ul class="tsd-parameter-list">
|
|
1111
|
+
<li>
|
|
1112
|
+
<h5><span class="tsd-kind-parameter">videoQualityID</span>: <span class="tsd-signature-type">string</span></h5>
|
|
1113
|
+
<div class="tsd-comment tsd-typography"><p>ID defined in the Manifest/MPD or 'auto'.</p>
|
|
1114
|
+
</div>
|
|
1115
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1116
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1117
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1118
|
+
<section class="tsd-panel tsd-member"><a id="setViewMode" class="tsd-anchor"></a>
|
|
1119
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>View<wbr/>Mode</span><a href="#setViewMode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1120
|
+
<ul class="tsd-signatures">
|
|
1121
|
+
<li class="tsd-signature tsd-anchor-link" id="setViewMode.setViewMode-1"><span class="tsd-kind-call-signature">set<wbr/>View<wbr/>Mode</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">viewMode</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setViewMode.setViewMode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1122
|
+
<li class="tsd-description">
|
|
1123
|
+
<div class="tsd-comment tsd-typography"><p>Sets the player to a particular ViewMode.</p>
|
|
1124
|
+
<p>Will only work if the selected view mode is available and isViewModeAvailable returns true, else this call will be ignored.</p>
|
|
1125
|
+
<p>If successful, a <a href="../enums/MKPlayerEvent.html#ViewModeChanged" class="tsd-kind-enum-member">ViewModeChanged</a> will be fired.</p>
|
|
1126
|
+
</div>
|
|
1127
|
+
<div class="tsd-parameters">
|
|
1128
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1129
|
+
<ul class="tsd-parameter-list">
|
|
1130
|
+
<li>
|
|
1131
|
+
<h5><span class="tsd-kind-parameter">viewMode</span>: <a href="../enums/MKViewMode.html" class="tsd-signature-type tsd-kind-enum">MKViewMode</a></h5>
|
|
1132
|
+
<div class="tsd-comment tsd-typography"><p>the view mode to switch the player into.</p>
|
|
1133
|
+
</div>
|
|
1134
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
1135
|
+
<li>
|
|
1136
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="MKViewModeOptions.html" class="tsd-signature-type tsd-kind-interface">MKViewModeOptions</a></h5>
|
|
1137
|
+
<div class="tsd-comment tsd-typography"><p>additional optional parameters for view modes.</p>
|
|
1138
|
+
</div>
|
|
1139
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1140
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1141
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1142
|
+
<section class="tsd-panel tsd-member"><a id="setVolume" class="tsd-anchor"></a>
|
|
1143
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Volume</span><a href="#setVolume" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1144
|
+
<ul class="tsd-signatures">
|
|
1145
|
+
<li class="tsd-signature tsd-anchor-link" id="setVolume.setVolume-1"><span class="tsd-kind-call-signature">set<wbr/>Volume</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">volume</span>, <span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setVolume.setVolume-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1146
|
+
<li class="tsd-description">
|
|
1147
|
+
<div class="tsd-comment tsd-typography"><p>Sets the player’s volume in the range of 0 (silent) to 100 (max volume). Unmutes a muted player.</p>
|
|
1148
|
+
</div>
|
|
1149
|
+
<div class="tsd-parameters">
|
|
1150
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1151
|
+
<ul class="tsd-parameter-list">
|
|
1152
|
+
<li>
|
|
1153
|
+
<h5><span class="tsd-kind-parameter">volume</span>: <span class="tsd-signature-type">number</span></h5>
|
|
1154
|
+
<div class="tsd-comment tsd-typography"><p>The volume to set between <code>0</code> and <code>100</code>.</p>
|
|
1155
|
+
</div>
|
|
1156
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
1157
|
+
<li>
|
|
1158
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
1159
|
+
<div class="tsd-comment tsd-typography"><p>The issuer of the API call that will be passed to events triggered by this call.</p>
|
|
1160
|
+
</div>
|
|
1161
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1162
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1163
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1164
|
+
<section class="tsd-panel tsd-member"><a id="showAirplayTargetPicker" class="tsd-anchor"></a>
|
|
1165
|
+
<h3 class="tsd-anchor-link"><span>show<wbr/>Airplay<wbr/>Target<wbr/>Picker</span><a href="#showAirplayTargetPicker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1166
|
+
<ul class="tsd-signatures">
|
|
1167
|
+
<li class="tsd-signature tsd-anchor-link" id="showAirplayTargetPicker.showAirplayTargetPicker-1"><span class="tsd-kind-call-signature">show<wbr/>Airplay<wbr/>Target<wbr/>Picker</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#showAirplayTargetPicker.showAirplayTargetPicker-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1168
|
+
<li class="tsd-description">
|
|
1169
|
+
<div class="tsd-comment tsd-typography"><p>Shows the airplay playback target picker.</p>
|
|
1170
|
+
</div>
|
|
1171
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1172
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1173
|
+
<section class="tsd-panel tsd-member"><a id="unload" class="tsd-anchor"></a>
|
|
1174
|
+
<h3 class="tsd-anchor-link"><span>unload</span><a href="#unload" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1175
|
+
<ul class="tsd-signatures">
|
|
1176
|
+
<li class="tsd-signature tsd-anchor-link" id="unload.unload-1"><span class="tsd-kind-call-signature">unload</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#unload.unload-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1177
|
+
<li class="tsd-description">
|
|
1178
|
+
<div class="tsd-comment tsd-typography"><p>Unloads the current video source.</p>
|
|
1179
|
+
</div>
|
|
1180
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1181
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section>
|
|
1182
|
+
<section class="tsd-panel tsd-member"><a id="unmute" class="tsd-anchor"></a>
|
|
1183
|
+
<h3 class="tsd-anchor-link"><span>unmute</span><a href="#unmute" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
1184
|
+
<ul class="tsd-signatures">
|
|
1185
|
+
<li class="tsd-signature tsd-anchor-link" id="unmute.unmute-1"><span class="tsd-kind-call-signature">unmute</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">issuer</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#unmute.unmute-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
1186
|
+
<li class="tsd-description">
|
|
1187
|
+
<div class="tsd-comment tsd-typography"><p>Unmutes the player if muted.</p>
|
|
1188
|
+
</div>
|
|
1189
|
+
<div class="tsd-parameters">
|
|
1190
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1191
|
+
<ul class="tsd-parameter-list">
|
|
1192
|
+
<li>
|
|
1193
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">issuer</span>: <span class="tsd-signature-type">string</span></h5>
|
|
1194
|
+
<div class="tsd-comment tsd-typography"><p>The issuer of the API call that will be passed to events triggered by this call.</p>
|
|
1195
|
+
</div>
|
|
1196
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
1197
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1198
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></section></section></div>
|
|
1199
|
+
<div class="col-sidebar">
|
|
1200
|
+
<div class="page-menu">
|
|
1201
|
+
<div class="tsd-navigation settings">
|
|
1202
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
1203
|
+
<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>
|
|
1204
|
+
<div class="tsd-accordion-details">
|
|
1205
|
+
<div class="tsd-filter-visibility">
|
|
1206
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
1207
|
+
<ul id="tsd-filter-options">
|
|
1208
|
+
<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>
|
|
1209
|
+
<div class="tsd-theme-toggle">
|
|
1210
|
+
<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>
|
|
1211
|
+
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
1212
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
1213
|
+
<div class="tsd-accordion-details">
|
|
1214
|
+
<ul>
|
|
1215
|
+
<li><a href="#adaptation" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>adaptation</span></a></li>
|
|
1216
|
+
<li><a href="#buffer" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>buffer</span></a></li>
|
|
1217
|
+
<li><a href="#drm" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>drm</span></a></li>
|
|
1218
|
+
<li><a href="#lowlatency" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>lowlatency</span></a></li>
|
|
1219
|
+
<li><a href="#manifest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>manifest</span></a></li>
|
|
1220
|
+
<li><a href="#subtitles" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>subtitles</span></a></li>
|
|
1221
|
+
<li><a href="#addCastMetadata" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>add<wbr/>Cast<wbr/>Metadata</span></a></li>
|
|
1222
|
+
<li><a href="#addTimelineMarker" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>add<wbr/>Timeline<wbr/>Marker</span></a></li>
|
|
1223
|
+
<li><a href="#castStop" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>cast<wbr/>Stop</span></a></li>
|
|
1224
|
+
<li><a href="#castVideo" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>cast<wbr/>Video</span></a></li>
|
|
1225
|
+
<li><a href="#destroy" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>destroy</span></a></li>
|
|
1226
|
+
<li><a href="#getAspectRatio" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Aspect<wbr/>Ratio</span></a></li>
|
|
1227
|
+
<li><a href="#getAudio" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Audio</span></a></li>
|
|
1228
|
+
<li><a href="#getAudioQuality" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Audio<wbr/>Quality</span></a></li>
|
|
1229
|
+
<li><a href="#getAvailableAudio" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Audio</span></a></li>
|
|
1230
|
+
<li><a href="#getAvailableAudioQualities" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Audio<wbr/>Qualities</span></a></li>
|
|
1231
|
+
<li><a href="#getAvailableSegments" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Segments</span></a></li>
|
|
1232
|
+
<li><a href="#getAvailableVideoQualities" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Available<wbr/>Video<wbr/>Qualities</span></a></li>
|
|
1233
|
+
<li><a href="#getBufferedRanges" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Buffered<wbr/>Ranges</span></a></li>
|
|
1234
|
+
<li><a href="#getCurrentTime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Current<wbr/>Time</span></a></li>
|
|
1235
|
+
<li><a href="#getDownloadedAudioData" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Downloaded<wbr/>Audio<wbr/>Data</span></a></li>
|
|
1236
|
+
<li><a href="#getDownloadedVideoData" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Downloaded<wbr/>Video<wbr/>Data</span></a></li>
|
|
1237
|
+
<li><a href="#getDroppedVideoFrames" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Dropped<wbr/>Video<wbr/>Frames</span></a></li>
|
|
1238
|
+
<li><a href="#getDuration" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Duration</span></a></li>
|
|
1239
|
+
<li><a href="#getLiveLatency" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Live<wbr/>Latency</span></a></li>
|
|
1240
|
+
<li><a href="#getMaxTimeShift" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Max<wbr/>Time<wbr/>Shift</span></a></li>
|
|
1241
|
+
<li><a href="#getPlaybackAudioData" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Playback<wbr/>Audio<wbr/>Data</span></a></li>
|
|
1242
|
+
<li><a href="#getPlaybackSpeed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Playback<wbr/>Speed</span></a></li>
|
|
1243
|
+
<li><a href="#getPlaybackVideoData" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Playback<wbr/>Video<wbr/>Data</span></a></li>
|
|
1244
|
+
<li><a href="#getPlayerType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Player<wbr/>Type</span></a></li>
|
|
1245
|
+
<li><a href="#getSeekableRange" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Seekable<wbr/>Range</span></a></li>
|
|
1246
|
+
<li><a href="#getStreamType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Stream<wbr/>Type</span></a></li>
|
|
1247
|
+
<li><a href="#getThumbnail" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Thumbnail</span></a></li>
|
|
1248
|
+
<li><a href="#getTimeShift" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Time<wbr/>Shift</span></a></li>
|
|
1249
|
+
<li><a href="#getTimelineMarkers" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Timeline<wbr/>Markers</span></a></li>
|
|
1250
|
+
<li><a href="#getTotalStalledTime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Total<wbr/>Stalled<wbr/>Time</span></a></li>
|
|
1251
|
+
<li><a href="#getVersion" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Version</span></a></li>
|
|
1252
|
+
<li><a href="#getVideoContainer" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Video<wbr/>Container</span></a></li>
|
|
1253
|
+
<li><a href="#getVideoElement" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Video<wbr/>Element</span></a></li>
|
|
1254
|
+
<li><a href="#getVideoQuality" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Video<wbr/>Quality</span></a></li>
|
|
1255
|
+
<li><a href="#getViewMode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>View<wbr/>Mode</span></a></li>
|
|
1256
|
+
<li><a href="#getVolume" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Volume</span></a></li>
|
|
1257
|
+
<li><a href="#hasEnded" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Ended</span></a></li>
|
|
1258
|
+
<li><a href="#isAirplayActive" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Airplay<wbr/>Active</span></a></li>
|
|
1259
|
+
<li><a href="#isAirplayAvailable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Airplay<wbr/>Available</span></a></li>
|
|
1260
|
+
<li><a href="#isCastAvailable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Cast<wbr/>Available</span></a></li>
|
|
1261
|
+
<li><a href="#isCasting" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Casting</span></a></li>
|
|
1262
|
+
<li><a href="#isLive" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Live</span></a></li>
|
|
1263
|
+
<li><a href="#isMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Muted</span></a></li>
|
|
1264
|
+
<li><a href="#isPaused" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Paused</span></a></li>
|
|
1265
|
+
<li><a href="#isPlaying" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Playing</span></a></li>
|
|
1266
|
+
<li><a href="#isStalled" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Stalled</span></a></li>
|
|
1267
|
+
<li><a href="#isViewModeAvailable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>View<wbr/>Mode<wbr/>Available</span></a></li>
|
|
1268
|
+
<li><a href="#load" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>load</span></a></li>
|
|
1269
|
+
<li><a href="#mute" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>mute</span></a></li>
|
|
1270
|
+
<li><a href="#off" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>off</span></a></li>
|
|
1271
|
+
<li><a href="#offAll" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>off<wbr/>All</span></a></li>
|
|
1272
|
+
<li><a href="#on" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>on</span></a></li>
|
|
1273
|
+
<li><a href="#pause" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>pause</span></a></li>
|
|
1274
|
+
<li><a href="#play" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>play</span></a></li>
|
|
1275
|
+
<li><a href="#preload" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>preload</span></a></li>
|
|
1276
|
+
<li><a href="#reload" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>reload</span></a></li>
|
|
1277
|
+
<li><a href="#removeTimelineMarker" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove<wbr/>Timeline<wbr/>Marker</span></a></li>
|
|
1278
|
+
<li><a href="#seek" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>seek</span></a></li>
|
|
1279
|
+
<li><a href="#seekToLiveEdge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>seek<wbr/>To<wbr/>Live<wbr/>Edge</span></a></li>
|
|
1280
|
+
<li><a href="#setAspectRatio" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Aspect<wbr/>Ratio</span></a></li>
|
|
1281
|
+
<li><a href="#setAudio" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Audio</span></a></li>
|
|
1282
|
+
<li><a href="#setAudioQuality" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Audio<wbr/>Quality</span></a></li>
|
|
1283
|
+
<li><a href="#setHttpHeaders" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Http<wbr/>Headers</span></a></li>
|
|
1284
|
+
<li><a href="#setLogLevel" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Log<wbr/>Level</span></a></li>
|
|
1285
|
+
<li><a href="#setPlaybackSpeed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Playback<wbr/>Speed</span></a></li>
|
|
1286
|
+
<li><a href="#setPosterImage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Poster<wbr/>Image</span></a></li>
|
|
1287
|
+
<li><a href="#setVideoElement" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Element</span></a></li>
|
|
1288
|
+
<li><a href="#setVideoQuality" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Quality</span></a></li>
|
|
1289
|
+
<li><a href="#setViewMode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>View<wbr/>Mode</span></a></li>
|
|
1290
|
+
<li><a href="#setVolume" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Volume</span></a></li>
|
|
1291
|
+
<li><a href="#showAirplayTargetPicker" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>show<wbr/>Airplay<wbr/>Target<wbr/>Picker</span></a></li>
|
|
1292
|
+
<li><a href="#unload" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>unload</span></a></li>
|
|
1293
|
+
<li><a href="#unmute" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>unmute</span></a></li></ul></div></details></div>
|
|
1294
|
+
<div class="site-menu">
|
|
1295
|
+
<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>
|
|
1296
|
+
<ul class="tsd-small-nested-navigation">
|
|
1297
|
+
<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>
|
|
1298
|
+
<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>
|
|
1299
|
+
<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>
|
|
1300
|
+
<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>
|
|
1301
|
+
<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>
|
|
1302
|
+
<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>
|
|
1303
|
+
<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>
|
|
1304
|
+
<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>
|
|
1305
|
+
<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>
|
|
1306
|
+
<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>
|
|
1307
|
+
<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>
|
|
1308
|
+
<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>
|
|
1309
|
+
<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>
|
|
1310
|
+
<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>
|
|
1311
|
+
<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>
|
|
1312
|
+
<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>
|
|
1313
|
+
<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>
|
|
1314
|
+
<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>
|
|
1315
|
+
<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>
|
|
1316
|
+
<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>
|
|
1317
|
+
<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>
|
|
1318
|
+
<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>
|
|
1319
|
+
<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>
|
|
1320
|
+
<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>
|
|
1321
|
+
<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>
|
|
1322
|
+
<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>
|
|
1323
|
+
<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>
|
|
1324
|
+
<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>
|
|
1325
|
+
<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>
|
|
1326
|
+
<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>
|
|
1327
|
+
<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>
|
|
1328
|
+
<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>
|
|
1329
|
+
<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>
|
|
1330
|
+
<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>
|
|
1331
|
+
<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>
|
|
1332
|
+
<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>
|
|
1333
|
+
<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>
|
|
1334
|
+
<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>
|
|
1335
|
+
<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>
|
|
1336
|
+
<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>
|
|
1337
|
+
<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>
|
|
1338
|
+
<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>
|
|
1339
|
+
<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>
|
|
1340
|
+
<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>
|
|
1341
|
+
<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>
|
|
1342
|
+
<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>
|
|
1343
|
+
<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>
|
|
1344
|
+
<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>
|
|
1345
|
+
<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>
|
|
1346
|
+
<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>
|
|
1347
|
+
<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>
|
|
1348
|
+
<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>
|
|
1349
|
+
<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>
|
|
1350
|
+
<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>
|
|
1351
|
+
<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>
|
|
1352
|
+
<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>
|
|
1353
|
+
<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>
|
|
1354
|
+
<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>
|
|
1355
|
+
<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>
|
|
1356
|
+
<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>
|
|
1357
|
+
<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>
|
|
1358
|
+
<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>
|
|
1359
|
+
<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>
|
|
1360
|
+
<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>
|
|
1361
|
+
<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>
|
|
1362
|
+
<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>
|
|
1363
|
+
<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>
|
|
1364
|
+
<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>
|
|
1365
|
+
<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>
|
|
1366
|
+
<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>
|
|
1367
|
+
<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>
|
|
1368
|
+
<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>
|
|
1369
|
+
<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>
|
|
1370
|
+
<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>
|
|
1371
|
+
<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>
|
|
1372
|
+
<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>
|
|
1373
|
+
<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>
|
|
1374
|
+
<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>
|
|
1375
|
+
<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>
|
|
1376
|
+
<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>
|
|
1377
|
+
<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>
|
|
1378
|
+
<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>
|
|
1379
|
+
<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>
|
|
1380
|
+
<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>
|
|
1381
|
+
<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>
|
|
1382
|
+
<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>
|
|
1383
|
+
<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>
|
|
1384
|
+
<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>
|
|
1385
|
+
<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>
|
|
1386
|
+
<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>
|
|
1387
|
+
<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>
|
|
1388
|
+
<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>
|
|
1389
|
+
<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>
|
|
1390
|
+
<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>
|
|
1391
|
+
<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>
|
|
1392
|
+
<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>
|
|
1393
|
+
<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>
|
|
1394
|
+
<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>
|
|
1395
|
+
<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>
|
|
1396
|
+
<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>
|
|
1397
|
+
<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>
|
|
1398
|
+
<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>
|
|
1399
|
+
<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>
|
|
1400
|
+
<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>
|
|
1401
|
+
<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>
|
|
1402
|
+
<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>
|
|
1403
|
+
<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>
|
|
1404
|
+
<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>
|
|
1405
|
+
<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>
|
|
1406
|
+
<li><a href="MKPlayerCoreAPI.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>CoreAPI</span></a></li>
|
|
1407
|
+
<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>
|
|
1408
|
+
<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>
|
|
1409
|
+
<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>
|
|
1410
|
+
<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>
|
|
1411
|
+
<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>
|
|
1412
|
+
<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>
|
|
1413
|
+
<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>
|
|
1414
|
+
<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>
|
|
1415
|
+
<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>
|
|
1416
|
+
<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>
|
|
1417
|
+
<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>
|
|
1418
|
+
<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>
|
|
1419
|
+
<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>
|
|
1420
|
+
<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>
|
|
1421
|
+
<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>
|
|
1422
|
+
<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>
|
|
1423
|
+
<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>
|
|
1424
|
+
<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>
|
|
1425
|
+
<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>
|
|
1426
|
+
<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>
|
|
1427
|
+
<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>
|
|
1428
|
+
<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>
|
|
1429
|
+
<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>
|
|
1430
|
+
<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>
|
|
1431
|
+
<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>
|
|
1432
|
+
<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>
|
|
1433
|
+
<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>
|
|
1434
|
+
<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>
|
|
1435
|
+
<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>
|
|
1436
|
+
<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>
|
|
1437
|
+
<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>
|
|
1438
|
+
<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>
|
|
1439
|
+
<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>
|
|
1440
|
+
<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>
|
|
1441
|
+
<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>
|
|
1442
|
+
<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>
|
|
1443
|
+
<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>
|
|
1444
|
+
<li><a href="MKTweaksConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKTweaks<wbr/>Config</span></a></li>
|
|
1445
|
+
<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>
|
|
1446
|
+
<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>
|
|
1447
|
+
<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>
|
|
1448
|
+
<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>
|
|
1449
|
+
<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>
|
|
1450
|
+
<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>
|
|
1451
|
+
<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>
|
|
1452
|
+
<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>
|
|
1453
|
+
<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>
|
|
1454
|
+
<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>
|
|
1455
|
+
<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>
|
|
1456
|
+
<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>
|
|
1457
|
+
<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>
|
|
1458
|
+
<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>
|
|
1459
|
+
<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>
|
|
1460
|
+
<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>
|
|
1461
|
+
<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>
|
|
1462
|
+
<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>
|
|
1463
|
+
<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>
|
|
1464
|
+
<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>
|
|
1465
|
+
<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>
|
|
1466
|
+
<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>
|
|
1467
|
+
<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>
|
|
1468
|
+
<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>
|
|
1469
|
+
<div class="overlay"></div></body></html>
|