mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Spelling: milliseconds
This commit is contained in:
parent
1bc49fe450
commit
3d073be990
@ -235,7 +235,7 @@ public class AudioHandler extends Plugin {
|
|||||||
/**
|
/**
|
||||||
* Seek to a location.
|
* Seek to a location.
|
||||||
* @param id The id of the audio player
|
* @param id The id of the audio player
|
||||||
* @param miliseconds int: number of milliseconds to skip 1000 = 1 second
|
* @param milliseconds int: number of milliseconds to skip 1000 = 1 second
|
||||||
*/
|
*/
|
||||||
public void seekToAudio(String id, int milliseconds) {
|
public void seekToAudio(String id, int milliseconds) {
|
||||||
AudioPlayer audio = this.players.get(id);
|
AudioPlayer audio = this.players.get(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user