diff --git a/docs/html/guide/appendix/media-formats.jd b/docs/html/guide/appendix/media-formats.jd index 069a603b643a2..907096834d99b 100644 --- a/docs/html/guide/appendix/media-formats.jd +++ b/docs/html/guide/appendix/media-formats.jd @@ -259,7 +259,7 @@ rates for raw PCM recordings at 8000, 16000 and 44100 Hz.
Table 2, below, lists examples of video encoding profiles and parameters that the Android media framework supports for playback. In addition to these encoding parameter recommendations, a device's available video recording profiles can be used as a proxy for media playback capabilities. These profiles can be inspected using the {@link android.media.CamcorderProfile CamcorderProfile} class, which is available since API level 8.
+Table 2, below, lists examples of video encoding profiles and parameters that the Android +media framework supports for playback in the H.264 Baseline Profile codec. While +table 3 lists examples that the framework supports for playback in the VP8 media codec.
-Table 2. Examples of supported video encoding parameters.
+In addition to these encoding parameter recommendations, +a device's available video recording profiles can be used as a proxy for media playback +capabilities. These profiles can be inspected using the {@link android.media.CamcorderProfile +CamcorderProfile} class, which is available since API level 8.
+ +Table 2. +Examples of supported video encoding parameters for the H.264 Baseline Profile codec.
| SD (Low quality) | SD (High quality) | -HD (Not available on all devices) | +HD 720p (N/A on all devices) | -
|---|---|---|---|
| Video codec | -H.264 Baseline Profile | -H.264 Baseline Profile | -H.264 Baseline Profile | -
| Video resolution | 176 x 144 px | @@ -331,6 +333,49 @@ rates for raw PCM recordings at 8000, 16000 and 44100 Hz.
Table 3. +Examples of supported video encoding parameters for the VP8 codec.
+ +| + | SD (Low quality) | +SD (High quality) | +HD 720p (N/A on all devices) | +HD 1080p (N/A on all devices) | +
|---|---|---|---|---|
| Video resolution | +320 x 180 px | +640 x 360 px | +1280 x 720 px | +1920 x 1080 px | +
| Video frame rate | +30 fps | +30 fps | +30 fps | +30 fps | +
| Video bitrate | +800 Kbps | +2 Mbps | +4 Mbps | +10 Mbps | +
For video content that is streamed over HTTP or RTSP, there are additional requirements: