AVPlayerItem.AutomaticallyLoadedAssetKeys Property

Definition

The properties that must be loaded successfully for Status to be set to Loaded.

[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[]

Property Value

Attributes

Remarks

If loading fails, Status will be set to Failed

Applies to