Class: shaka.util.ManifestFilter.VariantCodecSummary

Constructor

new VariantCodecSummary(variant)

Parameters:
Name Type Description
variant shaka.extern.Variant
Source:

Members

(private, nullable) audioCodec_ :string

Type:
  • string
Source:

(private, nullable) audioMime_ :string

Type:
  • string
Source:

(private, nullable) videoCodec_ :string

Type:
  • string
Source:

(private, nullable) videoMime_ :string

Type:
  • string
Source:

Methods

equals(othernon-null) → {boolean}

Check if this summaries is equal to another.
Parameters:
Name Type Description
other shaka.util.ManifestFilter.VariantCodecSummary
Source:
Returns:
Type
boolean