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.
我有以下代码。
recording.start(); file = recording.stop(); sound = Titanium.Media.createSound({sound:file}); sound.play();
我需要从持续时间 15 秒开始播放录音。
我该怎么做呢?
您是否尝试过方法而不是属性?
sound.setTime(15);