Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンを使用してオーディオファイルをx2、x4などで早送りする方法はありますか?そうでない場合、これがどのように可能になるかについて何か考えがありますか?
NSTimeInterval *timeIntervel = [yourPlayer currentTime]; timeIntervel = timeIntervel + timeToForword; [yourPlayer setCurrentTime:timeIntervel]; [yourPlayer play];