Mechanism to split MusicThingie IDs into source identifier, type and inner ID.
More...
#include <mediaunit.h>
|
| | SplitId (const std::string &id) |
| | Split an ID to its component pieces (source, type, id). More...
|
| |
Mechanism to split MusicThingie IDs into source identifier, type and inner ID.
◆ SplitId()
| Media::SplitId::SplitId |
( |
const std::string & |
id | ) |
|
|
explicit |
Split an ID to its component pieces (source, type, id).
- Parameters
-
- Exceptions
-
◆ innerId
| std::string Media::SplitId::innerId |
The item ID with the source serial number and type code removed.
◆ serialNumber
The source's ID number assigned by the media manager.
◆ source
| Source* Media::SplitId::source |
The source associated with the serial number.
◆ type
The type of music thingie that was decoded.
◆ wholeId
| const std::string Media::SplitId::wholeId |
The documentation for this class was generated from the following files: