Contents

skipForwardCommand

The command object for playing a future point in a media item.

Declaration

var skipForwardCommand: MPSkipIntervalCommand { get }

Discussion

Use the object in this property to register your app’s handler for jumping to a future point in the current track. In your handler, skip forward by the amount specified in the event’s interval property. You can disable the command if your app does not support it.

See Also

Navigating a track’s contents