setConstantBitrateSeekingEnabled
fun setConstantBitrateSeekingEnabled(constantBitrateSeekingEnabled: Boolean): UpdatedDefaultExtractorsFactory(source)
Convenience method to set whether approximate seeking using constant bitrate assumptions should be enabled for all extractors that support it. If set to true, the flags required to enable this functionality will be OR'd with those passed to the setters when creating extractor instances. If set to false then the flags passed to the setters will be used without modification.
Return
The factory, for convenience.
Parameters
constantBitrateSeekingEnabled
Whether approximate seeking using a constant bitrate assumption should be enabled for all extractors that support it.