RemoteController.SetArtworkConfiguration(Int32, Int32) Method

Definition

Caution

deprecated

Set the maximum artwork image dimensions to be received in the metadata.

[Android.Runtime.Register("setArtworkConfiguration", "(II)Z", "")]
[System.Obsolete("deprecated")]
public bool SetArtworkConfiguration (int width, int height);
[<Android.Runtime.Register("setArtworkConfiguration", "(II)Z", "")>]
[<System.Obsolete("deprecated")>]
member this.SetArtworkConfiguration : int * int -> bool

Parameters

width
Int32

the maximum width in pixels

height
Int32

the maximum height in pixels

Returns

true if the artwork dimension was successfully set.

Attributes

Exceptions

Remarks

Set the maximum artwork image dimensions to be received in the metadata. No bitmaps will be received unless this has been specified.

Java documentation for android.media.RemoteController.setArtworkConfiguration(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to