Album.GetAlbumArt Method
Gets the album art as a texture.
Windows Specific Information |
|---|
|
Album information is not supported. This property is always set to null. |
Xbox 360 Specific Information |
|---|
|
Album information is not supported. This property is always set to null. |
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Parameters
- serviceProvider
- Content manager service provider, obtained through the Game.Services property.
Return Value
Texture with the album art, or null if the album has no associated art.
Windows Specific Information