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

    Slow bitrate Exponential moving average half-life, used to compute average bitrate for VoD streams.

    Default: 9.0

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

    Slow bitrate Exponential moving average half-life, used to compute average bitrate for VoD streams.

    Half of the estimate is based on the last abrEwmaSlowVoD seconds of sample history. Each of the sample is weighted by the fragment loading duration. parameter should be a float greater than abrEwmaFastVoD.

    See Also