Hi all,

I am trying to playback voice data which is received in form of RTP
packets in my application. The class

Receiver.java extends thread is playing back the audio.

The question is ....
1. For real time streaming operation how to configure the
write(byte[], int offsetInBytes, int sizeInBytes) methods???

2. What is the function and purpose of getPlaybackHeadPosition()???...
What is playback head position kindly explain!

Note: The RTP packets I am receiving are not from a traditional
Datagram Socket but rather then from Ad Hoc Network so there is unknow
delay for receiving the RTP packets.

I need to design the Receiver class to play back the voice as soon as
packets are recieved.

Kindly help me in this regard

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to