LoopTrack, MediaTrackpublic interface IPlayableTrack
| Modifier and Type | Method | Description |
|---|---|---|
double |
getLength() |
Retrieve the length of the track in seconds
|
void |
play() |
Start playing the track.
|
javafx.beans.property.ReadOnlyBooleanProperty |
playingProperty() |
Property indicating if the track is playing.
|
void |
stop() |
Stop playing the track.
|
double getLength()
void play()
void stop()
javafx.beans.property.ReadOnlyBooleanProperty playingProperty()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.