다음을 통해 공유


AVPlayerActionAtItemEnd 열거형

정의

재생을 완료할 때 플레이어의 동작을 지정하는 값을 가진 열거형입니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVPlayerActionAtItemEnd
type AVPlayerActionAtItemEnd = 
상속
AVPlayerActionAtItemEnd
특성

필드

Advance 0

플레이어가 있는 경우 다음 항목으로 진행해야 했음을 나타냅니다.

None 2

플레이어는 아무 것도 하지 않아야 합니다.

Pause 1

플레이어는 일시 중지해야 합니다.

적용 대상