AVPlayerItemTimeJumpedEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the AVPlayerItemTimeJumpedEventArgs class.

public AVPlayerItemTimeJumpedEventArgs(Foundation.NSNotification notification);
new AVFoundation.AVPlayerItemTimeJumpedEventArgs : Foundation.NSNotification -> AVFoundation.AVPlayerItemTimeJumpedEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to