mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / HLSSettings Object / fragLoadingMaxRetryTimeout Property
In This Topic
    fragLoadingMaxRetryTimeout 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 fragLoadingMaxRetryTimeout 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