Class: shaka.media.ExampleBasedCriteria

Constructor

new ExampleBasedCriteria(example, codecSwitchingStrategyopt, enableAudioGroupsopt)

Parameters:
Name Type Attributes Default Description
example shaka.extern.Variant
codecSwitchingStrategy shaka.config.CodecSwitchingStrategy <optional>
enableAudioGroups boolean <optional>
false
Implements:
Source:

Members

enableAudioGroups_ :boolean

Type:
  • boolean
Source:

Methods

create(variantsnon-null) → {shaka.media.AdaptationSet}

Take a set of variants, and return a subset of variants that can be adapted between.
Parameters:
Name Type Description
variants Array.<shaka.extern.Variant>
Implements:
Source:
Returns:
Type
shaka.media.AdaptationSet