AVUrlAssetOptions.ReferenceRestrictions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.