Re-remove autoStartLoad.

I mistakenly added it back in when reverting from my older commits.
This commit is contained in:
Karan Lyons
2019-04-05 02:10:40 -07:00
parent 8d23e6fe80
commit c42a108c2e

View File

@@ -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
*/