Adding the config data before each frame's raw data seems to be a
common usage. Usually aac audio codec (SW/HW) can accept it as the
input because there are not only aac audio tracks in file container
like mp4 but also *.aac files alone. And in a *.aac file, there are
always such config data before each frame. A codec is supposed to
support both of this.
So it's natual for a MP4 parser to output aac data with this config
bytes prepending. And so the codec components need not to know whether
its preceding peer is a mp4 parser or just a file souce for an aac
file.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---