|
libmusicbrainz3
3.0.2
|
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 & | releaseRelations () |
| Include release relations. | |
| TrackIncludes & | trackRelations () |
| Include track relations. | |
| TrackIncludes & | urlRelations () |
| Include URL relations. | |
| 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 PUIDs.
Include release relations.
Include releases.
Include track relations.
Include URL relations.