import browser from"./browser.js";let isNativeWindows="winjs"===globalThis.appMode,isNativeTizen="tizen"===globalThis.appMode,isNativeLG="webos"===globalThis.appMode;function canPlayH264(){return canPlayVideoType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"')}let VideoCanPlays={},AudioCanPlays={},SupportsAudioTracks=void 0!==document.createElement("video").audioTracks;function canPlayAudioType(type){let val=AudioCanPlays[type];return null==val&&(val=document.createElement("audio").canPlayType(type).replace(/no/,""),AudioCanPlays[type]=val),val}function canPlayVideoType(type){let val=VideoCanPlays[type];return null==val&&(val=document.createElement("video").canPlayType(type).replace(/no/,""),VideoCanPlays[type]=val),val}function getSupportedHevcCodecTags(protocol,usefMp4,usingHlsJs){var tags;return isNativeLG&&browser.sdkVersion&&browser.sdkVersion<2&&browser.isFhd||browser.ps4?[]:isNativeTizen?["*"]:(tags=[],"hls"!==protocol||usefMp4||usingHlsJs||isNativeLG?((canPlayVideoType('video/mp4; codecs="hvc1.1.L0.0"')||canPlayVideoType('video/mp4 ; codecs="hvc1.1.6.L93.B0"'))&&tags.push("hvc1"),(canPlayVideoType('video/mp4; codecs="hev1.1.L0.0"')||canPlayVideoType('video/mp4; codecs="hev1.1.2.L150"'))&&tags.push("hev1"),(canPlayVideoType('video/mp4; codecs="dvh1.04.07"')||canPlayVideoType('video/mp4; codecs="dvh1.05.07"')||canPlayVideoType('video/mp4; codecs="dvh1.08.07"'))&&tags.push("dvh1"),(canPlayVideoType('video/mp4; codecs="dvhe.04.07"')||canPlayVideoType('video/mp4; codecs="dvhe.05.07"')||canPlayVideoType('video/mp4; codecs="dvhe.08.07"'))&&tags.push("dvhe")):((canPlayVideoType('video/mp2t; codecs="hvc1.1.L0.0"')||canPlayVideoType('video/mp2t ; codecs="hvc1.1.6.L93.B0"'))&&tags.push("hvc1"),(canPlayVideoType('video/mp2t; codecs="hev1.1.L0.0"')||canPlayVideoType('video/mp2t; codecs="hev1.1.2.L150"'))&&tags.push("hev1"),(canPlayVideoType('video/mp2t; codecs="dvh1.04.07"')||canPlayVideoType('video/mp2t; codecs="dvh1.05.07"')||canPlayVideoType('video/mp2t; codecs="dvh1.08.07"'))&&tags.push("dvh1"),(canPlayVideoType('video/mp2t; codecs="dvhe.04.07"')||canPlayVideoType('video/mp2t; codecs="dvhe.05.07"')||canPlayVideoType('video/mp2t; codecs="dvhe.08.07"'))&&tags.push("dvhe")),tags.length&&(tags.push("hevc"),tags.push("hdmv")),tags)}function canPlayH265(protocol,usefMp4,usingHlsJs){return 0