AVPlayerLooperStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉物件的狀態 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 | 迴圈程式的狀態目前無法使用。 |