mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Added Media.seekTo(int milliseconds);
This commit is contained in:
@@ -156,7 +156,7 @@ Media.prototype.stop = function() {
|
||||
};
|
||||
|
||||
/**
|
||||
* Seek or jump to a new time in the track.
|
||||
* Seek or jump to a new time in the track..
|
||||
*/
|
||||
Media.prototype.seekTo = function(milliseconds) {
|
||||
PhoneGap.exec(null, null, "Media", "seekToAudio", [this.id, milliseconds]);
|
||||
|
||||
Reference in New Issue
Block a user