如何在Titanium中播放时退回5秒钟,单击按钮应该会发生这种情况。 我有以下代码。 var file = recording.stop(); sound = Titanium.Media.createSound({sound:file}); sound.play(); sound.getTime(); // This will return the current time position of the audio. var goBack = Titanium.UI.cr

已邀请:

要回复问题请先登录注册