| java.lang.Object | |
| ↳ | android.provider.MediaStore.Audio.Media | 
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CONTENT_TYPE | The MIME type for this table. | |||||||||
| String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
| String | EXTRA_MAX_BYTES | The name of the Intent-extra used to define a maximum file size for a recording made by the SoundRecorder application. | |||||||||
| String | RECORD_SOUND_ACTION | Activity Action: Start SoundRecorder application. | |||||||||
| [Expand] 
           Inherited Constants
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface android.provider.BaseColumns | |||||||||||
|  From interface android.provider.MediaStore.Audio.AudioColumns | |||||||||||
|  From interface android.provider.MediaStore.MediaColumns | |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | EXTERNAL_CONTENT_URI | The content:// style URI for the "primary" external storage volume. | |||||||||
|  | INTERNAL_CONTENT_URI | The content:// style URI for the internal storage. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Get the content:// style URI for the audio media table on the given volume.
           | |||||||||
|  |  |  | |||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
The MIME type for this table.
The default sort order for this table
The name of the Intent-extra used to define a maximum file size for a recording made by the SoundRecorder application.
Activity Action: Start SoundRecorder application.
Input: nothing.
Output: An uri to the recorded sound stored in the Media Library if the recording was successful. May also contain the extra EXTRA_MAX_BYTES.
The content:// style URI for the "primary" external storage volume.
The content:// style URI for the internal storage.
Get the content:// style URI for the audio media table on the given volume.
| volumeName | the name of the volume to get the URI for | 
|---|