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

    Maximum inter-fragment buffer hole tolerance that hls.js can cope with when searching for the next fragment to load.

    Default: 0.5 seconds

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property maxBufferHole As Double
    Remarks

    Maximum inter-fragment buffer hole tolerance that hls.js can cope with when searching for the next fragment to load. When switching between quality level, fragments might not be perfectly aligned. This could result in small overlapping or hole in media buffer. This tolerance factor helps cope with this.

    See Also