libmusicbrainz3
3.0.3
|
A specification on how much data to return with a track. More...
Public Member Functions | |
TrackIncludes & | artist () |
Include artist. | |
TrackIncludes & | releases () |
Include releases. | |
TrackIncludes & | puids () |
Include PUIDs. | |
TrackIncludes & | artistRelations () |
Include artist relations. | |
TrackIncludes & | labelRelations () |
Include label relations. | |
TrackIncludes & | releaseRelations () |
Include release relations. | |
TrackIncludes & | trackRelations () |
Include track relations. | |
TrackIncludes & | urlRelations () |
Include URL relations. | |
TrackIncludes & | isrcs () |
Include ISRCs. | |
TrackIncludes & | ratings () |
Include ratings. | |
TrackIncludes & | tags () |
Include tags. | |
IncludeList | createIncludeTags () const |
Returns a list of strings containing include parameters for the WebService. |
A specification on how much data to return with a track.
This implementation uses method chaining to define list of includes.
Example usage:
TrackIncludes inc = TrackIncludes().artist().puids().trackRelations();
Include artist.
Include artist relations.
IncludeList MusicBrainz::TrackIncludes::createIncludeTags | ( | ) | const [virtual] |
Returns a list of strings containing include parameters for the WebService.
Implements MusicBrainz::IIncludes.
Include ISRCs.
Include label relations.
Include PUIDs.
Include ratings.
Include release relations.
Include releases.
Include tags.
Include track relations.
Include URL relations.