Title here
Summary here
AbstractSource
Kind: global abstract class
Extends: AbstractSource
Model:
Properties
Name | Type | Description |
---|---|---|
url | string | audio track URL |
name | string | audio track name |
language | string | audio track language code (http://en.wikipedia.org/wiki/IETF_language_tag). |
hasAudioDescription | boolean | has value true if the stream contains an audio description intended for people with a visual impairment |
audioChannels | number | number of audio channels (e.g. 2 for stereo, 5 for 5.1, 7 for 7.1) |
encoding | string | audio encoding |
Base class describing an audio track.