public interface MediaPlayer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
pause()
Pause playback of the media file.
|
void |
play(double start)
Play media file from a specific starting point.
|
void |
play(double start,
double end)
Play media file from a specific starting point to and endpoint.
|
void pause()
void play(double start)
start - Where to start the playback in seconds.void play(double start,
double end)
start - Where to start the playback in seconds.end - Where to end the playback in seconds.Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.