Merge "MediaCodec: docs: Clarify that audio/mp4a-latm is plain AAC, not in LATM"

This commit is contained in:
Andreas Huber
2013-04-03 16:09:15 +00:00
committed by Gerrit Code Review

View File

@ -170,7 +170,7 @@ final public class MediaCodec {
* <li>"audio/3gpp" - AMR narrowband audio
* <li>"audio/amr-wb" - AMR wideband audio
* <li>"audio/mpeg" - MPEG1/2 audio layer III
* <li>"audio/mp4a-latm" - AAC audio
* <li>"audio/mp4a-latm" - AAC audio (note, this is raw AAC packets, not packaged in LATM!)
* <li>"audio/vorbis" - vorbis audio
* <li>"audio/g711-alaw" - G.711 alaw audio
* <li>"audio/g711-mlaw" - G.711 ulaw audio