The VideoView class is an implementation of MediaPlayer and a SubtitleController that simplifies video play back. I have a requirement to implement Closed Captioning (dynamically) from the Subtitle stream. However when I look at the source for the ViewView object they import classes such as "import android.media.SubtitleController;". when I attempt import that class and other the class cannot be resolved. I opened up the Android.jar that is part of the 22 Framework and the classes referenced are not present under android.media. Where should I find these classes? Am I going about this in the wrong manor?
Additionally I would like to reduce the buffering in the MediaPlayer to a minimal amount, all users of my application are directly attached to the LAN, hardwired at 1Gbps. With a known amount of jitter in the packet stream I am confident that I can reduce the amount of buffering with minimal to no distortion. Where can I adjust this threshold? Thank you, Tim -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/20fcce30-6a7e-40f1-bc29-6cfeeb5b0bf0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

