The TuneInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TuneInformation |
Initializes a new instance of the TuneInformation class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Artist |
The artist or performer of the song or piece.
|
![]() | Length |
The duration of the song or piece in seconds.
|
![]() | Rating |
The user's rating of the song or piece, from 1 (lowest) to
10 (highest).
|
![]() | Source |
The collection (e.g., album) or other source (e.g., a band website
that hosts streams or audio files).
|
![]() | Title |
The title of the song or piece.
|
![]() | Track |
A unique identifier for the tune; e.g., the track number within
a collection.
|
![]() | Uri |
A URI or URL pointing to information about the song, collection,
or artist.
|