Skip to content

Commit

Permalink
Merge branch 'master' into version-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Oct 18, 2022
2 parents c4261ad + a3dfaaf commit 0f9d4f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions types/utils/media.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ export declare function isM3USource(media: Source): boolean;
export declare function isDashSource(media: Source): boolean;
export declare function isFlvSource(media: Source): boolean;
export declare function predictMimeType(url: string, element: HTMLMediaElement): string;
export declare function isAutoplaySupported(
media: HTMLMediaElement,
defaultVol: number,
autoplay: (playing: boolean) => void,
muted: (playing: boolean) => void,
callback: () => void
): void;
export declare function isAutoplaySupported(media: HTMLMediaElement, defaultVol: number, autoplay: (playing: boolean) => void, muted: (playing: boolean) => void, callback: () => void): void;

0 comments on commit 0f9d4f7

Please sign in to comment.