|
void | kodi::addon::AudioDecoderInfoTag::SetTitle (const std::string &title) |
| Set the title from music as string on info tag.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetTitle () const |
| Get title name.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetArtist (const std::string &artist) |
| Set artist name.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetArtist () const |
| Get artist name.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetAlbum (const std::string &album) |
| Set album name.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetAlbum () const |
| Set album name.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetAlbumArtist (const std::string &albumArtist) |
| Set album artist name.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetAlbumArtist () const |
| Get album artist name.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetMediaType (const std::string &mediaType) |
| Set the media type of the music item.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetMediaType () const |
| Get the media type of the music item.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetGenre (const std::string &genre) |
| Set genre name from music as string if present.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetGenre () const |
| Get genre name from music as string if present.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetDuration (int duration) |
| Set the duration of music as integer from info.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetDuration () const |
| Get the duration of music as integer from info.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetTrack (int track) |
| Set track number (if present) from music info as integer.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetTrack () const |
| Get track number (if present).
|
|
void | kodi::addon::AudioDecoderInfoTag::SetDisc (int disc) |
| Set disk number (if present) from music info as integer.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetDisc () const |
| Get disk number (if present)
|
|
void | kodi::addon::AudioDecoderInfoTag::SetDiscSubtitle (const std::string &discSubtitle) |
| Set disk subtitle name (if present) from music info.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetDiscSubtitle () const |
| Get disk subtitle name (if present) from music info.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetDiscTotal (int discTotal) |
| Set disks amount quantity (if present) from music info as integer.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetDiscTotal () const |
| Get disks amount quantity (if present)
|
|
void | kodi::addon::AudioDecoderInfoTag::SetReleaseDate (const std::string &releaseDate) |
| Set release date as string from music info (if present).
ISO8601 date YYYY, YYYY-MM or YYYY-MM-DD.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetReleaseDate () const |
| Get release date as string from music info (if present).
|
|
void | kodi::addon::AudioDecoderInfoTag::SetLyrics (const std::string &lyrics) |
| Set string from lyrics.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetLyrics () const |
| Get string from lyrics.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetSamplerate (int samplerate) |
| Set related stream samplerate.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetSamplerate () const |
| Get related stream samplerate.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetChannels (int channels) |
| Set related stream channels amount.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetChannels () const |
| Get related stream channels amount.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetBitrate (int bitrate) |
| Set related stream bitrate.
|
|
int | kodi::addon::AudioDecoderInfoTag::GetBitrate () const |
| Get related stream bitrate.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetComment (const std::string &comment) |
| Set additional information comment (if present).
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetComment () const |
| Get additional information comment (if present).
|
|
void | kodi::addon::AudioDecoderInfoTag::SetCoverArtByPath (const std::string &path) |
| Set cover art image by path.
|
|
const std::string & | kodi::addon::AudioDecoderInfoTag::GetCoverArtByPath () const |
| Get cover art image path.
|
|
void | kodi::addon::AudioDecoderInfoTag::SetCoverArtByMem (const uint8_t *data, size_t size, const std::string &mimetype) |
| Set cover art image by memory.
|
|
const uint8_t * | kodi::addon::AudioDecoderInfoTag::GetCoverArtByMem (size_t &size, std::string &mimetype) const |
| Get cover art data by memory.
|
|