This static class contains useful methods for loading and saving playlists.
Declaration Syntax
C# | Visual Basic |
public static class PlaylistTools
Public NotInheritable Class PlaylistTools
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
LoadM3UPlaylist(String) |
Returns the list of audio files to play from a M3U or M3U8 playlist.
| |
LoadPlaylist(String) |
Returns the list of audio files from any of the following formats: M3U, M3U8, PLS and XSPF.
| |
LoadPLSPlaylist(String) |
Returns the list of audio files to play from a PLS playlist.
| |
LoadXSPFPlaylist(String) |
Returns the list of audio files to play from a XSPF playlist.
| |
SaveM3UPlaylist(String, Playlist, Boolean, Boolean) |
Saves a playlist to a specific path using the M3U/M3U8 playlist format.
| |
SavePLSPlaylist(String, Playlist, Boolean) |
Saves a playlist to a specific path using the PLS playlist format.
| |
SaveXSPFPlaylist(String, Playlist, Boolean) |
Saves a playlist to a specific path using the XSPF playlist format.
|
Inheritance Hierarchy
Object | |
PlaylistTools |