Expand description
XEP-0118: User Tune
Structs§
- Artist
- The artist or performer of the song or piece.
- Artist
AsXml Iterator - Convert a
Artist
into XML events. - Artist
From XmlBuilder - Build a
Artist
from XML events. - Length
- The duration of the song or piece in seconds.
- Length
AsXml Iterator - Convert a
Length
into XML events. - Length
From XmlBuilder - Build a
Length
from XML events. - Rating
- The user’s rating of the song or piece, from 1 (lowest) to 10 (highest).
- Rating
AsXml Iterator - Convert a
Rating
into XML events. - Rating
From XmlBuilder - Build a
Rating
from XML events. - Source
- The collection (e.g., album) or other source (e.g., a band website that hosts streams or audio files).
- Source
AsXml Iterator - Convert a
Source
into XML events. - Source
From XmlBuilder - Build a
Source
from XML events. - Title
- The title of the song or piece.
- Title
AsXml Iterator - Convert a
Title
into XML events. - Title
From XmlBuilder - Build a
Title
from XML events. - Track
- A unique identifier for the tune; e.g., the track number within a collection or the specific URI for the object (e.g., a stream or audio file).
- Track
AsXml Iterator - Convert a
Track
into XML events. - Track
From XmlBuilder - Build a
Track
from XML events. - Tune
- Container for formatted text.
- Tune
AsXml Iterator - Convert a
Tune
into XML events. - Tune
From XmlBuilder - Build a
Tune
from XML events. - Uri
- A URI or URL pointing to information about the song, collection, or artist.
- UriAs
XmlIterator - Convert a
Uri
into XML events. - UriFrom
XmlBuilder - Build a
Uri
from XML events.