MPMovieLoadState 枚举

定义

一个枚举,其值反映电影的加载状态。 在 属性中使用 LoadState

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MPMovieLoadState
type MPMovieLoadState = 
继承
MPMovieLoadState
属性

字段

Playable 1
PlaythroughOK 2
Stalled 4
Unknown 0

适用于