AVQueuePlayer.CanInsert(AVPlayerItem, AVPlayerItem) 메서드

정의

요청된 삽입이 허용되는지 여부를 가져옵니다.

[Foundation.Export("canInsertItem:afterItem:")]
public virtual bool CanInsert (AVFoundation.AVPlayerItem item, AVFoundation.AVPlayerItem afterItem);
abstract member CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool
override this.CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool

매개 변수

afterItem
AVPlayerItem

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

반환

특성

적용 대상