AVPlayerActionAtItemEnd 枚举

定义

一个 枚举,其值指定玩家在完成播放时的行为。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVPlayerActionAtItemEnd
type AVPlayerActionAtItemEnd = 
继承
AVPlayerActionAtItemEnd
属性

字段

Advance 0

指示玩家应前进到下一个项目(如果存在)。

None 2

玩家不应执行任何操作。

Pause 1

玩家应暂停。

适用于