Interface: PlaybackConfiguration

Interface used by global variables to provide external <script> tags with PlaybackConfiguration. Also used by external <script>s to update the web player's configuration.

Hierarchy

  • PlaybackConfiguration

Index

Properties

Properties

Optional adProviders

adProviders? : AdProvider[]

All adProviders the web player has found (sources: 1. JSON configuration in index.html or 2. loaded from API).


Optional isOdItem

isOdItem? : undefined | false | true

Holds true if the web player was configured to play an on demand item ("podcast"). Can't be set by external <script> tags.


Optional streams

streams? : Stream[]

All streams the web player has found (sources: 1. JSON configuration in index.html or 2. loaded from API). If the web player was configured to play an on demand item, its stream(s) are in this array.