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

    Scale factor to be applied against measured bandwidth average, to determine whether we can stay on current or lower quality level.

    Default: 0.95

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

    Scale factor to be applied against measured bandwidth average, to determine whether we can stay on current or lower quality level.

    If abrBandWidthFactor * bandwidth average > level.bitrate then ABR can switch to that level providing that it is equal or less than current level.

    See Also