mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / HLSSettings Object / autoStartLoad Property
In This Topic
    autoStartLoad Property
    In This Topic
    Description

    If set to true, first fragments will be loaded automatically.

    Default: true

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property autoStartLoad As Boolean
    Remarks

    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.

    See Also