public interface IAudioSystem
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNowPlaying()
Gets currently playing track.
|
void |
setTargetHeartRate(int target)
Sets the heart rate to be targeted by the system.
|
void |
skipTrack()
Skips the current track, begins playback of next.
|
void |
togglePlayback()
Toggles between playing and not playing.
|
java.lang.String getNowPlaying()
void setTargetHeartRate(int target)
target
- The new targetvoid skipTrack()
void togglePlayback()