Contents

seekForwardCommand

The command object for seeking forward through a single media item.

Declaration

var seekForwardCommand: MPRemoteCommand { get }

Discussion

Use the object in this property to register your app’s handler for seeking forward in the current track. In your handler, begin seeking forward through the current media item. You can disable the command if your app does not support it.

See Also

Navigating a track’s contents