AVUrlAssetOptions.ReferenceRestrictions Property

Definition

Represents the restrictions used by the asset when resolving references to external media data.

public Nullable<AVFoundation.AVAssetReferenceRestrictions> ReferenceRestrictions { get; set; }
member this.ReferenceRestrictions : Nullable<AVFoundation.AVAssetReferenceRestrictions> with get, set

Property Value

Remarks

The property uses constant AVURLAssetReferenceRestrictionsKey value to access the underlying dictionary.

Applies to