MPMusicPlaybackState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
状态的枚举,其中 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
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
Stopped | 0 | |
Playing | 1 | |
Paused | 2 | |
Interrupted | 3 | |
SeekingForward | 4 | |
SeekingBackward | 5 |