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

    When set to true, if the number of dropped frames over the period fpsDroppedMonitoringPeriod exceeds the ratio set by fpsDroppedMonitoringThreshold, then the quality level is dropped and capped at this lower level.

    Default: false

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property capLevelOnFPSDrop As Boolean
    Remarks

    When set to true, if the number of dropped frames over the period fpsDroppedMonitoringPeriod exceeds the ratio set by fpsDroppedMonitoringThreshold, then the quality level is dropped and capped at this lower level. When set to false, levels will not be limited. All available levels could be used in auto-quality mode taking only bandwidth into consideration.

    See Also