AVPlayerRateDidChangeEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the AVPlayerRateDidChangeEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to