AlbumΒΆ
-
class
Album: System.Object, System.IDisposable -
readonly Artist
Artist
-
readonly System.TimeSpan
Duration Gets the duration of the Album.
-
readonly Genre
Genre Gets the Genre of the Album.
-
readonly bool
HasArt Gets a value indicating whether the Album has associated album art.
-
readonly bool
IsDisposed Gets a value indicating whether the object is disposed.
-
readonly string
Name Gets the name of the Album.
-
readonly SongCollection
Songs Gets a SongCollection that contains the songs on the album.
-
public void
Dispose() Immediately releases the unmanaged resources used by this object.
-
public System.IO.Stream
GetAlbumArt() Returns the stream that contains the album art image data.
-
public System.IO.Stream
GetThumbnail() Returns the stream that contains the album thumbnail image data.
-
public string
ToString() Returns a String representation of this Album.
-
public int
GetHashCode() Gets the hash code for this instance.
-
readonly Artist