MPMusicPlayerController.Prepend(MPMusicPlayerQueueDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the items that are described by the supplied descriptor immediately after the currently playing item.
[Foundation.Export("prependQueueDescriptor:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Prepend (MediaPlayer.MPMusicPlayerQueueDescriptor descriptor);
abstract member Prepend : MediaPlayer.MPMusicPlayerQueueDescriptor -> unit
override this.Prepend : MediaPlayer.MPMusicPlayerQueueDescriptor -> unit
Parameters
- descriptor
- MPMusicPlayerQueueDescriptor
The queue with the items to prepend.
- Attributes