次の方法で共有


MPNowPlayingPlaybackState 列挙型

定義

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MPNowPlayingPlaybackState
type MPNowPlayingPlaybackState = 
継承
MPNowPlayingPlaybackState
属性

フィールド

名前 説明
Unknown 0
Playing 1
Paused 2
Stopped 3
Interrupted 4

適用対象