MPMusicPlayerController.Append(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.
Appends the items that are described by descriptor
to the current queue.
[Foundation.Export("appendQueueDescriptor:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Append (MediaPlayer.MPMusicPlayerQueueDescriptor descriptor);
abstract member Append : MediaPlayer.MPMusicPlayerQueueDescriptor -> unit
override this.Append : MediaPlayer.MPMusicPlayerQueueDescriptor -> unit
Parameters
- descriptor
- MPMusicPlayerQueueDescriptor
The queue with the items to append.
- Attributes