PlaybackRate has not been implemented for mp3.

PVMFStatus PVMFMP3FFParserNode::DoSetDataSourceRate
(PVMFMP3FFParserNodeCommand& aCmd)
{
    PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger,
PVLOGMSG_STACK_TRACE,
                    (0, "PVMFMP3FFParserNode::DoSetDataSourceRate()
In"));
    OSCL_UNUSED_ARG(aCmd);
    return PVMFSuccess;
}

On Jun 8, 10:50 pm, allstars <allstars....@gmail.com> wrote:
> hello world
> i want to test rate feature for mp3
> so i add setRate from top to the bottom
> (Java -> JNI -> libmedia -> libmediaplayerservice -> playerdriver in
> opencore)
> however i found PVPlayerEngine::SetPlaybackRate didnt do any thing
> i have also add logs for it and in the DoSetPlaybackRate function
> no error is found
>
> i call it like this SetPlaybackRate(200,000, 0, cmd);
>
> however ,if i can GetPlaybackMinMaxRate , i can get min/max rate
> returned in the
> asyn handler
>
> btw i dont know how to use GetPlaybackRate , there is no sample for
> this
> and i am not sure how to use the Timebase argument
>
> have anyone met the same problem as i did???
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to