次の方法で共有


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

フィールド

名前 説明
Default 0
None 1
One 2
All 3

適用対象