#include <ProjectOpusPlaylistExtension.h>
Represents a Project Opus playlist extension.
Definition at line 75 of file ProjectOpusPlaylistExtension.h.
◆ ProjectOpusPlaylistExtension() [1/2]
Creates a new Project Opus playlist extension.
◆ ProjectOpusPlaylistExtension() [2/2]
Copy constructor.
- Parameters
-
source | Source to copy from |
◆ ~ProjectOpusPlaylistExtension()
◆ clone()
Clones this extension.
- Returns
- A clone of this extension
Implements XspfExtension.
◆ getNodeId()
unsigned int getNodeId |
( |
| ) |
const |
Returns the node ID.
- Returns
- Node ID
◆ getType()
Returns the type of the playlist.
- Returns
- Playlist type
◆ nodeIdToString()
static XML_Char* nodeIdToString |
( |
unsigned int |
nodeId | ) |
|
|
static |
Converts the given node ID to a string.
- Parameters
-
- Returns
- Node ID string, delete on your own
◆ operator=()
Assignment operator.
- Parameters
-
source | Source to copy from |
◆ setNodeId()
void setNodeId |
( |
unsigned int |
nodeId | ) |
|
Sets the playlist type.
- Parameters
-
nodeId | Playlist type to set |
◆ setType()
Sets the playlist type.
- Parameters
-
◆ typeToString()
Returns a string representation of the given playlist type.
- Parameters
-
- Returns
- Corresponding string
The documentation for this class was generated from the following file: