Java android.provider MediaStore fields, constructors, methods, implement or subclass

Example usage for Java android.provider MediaStore fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider MediaStore.

The text is from its open source code.

Field

StringAUTHORITY
StringINTENT_ACTION_MUSIC_PLAYER
Activity Action: Launch a music player.
StringINTENT_ACTION_MEDIA_SEARCH
Activity Action: Perform a search for media.
StringINTENT_ACTION_MEDIA_PLAY_FROM_SEARCH
An intent to perform a search for music media and automatically play content from the result when possible.
StringEXTRA_MEDIA_ARTIST
The name of the Intent-extra used to define the artist
StringEXTRA_MEDIA_ALBUM
The name of the Intent-extra used to define the album
StringEXTRA_MEDIA_TITLE
The name of the Intent-extra used to define the song title
StringEXTRA_MEDIA_FOCUS
The name of the Intent-extra used to define the search focus.
StringEXTRA_SCREEN_ORIENTATION
The name of the Intent-extra used to control the orientation of a ViewImage or a MovieView.
StringEXTRA_FINISH_ON_COMPLETION
The name of the Intent-extra used to control the onCompletion behavior of a MovieView.
StringINTENT_ACTION_STILL_IMAGE_CAMERA
The name of the Intent action used to launch a camera in still image mode.
StringACTION_IMAGE_CAPTURE
Standard Intent action that can be sent to have the camera application capture an image and return it.
StringACTION_VIDEO_CAPTURE
Standard Intent action that can be sent to have the camera application capture a video and return it.
StringEXTRA_VIDEO_QUALITY
The name of the Intent-extra used to control the quality of a recorded video.
StringEXTRA_SIZE_LIMIT
Specify the maximum allowed size.
StringEXTRA_DURATION_LIMIT
Specify the maximum allowed recording duration in seconds.
StringEXTRA_OUTPUT
The name of the Intent-extra used to indicate a content resolver Uri to be used to store the requested image or video.
StringUNKNOWN_STRING
The string that is used when a media attribute is not known.
StringMEDIA_SCANNER_VOLUME
Name of current volume being scanned by the media scanner.

Method

UrigetMediaScannerUri()
Uri for querying the state of the media scanner.