diff --git a/docs/html/guide/appendix/media-formats.jd b/docs/html/guide/appendix/media-formats.jd index 323192d093396..a3cc0ff09692f 100644 --- a/docs/html/guide/appendix/media-formats.jd +++ b/docs/html/guide/appendix/media-formats.jd @@ -1,8 +1,8 @@ page.title=Android Supported Media Formats @jd:body -

The Core Media Formats table below describes the media format support built into the Android platform. Note that any given mobile device may provide support for additional formats or file types not listed here.

-

For your convenience, the table T-Mobile G1 Media Formats describes the additional media formats supported by the T-Mobile G1 device.

+

The Core Media Formats table below describes the media format support built into the Android platform. Note that any given mobile device may provide support for additional formats or file types not listed in the table.

+

For your convenience, the table T-Mobile G1 Media Formats describes additional media format details for the T-Mobile G1 device.

Core Media Formats

@@ -127,7 +127,7 @@ page.title=Android Supported Media Formats Video H.263 - +X X   3GPP (.3gp) @@ -184,7 +184,7 @@ Mono and stereo profiles with 16-bits per sample. Decoder does not support WMA P -Video +Video WMV   X @@ -193,7 +193,15 @@ Mono and stereo profiles with 16-bits per sample. Decoder does not support WMA P -H.264 AVC +H.263 +X +X +  +3GPP (.3gp) and MPEG-4 (.mp4) + + + +H.264 AVC   X Limited to baseline profile up to 480x320, and 600 kbps average bitrate for the video stream. diff --git a/docs/html/guide/topics/media/index.jd b/docs/html/guide/topics/media/index.jd index ba6d89f675cc2..4541024111b9e 100644 --- a/docs/html/guide/topics/media/index.jd +++ b/docs/html/guide/topics/media/index.jd @@ -44,14 +44,13 @@ can play audio or video from media files stored in the application's resources arriving over a network connection. To play audio or video from your application, use the {@link android.media.MediaPlayer} class.

-

The platform also lets you record audio, where supported by the mobile device -hardware. Recording of video is not currently supported, but is planned for a -future release. To record audio, use the -{@link android.media.MediaRecorder} class. Note that the emulator doesn't have -hardware to capture audio, but actual mobile devices are likely to provide these -capabilities that you can access through MediaRecorder.

+

The platform also lets you record audio and video, where supported by the +mobile device hardware. To record audio or video, use the {@link +android.media.MediaRecorder} class. Note that the emulator doesn't have hardware +to capture audio or video, but actual mobile devices are likely to provide these +capabilities, accessible through the MediaRecorder class.

-

For a list of the media formats for which Android offers built-in support, +

For a list of media formats for which Android offers built-in support, see the Android Media Formats appendix.