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

    Maximum frag/manifest/key retry timeout (in milliseconds) in case I/O errors are met.

    Default: 64000 ms

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property levelLoadingMaxRetryTimeout As Long
    Remarks

    Maximum frag/manifest/key retry timeout (in milliseconds) in case I/O errors are met. This value is used as capping value for exponential grow of loading retry delays, i.e. the retry delay can not be bigger than this value, but overall time will be based on the overall number of retries.

    See Also