MPMediaPlaylist Class
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.
A playable collection of MPMediaItems.
[Foundation.Register("MPMediaPlaylist", true)]
public class MPMediaPlaylist : MediaPlayer.MPMediaItemCollection, IDisposable
[<Foundation.Register("MPMediaPlaylist", true)>]
type MPMediaPlaylist = class
inherit MPMediaItemCollection
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MPMediaPlaylist(MPMediaItem[]) |
Creates a new MPMediaPlaylist from the specified |
| MPMediaPlaylist(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MPMediaPlaylist(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MPMediaPlaylist(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AuthorDisplayName |
When overridden by the developer, gets the playlist display name. The default value is the application name. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CloudGlobalId | |
| Count |
Gets the number of items in the collection. (Inherited from MPMediaItemCollection) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DescriptionText |
Gets the user-supplied playlist description. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Items |
Gets an array that contains the items in the collection. (Inherited from MPMediaItemCollection) |
| MediaTypes |
Gets an array that contains the media types of the items in the collection. (Inherited from MPMediaItemCollection) |
| Name | |
| PersistentID | |
| PlaylistAttributes | |
| RepresentativeItem |
Gets a representative item. (Inherited from MPMediaItemCollection) |
| RetainCount | (Inherited from NSObject) |
| SeedItems | |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |