Hi all,
I need to save an audio stream into a CEikRichTextEditor control as an embedded object. This is exactly the same as done in the "Active Notes" default application supplied in S60.
I've seen the CMdaAudioInputStream examples on how to record into a stream and I think I'm ok in that area, but once I have the buffer data, how can I insert this into a rich text control ?
I saw the InsertObjectL(TUid aPictureType,CBase* aData) method, but did not find and documentation on it (for example, what are the valid values for the "aPictureType" argument ?).
Any starting point or a hint for me ?
Thanks !



