OSDN Git Service

Doc change: update media formats tables with adts/aac and flac
authorDirk Dougherty <ddougherty@google.com>
Fri, 1 Apr 2011 22:55:28 +0000 (15:55 -0700)
committerDirk Dougherty <ddougherty@google.com>
Sun, 3 Apr 2011 20:23:24 +0000 (13:23 -0700)
Change-Id: Ic541f9e4ea1907453041d017d7d3608ead45ed6f

docs/html/guide/appendix/media-formats.jd

index 8509466..34a4c18 100644 (file)
@@ -52,8 +52,8 @@ page.title=Android Supported Media Formats
 
 <table>
 <tbody>
-<tr>
 
+<tr>
 <th>Type</th>
 <th>Format / Codec</th>
 <th>Encoder</th>
@@ -63,12 +63,13 @@ page.title=Android Supported Media Formats
 </tr>
 
 <tr>
-<td rowspan="9">Audio</td>
+<td rowspan="10">Audio</td>
 <td>AAC LC/LTP</td>
 <td style="text-align: center;"><big>&bull;</big></td>
 <td style="text-align: center;"><big>&bull;</big></td>
-<td rowspan="3">Mono/Stereo content in any combination of standard bit rates up to 160 kbps and sampling rates from 8 to 48kHz</td>
-<td rowspan="3">3GPP (.3gp) and MPEG-4 (.mp4, .m4a). No support for raw AAC (.aac)</td>
+<td rowspan="3">Mono/Stereo content in any combination of standard bit
+rates up to 160 kbps and sampling rates from 8 to 48kHz</td>
+<td rowspan="3">3GPP (.3gp), and MPEG-4 (.mp4, .m4a). ADTS raw AAC (.aac, decode only, ADIF not supported, Android 3.1+). </td>
 </tr>
 
 <tr>
@@ -101,6 +102,18 @@ page.title=Android Supported Media Formats
 </tr>
 
 <tr>
+<td>FLAC</td>
+<td>&nbsp;</td>
+<td style="text-align: center;"><big>&bull;</big><br><small>(Android 3.1+)</small></td>
+<td>Mono/Stereo (no multichannel). Sample rates up to 48 kHz (but up to 44.1
+kHz is recommended on devices with 44.1 kHz output, as the 48 to 44.1 kHz
+downsampler does not include a low-pass filter). 16-bit recommended;
+no dither applied for 24-bit.
+</td>
+<td>FLAC (.flac) only</td>
+</tr>
+
+<tr>
 <td>MP3</td>
 <td>&nbsp;</td>
 <td style="text-align: center;"><big>&bull;</big></td>