Defines the supported playlist file formats for MPfm.
Declaration Syntax
C# | Visual Basic |
public enum PlaylistFileFormat
Public Enumeration PlaylistFileFormat
Members
Member | Description |
---|---|
All |
Every playlist file format (useful for library queries).
|
Unknown |
Unknown playlist file format.
|
M3U |
M3U playlist file format.
For more information, consult http://en.wikipedia.org/wiki/M3U.
|
M3U8 |
M3U8 playlist file format (UTF-8).
For more information, consult http://en.wikipedia.org/wiki/M3U.
|
PLS |
PLS playlist file format.
For more information, consult http://en.wikipedia.org/wiki/PLS_(file_format).
|
XSPF |
XSPF playlist file format.
For more information, consult http://en.wikipedia.org/wiki/XSPF.
|
ASX |
ASX playlist file format.
For more information, consult http://en.wikipedia.org/wiki/Advanced_Stream_Redirector.
|