media-tracks
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "media-tracks", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Polyfill audio and video tracks with renditions.", | ||
@@ -8,2 +8,6 @@ "type": "module", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./shim": "./dist/shim.js" | ||
}, | ||
"files": [ | ||
@@ -10,0 +14,0 @@ "dist" |
@@ -34,17 +34,2 @@ # Media Tracks | ||
class VideoRenditionList extends EventTarget { | ||
[Symbol.iterator](): IterableIterator<VideoRendition>; | ||
get length(): number; | ||
add(rendition: VideoRendition): void; | ||
remove(rendition: VideoRendition): void; | ||
getRenditionById(id: string): VideoRendition | null; | ||
get activeIndex(): number; | ||
get onaddrendition(): (() => void) | undefined; | ||
set onaddrendition(callback: (() => void) | undefined); | ||
get onremoverendition(): (() => void) | undefined; | ||
set onremoverendition(callback: (() => void) | undefined); | ||
get onchange(): (() => void) | undefined; | ||
set onchange(callback: (() => void) | undefined); | ||
} | ||
declare const VideoTrackKind: { | ||
@@ -51,0 +36,0 @@ alternative: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
724
25015
85