ReferenceRestrictions

data class ReferenceRestrictions(val restrictions: List<AVAssetReferenceRestrictions>) : MediaSource.URL.Option

An Option that represents the restrictions used by the asset when resolving references to external media data.

Constructors

Link copied to clipboard
constructor(restrictions: List<AVAssetReferenceRestrictions>)

Properties

Link copied to clipboard
val restrictions: List<AVAssetReferenceRestrictions>

the list of AVAssetReferenceRestrictions used by the asset when resolving references to external media data.