PlaylistFormat Enum
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.
Indicates the format of a playlist file.
public enum class PlaylistFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Playlists.PlaylistsContract, 65536)]
enum class PlaylistFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Playlists.PlaylistsContract), 65536)]
public enum PlaylistFormat
var value = Windows.Media.Playlists.PlaylistFormat.windowsMedia
Public Enum PlaylistFormat
- Inheritance
-
PlaylistFormat
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Media.Playlists.PlaylistsContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
WindowsMedia | 0 | Windows Media playlist. |
Zune | 1 | Zune playlist. |
M3u | 2 | M3U playlist. |