Streaming AAC/AAC+

Login to reply to this topic.
Mon, 2006-05-08 10:44
Joined: 2005-09-08
Forum posts: 24
Hi developers,

Is it possible to stream aac/aac+ using MMF. If Yes how else why not.


Thanks

Fri, 2006-05-12 20:27
Joined: 2006-04-22
Forum posts: 17
Re: Streaming AAC/AAC+
It depends on the platform you are developing on.

If it is supported, you will need to use the CMMFDevSound interface to perform the streaming. You can use the function CMMFDevSound::GetSupportedOutputDataTypesL to determine which streaming formats your platform supports.
Mon, 2006-05-15 21:13
Joined: 2005-01-24
Forum posts: 76
Re: Streaming AAC/AAC+
Hi

See my reply to this other post:
http://forum.newlc.com/index.php/topic,14326.0.html

Streaming directly to/from AAC (if it is possible on the platform - i.e. there's a suitable AAC MMF codec shipped) should be possible using CMdaAudioInputStream/CMdaAudioOutputStream in conjunction with the SetDataTypeL() function available on both those classes.

The FourCC code for AAC is given in MMFFourCC.h as KMMFFourCCCodeAAC.

Hope this helps.

Regards.

Andy Wink
  • Login to reply to this topic.