Share via


Album Members

The following tables list the members exposed by the Album type.

Public Properties

Name Description
Public Property Artist Gets the Artist of the Album.
Public Property Duration Gets the duration of the Album.
Public Property Genre Gets the Genre of the Album.
Public Property HasArt Gets a value indicating whether the Album has associated album art.
Public Property Name Gets the name of the Album.
Public Property Songs Gets a SongCollection that contains the songs on the album.

Public Methods

Name Description
Public Method Dispose Immediately releases the unmanaged resources used by this object.
Public Method Equals Overloaded. Determines whether two instances of Album are equal.
Public Method GetAlbumArt Gets the album art as a texture.
Public Method GetHashCode Gets the hash code for this instance.
Public Method GetThumbnail Gets the album art thumbnail as a texture.
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Determines whether the specified Album instances are equal.
Public Method Static op_Inequality Determines whether the specified Album instances are not equal.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Returns a String representation of this Album.

Protected Methods

Name Description
Protected Method Finalize Releases unmanaged resources and performs other cleanup operations before the Album is reclaimed by garbage collection.
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Album Class
Microsoft.Xna.Framework.Media Namespace