AVPlayerItem.AutomaticallyLoadedAssetKeys 属性

定义

必须成功加载才能StatusLoaded设置为 的属性。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSString[] AutomaticallyLoadedAssetKeys { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("automaticallyLoadedAssetKeys", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.AutomaticallyLoadedAssetKeys : Foundation.NSString[]

属性值

属性

注解

如果加载失败, Status 将设置为 Failed

适用于