MPMusicPlaybackState 枚举

定义

状态的枚举,其中 MPMusicPlayerController 可能为 。 与 属性一起使用 PlaybackState

[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 MPMusicPlaybackState
type MPMusicPlaybackState = 
继承
MPMusicPlaybackState
属性

字段

Interrupted 3
Paused 2
Playing 1
SeekingBackward 5
SeekingForward 4
Stopped 0

适用于