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
ExtractMetadata(MetadataKey)Call this method after setDataSource(). | ||
ExtractMetadata(int)Documentation for this section has not yet been entered. | ||
GetEmbeddedPicture()Call this method after setDataSource(). | ||
GetFrameAtTime(long)Call this method after setDataSource(). | ||
GetFrameAtTime(long, Option)Call this method after setDataSource(). | ||
GetFrameAtTime(long, int)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)Documentation for this section has not yet been entered. | ||
SetDataSourceAsync(string)Documentation for this section has not yet been entered. | ||
SetDataSourceAsync(Android.Content.Context, Android.Net.Uri)Documentation for this section has not yet been entered. | ||
SetDataSourceAsync(string, IDictionary<string, string>)Documentation for this section has not yet been entered. | ||
SetDataSourceAsync(Java.IO.FileDescriptor, long, long)Documentation for this section has not yet been entered. |