@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
package/docs/index.html
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>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
|
+
<h2>MKPlayer - v1.10.1</h2></div>
|
|
15
|
+
<div class="tsd-panel tsd-typography"><p>MKPlayer is an HTML5 video player SDK used for playing back HLS and DASH adaptive bitrate streams without using browser plugins.</p>
|
|
16
|
+
<p>Our main goal is to provide a simple, abstract API that allows you to quickly get video playback of MediaKind streams running on your web page.</p>
|
|
17
|
+
<p>Please reach out to MediaKind team as a player (mandatory) and analytics (optional) license subscription is required and respective domains must be whitelisted on which our player is expected to run on.</p>
|
|
18
|
+
<a id="md:getting-started" class="tsd-anchor"></a><h2><a href="#md:getting-started">Getting Started</a></h2><a id="md:step-1-get-the-latest-release-of-mkplayer" class="tsd-anchor"></a><h3><a href="#md:step-1-get-the-latest-release-of-mkplayer">Step 1: Get the latest release of MKPlayer.</a></h3><p>You can checkout the latest version of MKPlayer from <a href="https://www.npmjs.com/">npmjs.com</a> using the following command:</p>
|
|
19
|
+
<pre><code><span class="hl-0">npm</span><span class="hl-1"> </span><span class="hl-0">i</span><span class="hl-1"> @</span><span class="hl-0">mediakind</span><span class="hl-1">/</span><span class="hl-0">mkplayer</span>
|
|
20
|
+
</code><button>Copy</button></pre>
|
|
21
|
+
<a id="md:step-2-include-javascript-and-css-files-in-the-head-of-your-page" class="tsd-anchor"></a><h3><a href="#md:step-2-include-javascript-and-css-files-in-the-head-of-your-page">Step 2: Include JavaScript and CSS files in the head of your page.</a></h3><p>After getting hold of the latest version of MKPlayer from NPM, you need to include <code>mkplayer.js</code> and <code>mkplayer-ui.css</code> in the <code><head></code> of your HTML page as below:</p>
|
|
22
|
+
<pre><code class="language-html"><span class="hl-2"><</span><span class="hl-3">head</span><span class="hl-2">></span><br/><span class="hl-1"> </span><span class="hl-2"><</span><span class="hl-3">title</span><span class="hl-2">></span><span class="hl-1">My Video Player</span><span class="hl-2"></</span><span class="hl-3">title</span><span class="hl-2">></span><br/><span class="hl-1"> </span><span class="hl-2"><</span><span class="hl-3">meta</span><span class="hl-1"> </span><span class="hl-4">charset</span><span class="hl-1">=</span><span class="hl-5">"utf-8"</span><span class="hl-2">></span><br/><span class="hl-1"> </span><span class="hl-2"><</span><span class="hl-3">meta</span><span class="hl-1"> </span><span class="hl-4">name</span><span class="hl-1">=</span><span class="hl-5">"viewport"</span><span class="hl-1"> </span><span class="hl-4">content</span><span class="hl-1">=</span><span class="hl-5">"width=device-width, initial-scale=1"</span><span class="hl-2">></span><br/><span class="hl-1"> </span><span class="hl-6"><!-- MKPlayer JavaScript and CSS --></span><br/><span class="hl-1"> </span><span class="hl-2"><</span><span class="hl-3">script</span><span class="hl-7"> </span><span class="hl-4">type</span><span class="hl-7">=</span><span class="hl-5">"text/javascript"</span><span class="hl-7"> </span><span class="hl-4">src</span><span class="hl-7">=</span><span class="hl-5">"./node_modules/@mediakind/mkplayer/mkplayer.js"</span><span class="hl-2">></</span><span class="hl-3">script</span><span class="hl-2">></span><br/><span class="hl-1"> </span><span class="hl-2"><</span><span class="hl-3">link</span><span class="hl-1"> </span><span class="hl-4">rel</span><span class="hl-1">=</span><span class="hl-5">"stylesheet"</span><span class="hl-1"> </span><span class="hl-4">href</span><span class="hl-1">=</span><span class="hl-5">"./node_modules/@mediakind/mkplayer/mkplayer-ui.css"</span><span class="hl-2">></span><br/><span class="hl-2"></</span><span class="hl-3">head</span><span class="hl-2">></span>
|
|
23
|
+
</code><button>Copy</button></pre>
|
|
24
|
+
<a id="md:step-3-add-a-html-ltdivgt-for-your-video-container" class="tsd-anchor"></a><h3><a href="#md:step-3-add-a-html-ltdivgt-for-your-video-container">Step 3: Add a HTML <code><div></code> for your video container.</a></h3><p>As the next step you need to define a HTML <code><div></code> in your HTML page <code><body></code>. This is going to be your video container used by the player for playback.</p>
|
|
25
|
+
<pre><code class="language-html"><span class="hl-2"><</span><span class="hl-3">body</span><span class="hl-2">></span><br/><span class="hl-1"> </span><span class="hl-2"><</span><span class="hl-3">div</span><span class="hl-1"> </span><span class="hl-4">id</span><span class="hl-1">=</span><span class="hl-5">"video-container"</span><span class="hl-2">></</span><span class="hl-3">div</span><span class="hl-2">></span><br/><span class="hl-2"></</span><span class="hl-3">body</span><span class="hl-2">></span>
|
|
26
|
+
</code><button>Copy</button></pre>
|
|
27
|
+
<a id="md:step-4-player-initialization" class="tsd-anchor"></a><h3><a href="#md:step-4-player-initialization">Step 4: Player initialization.</a></h3><p>Now, inside your JavaScript source, we can initialize the player and configure the player for your needs as below:</p>
|
|
28
|
+
<pre><code class="language-javascript"><span class="hl-6">// 1. Grab the video container</span><br/><span class="hl-8">const</span><span class="hl-1"> </span><span class="hl-9">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">"video-container"</span><span class="hl-1">);</span><br/><br/><span class="hl-6">// 2. Prepare the player configuration</span><br/><span class="hl-8">const</span><span class="hl-1"> </span><span class="hl-9">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">"PLAYER_LICENSE_HERE"</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">muted:</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">autoplay:</span><span class="hl-1"> </span><span class="hl-8">true</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-6">// Subscribe to player events</span><br/><span class="hl-1"> </span><span class="hl-0">events:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">[mkplayer.MKPlayerEvent.Error]:</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">console</span><span class="hl-1">.</span><span class="hl-10">log</span><span class="hl-1">(</span><span class="hl-11">"Encountered player error: "</span><span class="hl-1">, </span><span class="hl-9">JSON</span><span class="hl-1">.</span><span class="hl-10">stringify</span><span class="hl-1">(</span><span class="hl-0">event</span><span class="hl-1">));</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-0">[mkplayer.MKPlayerEvent.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-0">console</span><span class="hl-1">.</span><span class="hl-10">log</span><span class="hl-1">(</span><span class="hl-11">"Current player position: "</span><span class="hl-1">, </span><span class="hl-0">event</span><span class="hl-1">.</span><span class="hl-0">time</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">};</span><br/><br/><span class="hl-6">// 3. Initialize the player with video container and player configuration</span><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">videoContainer</span><span class="hl-1">, </span><span class="hl-0">playerConfig</span><span class="hl-1">);</span>
|
|
29
|
+
</code><button>Copy</button></pre>
|
|
30
|
+
<p>Please see <a href="./interfaces/MKPlayerConfig.html">MKPlayerConfig</a> for more details.</p>
|
|
31
|
+
<p>From this point onwards, we are all set to use the many player API's and handle and respond to the many player events.</p>
|
|
32
|
+
<p>Optionally you can dynamically subscribe to player events in addition to the ones subscribed in player configuration as below:</p>
|
|
33
|
+
<pre><code class="language-javascript"><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">mkplayer</span><span class="hl-1">.</span><span class="hl-0">MKPlayerEvent</span><span class="hl-1">.</span><span class="hl-0">SourceLoaded</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">console</span><span class="hl-1">.</span><span class="hl-10">log</span><span class="hl-1">(</span><span class="hl-11">"Source loaded successfully!"</span><span class="hl-1">);</span><br/><span class="hl-1">});</span><br/><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">mkplayer</span><span class="hl-1">.</span><span class="hl-0">MKPlayerEvent</span><span class="hl-1">.</span><span class="hl-0">Ready</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">console</span><span class="hl-1">.</span><span class="hl-10">log</span><span class="hl-1">(</span><span class="hl-11">"Player is ready for playback!"</span><span class="hl-1">);</span><br/><span class="hl-1">});</span>
|
|
34
|
+
</code><button>Copy</button></pre>
|
|
35
|
+
<a id="md:step-5-start-playback" class="tsd-anchor"></a><h3><a href="#md:step-5-start-playback">Step 5: Start playback.</a></h3><p>At this step, we have a player which is properly initialized and ready for use. All we need to do now is prepare a source configuration object as below:</p>
|
|
36
|
+
<pre><code class="language-javascript"><span class="hl-8">const</span><span class="hl-1"> </span><span class="hl-9">sourceConfig</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-0">title:</span><span class="hl-1"> </span><span class="hl-11">"Title for your source"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">description:</span><span class="hl-1"> </span><span class="hl-11">"Brief description of your source"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">poster:</span><span class="hl-1"> </span><span class="hl-11">"https://my-cdn.com/mysource/poster.png"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">hls:</span><span class="hl-1"> </span><span class="hl-11">"https://my-cdn.com/mysource/hls/index.m3u8"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">dash:</span><span class="hl-1"> </span><span class="hl-11">"https://my-cdn.com/mysource/dash/manifest.mpd"</span><br/><span class="hl-1">};</span>
|
|
37
|
+
</code><button>Copy</button></pre>
|
|
38
|
+
<p>When attempting to setup playback for DRM protected content, we need to pass in a <a href="./interfaces/MKDrmConfig.html">MKDRMConfig</a> as one of the properties to the source configuration above as below:</p>
|
|
39
|
+
<pre><code class="language-javascript"><span class="hl-8">const</span><span class="hl-1"> </span><span class="hl-9">sourceConfig</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-0">title:</span><span class="hl-1"> </span><span class="hl-11">"Title for your source"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">description:</span><span class="hl-1"> </span><span class="hl-11">"Brief description of your source"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">poster:</span><span class="hl-1"> </span><span class="hl-11">"https://my-cdn.com/mysource/poster.png"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">hls:</span><span class="hl-1"> </span><span class="hl-11">"https://my-cdn.com/mysource/hls/index.m3u8"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">dash:</span><span class="hl-1"> </span><span class="hl-11">"https://my-cdn.com/mysource/dash/manifest.mpd"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-6">// when your source is DRM protected</span><br/><span class="hl-1"> </span><span class="hl-0">drm:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">widevine:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">LA_URL:</span><span class="hl-1"> </span><span class="hl-11">"License server URL"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">headers:</span><span class="hl-1"> { </span><span class="hl-6">// custom headers if available</span><br/><span class="hl-1"> </span><span class="hl-11">"X-CustomHeader1"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"Custom header value"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-11">"X-CustomHeader2"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"Custom header value"</span><span class="hl-1">,</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-0">playready:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">LA_URL:</span><span class="hl-1"> </span><span class="hl-11">"License server URL"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">headers:</span><span class="hl-1"> { </span><span class="hl-6">// custom headers if available</span><br/><span class="hl-1"> </span><span class="hl-11">"X-CustomHeader1"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"Custom header value"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-11">"X-CustomHeader2"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"Custom header value"</span><span class="hl-1">,</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-6">// FairPlay DRM applies only to HLS sources on apple devices</span><br/><span class="hl-1"> </span><span class="hl-0">fairplay:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">LA_URL:</span><span class="hl-1"> </span><span class="hl-11">"License server URL"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">certificateURL:</span><span class="hl-1"> </span><span class="hl-11">"Certificate URL"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">headers:</span><span class="hl-1"> { </span><span class="hl-6">// custom headers if available</span><br/><span class="hl-1"> </span><span class="hl-11">"X-CustomHeader1"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"Custom header value"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-11">"X-CustomHeader2"</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-11">"Custom header value"</span><span class="hl-1">,</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">};</span>
|
|
40
|
+
</code><button>Copy</button></pre>
|
|
41
|
+
<p>Please see <a href="./interfaces/MKSourceConfig.html">MKSourceConfig</a> for more details.</p>
|
|
42
|
+
<p>Now with the above source config we are all set to start playback as below:</p>
|
|
43
|
+
<pre><code class="language-javascript"><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><br/><span class="hl-1">.</span><span class="hl-10">then</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-6">// you can also get notified when subscribed to `SourceLoaded` event.</span><br/><span class="hl-1"> </span><span class="hl-0">console</span><span class="hl-1">.</span><span class="hl-10">log</span><span class="hl-1">(</span><span class="hl-11">"Source loaded successfull!"</span><span class="hl-1">);</span><br/><span class="hl-1">})</span><br/><span class="hl-1">.</span><span class="hl-10">catch</span><span class="hl-1">((</span><span class="hl-0">error</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">console</span><span class="hl-1">.</span><span class="hl-10">error</span><span class="hl-1">(</span><span class="hl-11">"An error occurred while loading the source!)</span><span class="hl-12">;</span><br/><span class="hl-1">});</span>
|
|
44
|
+
</code><button>Copy</button></pre>
|
|
45
|
+
<a id="md:step-6-stop-playback" class="tsd-anchor"></a><h3><a href="#md:step-6-stop-playback">Step 6: Stop playback.</a></h3><p>To stop the current playback session:</p>
|
|
46
|
+
<pre><code class="language-javascript"><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">unload</span><span class="hl-1">()</span><br/><span class="hl-1">.</span><span class="hl-10">then</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-6">// you can also get notified when subscribed to `SourceUnloaded` event.</span><br/><span class="hl-1"> </span><span class="hl-0">console</span><span class="hl-1">.</span><span class="hl-10">log</span><span class="hl-1">(</span><span class="hl-11">"Source unloaded successfully!"</span><span class="hl-1">);</span><br/><span class="hl-1">})</span><br/><span class="hl-1">.</span><span class="hl-10">catch</span><span class="hl-1">((</span><span class="hl-0">error</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">console</span><span class="hl-1">.</span><span class="hl-10">error</span><span class="hl-1">(</span><span class="hl-11">"Source unload failed with error: "</span><span class="hl-1">, </span><span class="hl-0">error</span><span class="hl-1">);</span><br/><span class="hl-1">});</span>
|
|
47
|
+
</code><button>Copy</button></pre>
|
|
48
|
+
<a id="md:step-7-destroy-player-instance-and-release-resources" class="tsd-anchor"></a><h3><a href="#md:step-7-destroy-player-instance-and-release-resources">Step 7: Destroy player instance and release resources.</a></h3><p>Finally to destroy the player instance and release all held resources, you can call <code>destroy()</code>. You must create a new instance of the player after a call to <code>destroy()</code>.</p>
|
|
49
|
+
<pre><code class="language-javascript"><span class="hl-0">player</span><span class="hl-1">.</span><span class="hl-10">destroy</span><span class="hl-1">();</span><br/><br/><span class="hl-6">// It is recommended to wait for `Destroy` event notification after a call to `destroy()`.</span>
|
|
50
|
+
</code><button>Copy</button></pre>
|
|
51
|
+
<a id="md:quick-links" class="tsd-anchor"></a><h3><a href="#md:quick-links">Quick links</a></h3><ul>
|
|
52
|
+
<li><a href="./modules.html">Index</a></li>
|
|
53
|
+
<li><a href="./interfaces/MKPlayerAPI.html">MKPlayerAPI</a></li>
|
|
54
|
+
<li><a href="./enums/MKPlayerEvent.html">MKPlayerEvents</a></li>
|
|
55
|
+
<li><a href="./enums/MKErrorCode.html">MKErrorCode</a></li>
|
|
56
|
+
<li><a href="./interfaces/MKPlayerConfig.html">MKPlayerConfig</a></li>
|
|
57
|
+
<li><a href="./interfaces/MKSourceConfig.html">MKSourceConfig</a></li>
|
|
58
|
+
</ul>
|
|
59
|
+
</div></div>
|
|
60
|
+
<div class="col-sidebar">
|
|
61
|
+
<div class="page-menu">
|
|
62
|
+
<div class="tsd-navigation settings">
|
|
63
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
64
|
+
<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>
|
|
65
|
+
<div class="tsd-accordion-details">
|
|
66
|
+
<div class="tsd-filter-visibility">
|
|
67
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
68
|
+
<ul id="tsd-filter-options">
|
|
69
|
+
<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>
|
|
70
|
+
<div class="tsd-theme-toggle">
|
|
71
|
+
<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>
|
|
72
|
+
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
73
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
74
|
+
<div class="tsd-accordion-details">
|
|
75
|
+
<ul>
|
|
76
|
+
<li>
|
|
77
|
+
<ul>
|
|
78
|
+
<li><a href="#md:getting-started"><span>Getting <wbr/>Started</span></a></li>
|
|
79
|
+
<li>
|
|
80
|
+
<ul>
|
|
81
|
+
<li><a href="#md:step-1-get-the-latest-release-of-mkplayer"><span>Step 1: <wbr/>Get the latest release of MKPlayer.</span></a></li>
|
|
82
|
+
<li>
|
|
83
|
+
<ul>
|
|
84
|
+
<li><a href="#md:step-2-include-javascript-and-css-files-in-the-head-of-your-page"><span>Step 2: <wbr/>Include <wbr/>Java<wbr/>Script and CSS files in the head of your page.</span></a></li>
|
|
85
|
+
<li><a href="#md:step-3-add-a-html-ltdivgt-for-your-video-container"><span>Step 3: <wbr/>Add a HTML <div> for your video container.</span></a></li>
|
|
86
|
+
<li><a href="#md:step-4-player-initialization"><span>Step 4: <wbr/>Player initialization.</span></a></li>
|
|
87
|
+
<li><a href="#md:step-5-start-playback"><span>Step 5: <wbr/>Start playback.</span></a></li>
|
|
88
|
+
<li><a href="#md:step-6-stop-playback"><span>Step 6: <wbr/>Stop playback.</span></a></li>
|
|
89
|
+
<li><a href="#md:step-7-destroy-player-instance-and-release-resources"><span>Step 7: <wbr/>Destroy player instance and release resources.</span></a></li>
|
|
90
|
+
<li><a href="#md:quick-links"><span>Quick links</span></a></li></ul></li></ul></li></ul></li></ul></div></details></div>
|
|
91
|
+
<div class="site-menu">
|
|
92
|
+
<nav class="tsd-navigation"><a href="modules.html" class="current"><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>
|
|
93
|
+
<ul class="tsd-small-nested-navigation">
|
|
94
|
+
<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>
|
|
95
|
+
<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>
|
|
96
|
+
<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>
|
|
97
|
+
<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>
|
|
98
|
+
<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>
|
|
99
|
+
<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>
|
|
100
|
+
<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>
|
|
101
|
+
<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>
|
|
102
|
+
<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>
|
|
103
|
+
<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>
|
|
104
|
+
<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>
|
|
105
|
+
<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>
|
|
106
|
+
<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>
|
|
107
|
+
<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>
|
|
108
|
+
<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>
|
|
109
|
+
<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>
|
|
110
|
+
<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>
|
|
111
|
+
<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>
|
|
112
|
+
<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>
|
|
113
|
+
<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>
|
|
114
|
+
<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>
|
|
115
|
+
<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>
|
|
116
|
+
<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>
|
|
117
|
+
<li><a href="interfaces/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>
|
|
118
|
+
<li><a href="interfaces/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>
|
|
119
|
+
<li><a href="interfaces/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>
|
|
120
|
+
<li><a href="interfaces/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>
|
|
121
|
+
<li><a href="interfaces/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>
|
|
122
|
+
<li><a href="interfaces/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>
|
|
123
|
+
<li><a href="interfaces/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>
|
|
124
|
+
<li><a href="interfaces/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>
|
|
125
|
+
<li><a href="interfaces/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>
|
|
126
|
+
<li><a href="interfaces/MKAdaptationAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKAdaptationAPI</span></a></li>
|
|
127
|
+
<li><a href="interfaces/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>
|
|
128
|
+
<li><a href="interfaces/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>
|
|
129
|
+
<li><a href="interfaces/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>
|
|
130
|
+
<li><a href="interfaces/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>
|
|
131
|
+
<li><a href="interfaces/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>
|
|
132
|
+
<li><a href="interfaces/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>
|
|
133
|
+
<li><a href="interfaces/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>
|
|
134
|
+
<li><a href="interfaces/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>
|
|
135
|
+
<li><a href="interfaces/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>
|
|
136
|
+
<li><a href="interfaces/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>
|
|
137
|
+
<li><a href="interfaces/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>
|
|
138
|
+
<li><a href="interfaces/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>
|
|
139
|
+
<li><a href="interfaces/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>
|
|
140
|
+
<li><a href="interfaces/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>
|
|
141
|
+
<li><a href="interfaces/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>
|
|
142
|
+
<li><a href="interfaces/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>
|
|
143
|
+
<li><a href="interfaces/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>
|
|
144
|
+
<li><a href="interfaces/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>
|
|
145
|
+
<li><a href="interfaces/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>
|
|
146
|
+
<li><a href="interfaces/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>
|
|
147
|
+
<li><a href="interfaces/MKBufferAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKBufferAPI</span></a></li>
|
|
148
|
+
<li><a href="interfaces/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>
|
|
149
|
+
<li><a href="interfaces/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>
|
|
150
|
+
<li><a href="interfaces/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>
|
|
151
|
+
<li><a href="interfaces/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>
|
|
152
|
+
<li><a href="interfaces/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>
|
|
153
|
+
<li><a href="interfaces/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>
|
|
154
|
+
<li><a href="interfaces/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>
|
|
155
|
+
<li><a href="interfaces/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>
|
|
156
|
+
<li><a href="interfaces/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>
|
|
157
|
+
<li><a href="interfaces/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>
|
|
158
|
+
<li><a href="interfaces/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>
|
|
159
|
+
<li><a href="interfaces/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>
|
|
160
|
+
<li><a href="interfaces/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>
|
|
161
|
+
<li><a href="interfaces/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>
|
|
162
|
+
<li><a href="interfaces/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>
|
|
163
|
+
<li><a href="interfaces/MKDrmAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKDrmAPI</span></a></li>
|
|
164
|
+
<li><a href="interfaces/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>
|
|
165
|
+
<li><a href="interfaces/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>
|
|
166
|
+
<li><a href="interfaces/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>
|
|
167
|
+
<li><a href="interfaces/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>
|
|
168
|
+
<li><a href="interfaces/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>
|
|
169
|
+
<li><a href="interfaces/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>
|
|
170
|
+
<li><a href="interfaces/MKError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKError</span></a></li>
|
|
171
|
+
<li><a href="interfaces/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>
|
|
172
|
+
<li><a href="interfaces/MKFMTSASiDEvent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKFMTSASiDEvent</span></a></li>
|
|
173
|
+
<li><a href="interfaces/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>
|
|
174
|
+
<li><a href="interfaces/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>
|
|
175
|
+
<li><a href="interfaces/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>
|
|
176
|
+
<li><a href="interfaces/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>
|
|
177
|
+
<li><a href="interfaces/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>
|
|
178
|
+
<li><a href="interfaces/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>
|
|
179
|
+
<li><a href="interfaces/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>
|
|
180
|
+
<li><a href="interfaces/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>
|
|
181
|
+
<li><a href="interfaces/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>
|
|
182
|
+
<li><a href="interfaces/MKManifestAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKManifestAPI</span></a></li>
|
|
183
|
+
<li><a href="interfaces/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>
|
|
184
|
+
<li><a href="interfaces/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>
|
|
185
|
+
<li><a href="interfaces/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>
|
|
186
|
+
<li><a href="interfaces/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>
|
|
187
|
+
<li><a href="interfaces/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>
|
|
188
|
+
<li><a href="interfaces/MKMetadata.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKMetadata</span></a></li>
|
|
189
|
+
<li><a href="interfaces/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>
|
|
190
|
+
<li><a href="interfaces/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>
|
|
191
|
+
<li><a href="interfaces/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>
|
|
192
|
+
<li><a href="interfaces/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>
|
|
193
|
+
<li><a href="interfaces/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>
|
|
194
|
+
<li><a href="interfaces/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>
|
|
195
|
+
<li><a href="interfaces/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>
|
|
196
|
+
<li><a href="interfaces/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>
|
|
197
|
+
<li><a href="interfaces/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>
|
|
198
|
+
<li><a href="interfaces/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>
|
|
199
|
+
<li><a href="interfaces/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>
|
|
200
|
+
<li><a href="interfaces/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>
|
|
201
|
+
<li><a href="interfaces/MKPlayerAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayerAPI</span></a></li>
|
|
202
|
+
<li><a href="interfaces/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>
|
|
203
|
+
<li><a href="interfaces/MKPlayerCoreAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKPlayer<wbr/>CoreAPI</span></a></li>
|
|
204
|
+
<li><a href="interfaces/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>
|
|
205
|
+
<li><a href="interfaces/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>
|
|
206
|
+
<li><a href="interfaces/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>
|
|
207
|
+
<li><a href="interfaces/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>
|
|
208
|
+
<li><a href="interfaces/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>
|
|
209
|
+
<li><a href="interfaces/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>
|
|
210
|
+
<li><a href="interfaces/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>
|
|
211
|
+
<li><a href="interfaces/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>
|
|
212
|
+
<li><a href="interfaces/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>
|
|
213
|
+
<li><a href="interfaces/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>
|
|
214
|
+
<li><a href="interfaces/MKQuality.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKQuality</span></a></li>
|
|
215
|
+
<li><a href="interfaces/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>
|
|
216
|
+
<li><a href="interfaces/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>
|
|
217
|
+
<li><a href="interfaces/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>
|
|
218
|
+
<li><a href="interfaces/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>
|
|
219
|
+
<li><a href="interfaces/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>
|
|
220
|
+
<li><a href="interfaces/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>
|
|
221
|
+
<li><a href="interfaces/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>
|
|
222
|
+
<li><a href="interfaces/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>
|
|
223
|
+
<li><a href="interfaces/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>
|
|
224
|
+
<li><a href="interfaces/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>
|
|
225
|
+
<li><a href="interfaces/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>
|
|
226
|
+
<li><a href="interfaces/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>
|
|
227
|
+
<li><a href="interfaces/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>
|
|
228
|
+
<li><a href="interfaces/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>
|
|
229
|
+
<li><a href="interfaces/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>
|
|
230
|
+
<li><a href="interfaces/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>
|
|
231
|
+
<li><a href="interfaces/MKSubtitlesAPI.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKSubtitlesAPI</span></a></li>
|
|
232
|
+
<li><a href="interfaces/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>
|
|
233
|
+
<li><a href="interfaces/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>
|
|
234
|
+
<li><a href="interfaces/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>
|
|
235
|
+
<li><a href="interfaces/MKThumbnail.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKThumbnail</span></a></li>
|
|
236
|
+
<li><a href="interfaces/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>
|
|
237
|
+
<li><a href="interfaces/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>
|
|
238
|
+
<li><a href="interfaces/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>
|
|
239
|
+
<li><a href="interfaces/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>
|
|
240
|
+
<li><a href="interfaces/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>
|
|
241
|
+
<li><a href="interfaces/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>
|
|
242
|
+
<li><a href="interfaces/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>
|
|
243
|
+
<li><a href="interfaces/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>
|
|
244
|
+
<li><a href="interfaces/MKVTTProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>MKVTTProperties</span></a></li>
|
|
245
|
+
<li><a href="interfaces/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>
|
|
246
|
+
<li><a href="interfaces/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>
|
|
247
|
+
<li><a href="interfaces/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>
|
|
248
|
+
<li><a href="interfaces/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>
|
|
249
|
+
<li><a href="interfaces/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>
|
|
250
|
+
<li><a href="interfaces/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>
|
|
251
|
+
<li><a href="interfaces/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>
|
|
252
|
+
<li><a href="interfaces/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>
|
|
253
|
+
<li><a href="interfaces/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>
|
|
254
|
+
<li><a href="interfaces/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>
|
|
255
|
+
<li><a href="interfaces/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>
|
|
256
|
+
<li><a href="interfaces/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>
|
|
257
|
+
<li><a href="interfaces/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>
|
|
258
|
+
<li><a href="interfaces/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>
|
|
259
|
+
<li><a href="interfaces/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>
|
|
260
|
+
<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>
|
|
261
|
+
<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>
|
|
262
|
+
<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>
|
|
263
|
+
<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>
|
|
264
|
+
<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>
|
|
265
|
+
<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>
|
|
266
|
+
<div class="overlay"></div></body></html>
|