Hi,
I am using Android SDK 1.5 from last two weeks.
I used AudioRecord & AudioTrack class for simultaneous audio recording and playback. I sent the Audio recording to a buffer through read() function in the AudioRecord class and read it simultaneously through write() function from AudioTrack claas. I could able to acheive full duplex communication in case of Audio.
Is there any similar class for recording videos to a buffer and play back by reading from buffer.
If Android classes support this functionality please provide me some examples to implement this.
Thanks,
Bharath