MediaMetadataRetriever.GetEmbeddedPicture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call this method after setDataSource().
[Android.Runtime.Register("getEmbeddedPicture", "()[B", "GetGetEmbeddedPictureHandler")]
public virtual byte[]? GetEmbeddedPicture ();
[<Android.Runtime.Register("getEmbeddedPicture", "()[B", "GetGetEmbeddedPictureHandler")>]
abstract member GetEmbeddedPicture : unit -> byte[]
override this.GetEmbeddedPicture : unit -> byte[]
Returns
null if no such graphic is found.
- Attributes
Remarks
Call this method after setDataSource(). This method finds the optional graphic or album/cover art associated associated with the data source. If there are more than one pictures, (any) one of them is returned.
Java documentation for android.media.MediaMetadataRetriever.getEmbeddedPicture()
.
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.