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);