Android.Media.MediaMetadataRetriever: Method Members

The methods of Android.Media.MediaMetadataRetriever are listed below. For a list of all members, see the MediaMetadataRetriever Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ExtractMetadata(MetadataKey) : string
Call this method after setDataSource().
ExtractMetadata(int) : string
Documentation for this section has not yet been entered.
GetEmbeddedPicture() : byte[]
Call this method after setDataSource().
GetFrameAtTime(long) : Android.Graphics.Bitmap
Call this method after setDataSource().
GetFrameAtTime(long, Option) : Android.Graphics.Bitmap
Call this method after setDataSource().
GetFrameAtTime(long, int) : Android.Graphics.Bitmap
Documentation for this section has not yet been entered.
Release()
Call it when one is done with the object.
SetDataSource(Java.IO.FileDescriptor)
Sets the data source (FileDescriptor) to use.
SetDataSource(string)
Sets the data source (file pathname) to use.
SetDataSource(Android.Content.Context, Android.Net.Uri)
Sets the data source as a content Uri.
SetDataSource(string, IDictionary<string, string>)
Documentation for this section has not yet been entered.
SetDataSource(Java.IO.FileDescriptor, long, long)
Sets the data source (FileDescriptor) to use.
SetDataSourceAsync(Java.IO.FileDescriptor) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SetDataSourceAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SetDataSourceAsync(Android.Content.Context, Android.Net.Uri) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SetDataSourceAsync(string, IDictionary<string, string>) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SetDataSourceAsync(Java.IO.FileDescriptor, long, long) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.