Hi everyone,
I am new both at here and as a j2me developer.
I have tried to develop a appication using MMAPI for user to select an audio media in their device and play it. This part was done.
And now I want to make the appication more special, i.e. can adjust the tempo speed, making some video effect based on the media playing( just like the effect in Windows Media Player).
By doing these, I need to get and set information to header of media. Is there any way to implement by the MMAPI? I see there are some interfaces such as TempoControl in javax.microedition.media.control. But what should I do in those interface methods? Do I need to read each media header and write it back as DataStream?
thanks~

Reply With Quote

