Android.Media.MediaScannerConnection Class
MediaScannerConnection provides a way for applications to pass a newly created or downloaded media file to the media scanner service.

See Also: MediaScannerConnection Members

Syntax

[Android.Runtime.Register("android/media/MediaScannerConnection", DoNotGenerateAcw=true)]
public class MediaScannerConnection : Java.Lang.Object, Android.Content.IServiceConnection, IDisposable

Remarks

MediaScannerConnection provides a way for applications to pass a newly created or downloaded media file to the media scanner service. The media scanner service will read metadata from the file and add the file to the media content provider. The MediaScannerConnectionClient provides an interface for the media scanner service to return the Uri for a newly scanned file to the client of the MediaScannerConnection class.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1