James SDC
unread,Oct 27, 2009, 2:31:00 PM10/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi,
I am trying to find a way to intercept the data read/write from
MediaPlayer. As what I understand, take a video player as an example,
we can use the Android Widget class "VideoView" to playback a video,
and use MediaPlayer to control the process of the playback. However,
we bascially cannot intercept the data read/write.
My intention is to redirect the MediaPlayer to call my file read/write
for playback.
Is there any way to intercept data read/write from MediaPlayer, or
does NDK provide any APIs for media playback?
Thanks in advance.
James.