Share via


MPMusicPlayerController.SetQueue Method

Definition

Overloads

Name Description
SetQueue(String[])

Assigns the player queue to storeIDs.

SetQueue(MPMusicPlayerQueueDescriptor)
SetQueue(MPMediaQuery)
SetQueue(MPMediaItemCollection)

Sets the queue to the provided collection.

SetQueue(String[])

Assigns the player queue to storeIDs.

[Foundation.Export("setQueueWithStoreIDs:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetQueue(string[] storeIDs);
[<Foundation.Export("setQueueWithStoreIDs:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetQueue : string[] -> unit
override this.SetQueue : string[] -> unit

Parameters

storeIDs
String[]
Attributes

Applies to

SetQueue(MPMusicPlayerQueueDescriptor)

[Foundation.Export("setQueueWithDescriptor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetQueue(MediaPlayer.MPMusicPlayerQueueDescriptor descriptor);
[<Foundation.Export("setQueueWithDescriptor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetQueue : MediaPlayer.MPMusicPlayerQueueDescriptor -> unit
override this.SetQueue : MediaPlayer.MPMusicPlayerQueueDescriptor -> unit

Parameters

Attributes

Applies to

SetQueue(MPMediaQuery)

[Foundation.Export("setQueueWithQuery:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetQueue(MediaPlayer.MPMediaQuery query);
[<Foundation.Export("setQueueWithQuery:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetQueue : MediaPlayer.MPMediaQuery -> unit
override this.SetQueue : MediaPlayer.MPMediaQuery -> unit

Parameters

query
MPMediaQuery
Attributes

Applies to

SetQueue(MPMediaItemCollection)

Sets the queue to the provided collection.

[Foundation.Export("setQueueWithItemCollection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetQueue(MediaPlayer.MPMediaItemCollection collection);
[<Foundation.Export("setQueueWithItemCollection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetQueue : MediaPlayer.MPMediaItemCollection -> unit
override this.SetQueue : MediaPlayer.MPMediaItemCollection -> unit

Parameters

Attributes

Applies to