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

    Whether or not to force having a key frame in the first AVC sample after a discontinuity.

    Default: true

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

    Whether or not to force having a key frame in the first AVC sample after a discontinuity. If set to true, after a discontinuity, the AVC samples without any key frame will be dropped until finding one that contains a key frame. If set to false, all AVC samples will be kept, which can help avoid holes in the stream. Setting this parameter to false can also generate decoding weirdness when switching level or seeking.

    See Also