AVCompletion Delegate

Definition

A delegate that defines the completion handler for various methods in AVPlayer and AVPlayerItem

public delegate void AVCompletion(bool finished);
type AVCompletion = delegate of bool -> unit

Parameters

finished
Boolean

Applies to