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

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

    Default: 3.0

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

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

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

    See Also