public interface IPlayableTrack
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
playing
Property indicating if the track is playing.
|
| Modifier and Type | Method and 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.
|
javafx.beans.property.ReadOnlyBooleanProperty playingProperty
double getLength()
void play()
void stop()
javafx.beans.property.ReadOnlyBooleanProperty playingProperty()
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.