共用方式為


AVAssetReferenceRestrictions 列舉

定義

列舉,其值定義與 AVAsset 相關的限制。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAssetReferenceRestrictions
type AVAssetReferenceRestrictions = 
繼承
AVAssetReferenceRestrictions
屬性

欄位

ForbidAll 65535

只允許參考儲存在資產容器內的媒體資料。

ForbidCrossSiteReference 4

不允許對不同網站的遠端資產參考。

ForbidLocalReferenceToLocal 8

不允許對容器外部本機媒體的本機資產參考。

ForbidLocalReferenceToRemote 2

不允許對遠端媒體的本機資產參考。

ForbidNone 0

對媒體資料的參考沒有任何限制。

ForbidRemoteReferenceToLocal 1

遠端資產不需要本機媒體資源 (例如,HTTP URL 不需要用戶端檔案) 。

適用於