mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Re-remove autoStartLoad.
I mistakenly added it back in when reverting from my older commits.
This commit is contained in:
6
types/hls.js/index.d.ts
vendored
6
types/hls.js/index.d.ts
vendored
@@ -1666,12 +1666,6 @@ declare class Hls {
|
||||
* default valus is hls.firstLevel
|
||||
*/
|
||||
startLevel: number;
|
||||
/**
|
||||
* (default: true)
|
||||
* if set to true, start level playlist and first fragments will be loaded automatically, after triggering of Hls.Events.MANIFEST_PARSED event
|
||||
* if set to false, an explicit API call (hls.startLoad(startPosition=-1)) will be needed to start quality level/fragment loading.
|
||||
*/
|
||||
autoStartLoad: boolean;
|
||||
/**
|
||||
* get: Return the bound videoElement from the hls instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user