InterstitialMappingData
Interface providing access to custom attributes from interstitial metadata.
Custom attributes can come from:
X-prefixed properties in HLS manifestEXT-X-DATERANGEtags in Interstitialcustom attributes from an ASSET-LIST in AssetList
custom attributes from the asset metadata within an ASSET-LIST in Asset
See InterstitialsConfig.customAttributesMapping for usage.
Inheritors
Types
Link copied to clipboard
data class Interstitial(val id: String, val customAttributes: Map<String, String>) : InterstitialMappingData
Provides access to interstitial-level metadata and custom attributes.