Share via


AVPlayerItemErrorEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

public class AVPlayerItemErrorEventArgs : Foundation.NSNotificationEventArgs
type AVPlayerItemErrorEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
AVPlayerItemErrorEventArgs

Constructors

Name Description
AVPlayerItemErrorEventArgs(NSNotification)

Initializes a new instance of the AVPlayerItemErrorEventArgs class.

Properties

Name Description
Error
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to