次の方法で共有


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

フィールド

名前 説明
Unknown 0
Playable 1
PlaythroughOK 2
Stalled 4

適用対象