I write windows phone 7 application and there is a next problem:
My app gets a stream of file with audio in aac format which is in mp4 container. So I need get from this stream sequence of bytes with only aac data. How can I do that?
After that I need to use this data in MediaStreamSource class. Therefore it is also necessary to obtain information such as bitrate of aac frames. Will be that information in the resulting sequence of bytes, or it can also be obtained from the mp4 container?