Dear all, How to get information of a streaming video during streaming. Such as Duration, the bit rate of streaming, the Type(Audio Only, Video Only, Video + Audio), Codec(The audio and video codec for streaming ), Dimension, and Title(if exist).
It seems the Duration can be gotten from MediaPlayer.getDuration(), the Dimension can be gotten from MediaPlayer.getVideoHeight() and MediaPlayer.getVideoWidth() but how to get else information? --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

