共用方式為


MPMusicRepeatMode 列舉

定義

音樂重複模式的列舉。 與 屬性搭配 RepeatMode 使用。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MPMusicRepeatMode
type MPMusicRepeatMode = 
繼承
MPMusicRepeatMode
屬性

欄位

名稱 Description
Default 0
None 1
One 2
All 3

適用於