|
VizKit
3.0
|
#include <VisualAudioMetaData.h>
Meta data (like track name, artist name, or lyrics, etc.) of audio track or audio stream.
Constructor.
Destructor.
| VisualAudioMetaData::VisualAudioMetaData | ( | const VisualAudioMetaData & | other | ) |
Copy constructor.
| other | Another VisualAudioMetaData. |
| void VisualAudioMetaData::copy | ( | const VisualAudioMetaData & | other | ) | [private] |
Copy method for assignment operator and copy constructor.
| other | Another VisualAudioMetaData. |
| bool VisualAudioMetaData::getIsStream | ( | void | ) |
Answers the question whether audio meta data belongs to stream or track.
| const VisualString & VisualAudioMetaData::getStreamMessage | ( | void | ) |
Returns the message of a stream.
| const VisualString & VisualAudioMetaData::getStreamName | ( | void | ) |
Returns the name of a stream.
| const VisualString & VisualAudioMetaData::getStreamTitle | ( | void | ) |
Returns the title of a stream.
| const VisualString & VisualAudioMetaData::getStreamURL | ( | void | ) |
Returns the URL of a stream.
| const VisualString & VisualAudioMetaData::getTrackAlbum | ( | void | ) |
Returns the name of the album.
| const VisualString & VisualAudioMetaData::getTrackArtist | ( | void | ) |
Returns the artist of the track.
| const VisualString & VisualAudioMetaData::getTrackComposer | ( | void | ) |
Returns the composer of the track.
Returns the unique identifer of the track for the meta data.
| const VisualString & VisualAudioMetaData::getTrackLyrics | ( | void | ) |
Returns the lyrics of the track.
| const VisualString & VisualAudioMetaData::getTrackName | ( | void | ) |
Returns the name of the track.
Returns the size of the track in bytes.
| uint16 VisualAudioMetaData::getYear | ( | void | ) |
Returns the year of the audio data in bytes.
| void VisualAudioMetaData::init | ( | void | ) |
Resets the values of the audio meta data to their initial default empty values.
| bool VisualAudioMetaData::operator!= | ( | const VisualAudioMetaData & | other | ) |
Inequality operator.
| other | Another VisualAudioMetaData. |
| VisualAudioMetaData & VisualAudioMetaData::operator= | ( | const VisualAudioMetaData & | other | ) |
Assignment operator.
| bool VisualAudioMetaData::operator== | ( | const VisualAudioMetaData & | other | ) |
Equality operator.
| other | Another VisualAudioMetaData. |
| void VisualAudioMetaData::setIsStream | ( | bool | isAStream | ) |
Sets whether data belongs to stream or track.
| isAStream | If true data is stream meta data. If false data is track meta data. |
| void VisualAudioMetaData::setStreamMessage | ( | const VisualString & | aStreamMessage | ) |
Sets the message of a stream.
| aStreamMessage | The message of a stream. |
| void VisualAudioMetaData::setStreamName | ( | const VisualString & | aStreamName | ) |
Sets the name of a stream.
| aStreamName | The name of a stream. |
| void VisualAudioMetaData::setStreamTitle | ( | const VisualString & | aStreamTitle | ) |
Sets the title of a stream.
| aStreamTitle | The title of a stream. |
| void VisualAudioMetaData::setStreamURL | ( | const VisualString & | aStreamURL | ) |
Sets the URL of a stream.
| aStreamURL | The URL of a stream. |
| void VisualAudioMetaData::setTrackAlbum | ( | const VisualString & | aTrackAlbum | ) |
Sets the name of the album.
| aTrackAlbum | The name of the album the track belongs to. |
| void VisualAudioMetaData::setTrackArtist | ( | const VisualString & | aTrackArtist | ) |
Sets the artist of the track.
| aTrackArtist | The name of the track artist. |
| void VisualAudioMetaData::setTrackComposer | ( | const VisualString & | aComposer | ) |
Sets the composer of the track.
| aComposer | The composer of the track. |
| void VisualAudioMetaData::setTrackLyrics | ( | const VisualString & | someTrackLyrics | ) |
Sets the lyrics of the track.
| someTrackLyrics | The lyrics of the track. |
| void VisualAudioMetaData::setTrackName | ( | const VisualString & | aTrackName | ) |
Sets the name of the track.
| aTrackName | The name of the track. |
| void VisualAudioMetaData::setTrackSizeInBytes | ( | uint32 | aTrackSizeInBytes | ) |
Sets the size of the track in bytes.
| aTrackSizeInBytes | The size of the track in bytes. |
| void VisualAudioMetaData::setYear | ( | uint16 | aYear | ) |
Sets the year of the audio data.
| aYear | The year of the audio data. |
bool VizKit::VisualAudioMetaData::isStream [private] |
True if audio meta data belongs to stream. False if audio meta data belongs to track.
Utility string for thread-safe returning string value.
Message of a stream.
Name of a stream.
Title of a stream.
URL of a stream.
Name of album the track belongs to.
Name of track artist.
Composer of track.
The identifier of the audio track.
Lyrics of track.
Name of audio track.
Size of audio track in bytes.
uint16 VizKit::VisualAudioMetaData::year [private] |
The year of the audio track.