Optional
adsList of AdDescriptions to be queued for playback.
Optional
analyticsList of AnalyticsDescriptions to configure analytics integrations for the media source.
Optional
blockWhether the player should be blocked when an ad-related error occurs.
- A blocked player is not usable anymore. This has the same effect as invoking ChromelessPlayer.destroy.
false
Optional
contentContent protection configuration.
Optional
drmContent protection configuration.
Superseded by SourceConfiguration.contentProtection.
Optional
manifestWhether segments in a HLS manifest should be represented by cues in a metadata text track.
Do not use this feature without consulting THEO Technologies.
Optional
metadataChromecast metadata configuration.
- Available since v2.21.0.
Optional
mutedThe muted autoplay policy.
- The muted autoplay policy is impacted by this property and PlayerConfiguration.mutedAutoplay.
'none'
Optional
playIf set, only allow ads to play that are scheduled after this time.
- This setting is strictly after - e.g. setting playAdsAfterTime
to 15 will cause the player to ignore an ad break scheduled to play at 15s.
Optional
posterThe poster of the media source.
- An empty string (''
) clears the current poster.
- This poster has priority over ChromelessPlayer.poster.
Optional
textList of text tracks to be side-loaded with the media source.
- A source change will reset side-loaded text tracks.
Optional
timeThe URL of a time server used by the player to synchronise the time in DASH sources.
- The time server should return time in ISO-8601 format.
- Overrides the time server provided the DASH manifest's <UTCTiming>
.
- All sources will use the time server. Alternatively, for one source use BaseSource.timeServer.
Optional
vrVirtual reality configuration.
Generated using TypeDoc
Describes the configuration of a player's source.