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 不需要客户端文件) 。

适用于