bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.38k stars 8.1k forks source link

ios ijkplayer seek方法 #2361

Open ghost opened 7 years ago

ghost commented 7 years ago

请问ios ijkplayer 有seek方法吗? 类似于AVplayer的

xinzhengzhang commented 7 years ago

See IJKMediaPlayback

XuanZheJiang commented 7 years ago

IJKMediaPlayback里的currentPlaybackTime这个属性是可读可写的。所以直接赋一个值就可以实现所谓的seek。至少我是这样做的,不知是不是正解。

xinzhengzhang commented 7 years ago

yes, exactly