I have some questions about the AudioTrack class that I can't seem to
answer by reading the class documentation.

Is it possible to use the android.media.AudioTrack class in a non-
blocking way?  If so, what conditions must be true to ensure that the
write() method doesnt block?

How do the position marker notifications work?  They seem to be
measured in "frames", what is a frame?  Where can I find documentation
on frames?

When the marker notification occurs, is the callback made from a
thread that called write() or from some other thread?

-Tim
--~--~---------~--~----~------------~-------~--~----~
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