getVolume method

double getVolume()

Gets the current volume of the track.

Implementation

double getVolume() {
  return NativeBridge.getTrackVolume(id);
}