iphone - UISlider for scrubbing the AQPlayer like iPod -


can tell me how scrub aqplayer ( used in apple's speakhere example ) using uislider ipod does?

i know how handle slider part, once have value slider, need set/change/update in aqplayer, or audioqueue, player moves part of queue , continues playing point? there easy way percentage of playing time or have make calculations packets??

thanks input.
al

for needs seek/scrubb in audio file, found solution question @ following link: audio queues

have @ function

-(void)seek:(uint64)packetoffset;

it worked after initial fine tuning.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -