共用方式為


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
屬性

欄位

名稱 Description
Unknown 0
Playable 1
PlaythroughOK 2
Stalled 4

適用於