libxspf
1.2.0
|
#include "../XspfExtension.h"
Go to the source code of this file.
Classes | |
class | ProjectOpusPlaylistExtension |
Namespaces | |
Xspf | |
Macros | |
#define | PROJECT_OPUS_NS_HOME _PT("http://www.projectopus.com") |
Project Opus namespace URI. | |
#define | PROJECT_OPUS_NS_HOME_LEN 26 |
Project Opus namespace URI string length. | |
Enumerations | |
enum | ProjectOpusPlaylistType { TYPE_PLAYLIST, TYPE_ALBUM } |
Interface of ProjectOpusPlaylistExtension.
Definition in file ProjectOpusPlaylistExtension.h.
enum ProjectOpusPlaylistType |
Specifies a playlist type.
Enumerator | |
---|---|
TYPE_PLAYLIST | Playlist is a regular playlist. |
TYPE_ALBUM | Playlist is an album. |
Definition at line 63 of file ProjectOpusPlaylistExtension.h.