Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BitrateLimitationConfig

Hierarchy

  • BitrateLimitationConfig

Index

Properties

Optional exclude

exclude: boolean

Specifies whether qualities outside of the minimum (minSelectableVideoBitrate, minSelectableAudioBitrate) and maximum (maxSelectableVideoBitrate, maxSelectableAudioBitrate) selectable bitrates should be completely excluded from the player API or if it should only be a limitation of the ABR logic. The default (false) is to include all bitrates for manual quality selection but limit the automatic selection.

Optional maxSelectableAudioBitrate

maxSelectableAudioBitrate: Bitrate

Upper bitrate boundary for audio qualities. All qualities above this threshold will not be selected by the ABR logic. These qualities are still available for manual quality selection unless the exclude flag is set to true. Can be set to Infinity for no limitation.

Optional maxSelectableVideoBitrate

maxSelectableVideoBitrate: Bitrate

Upper bitrate boundary for video qualities. All qualities above this threshold will not be selected by the ABR logic. These qualities are still available for manual quality selection unless the exclude flag is set to true. Can be set to Infinity for no limitation.

Optional minSelectableAudioBitrate

minSelectableAudioBitrate: Bitrate

Lower bitrate boundary for audio qualities. All qualities below this threshold will not be selected by the ABR logic. These qualities are still available for manual quality selection unless the exclude flag is set to true. Can be set to 0 for no limitation.

Optional minSelectableVideoBitrate

minSelectableVideoBitrate: Bitrate

Lower bitrate boundaries for video qualities. All qualities below this threshold will not be selected by the ABR logic. These qualities are still available for manual quality selection unless the exclude flag is set to true. Can be set to 0 for no limitation.

Generated using TypeDoc