共用方式為


AVPlayerLooperStatus 列舉

定義

列舉物件的狀態 AVPlayerLooper

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVPlayerLooperStatus
type AVPlayerLooperStatus = 
繼承
AVPlayerLooperStatus
屬性

欄位

Cancelled 3

迴圈已取消。

Failed 2

迴圈失敗 (請參閱 Error) 。

Ready 1

迴圈器已準備好播放。

Unknown 0

迴圈程式的狀態目前無法使用。

適用於