getBalance method

double? getBalance()

Implementation

double? getBalance() {
	return audioSource.getBalance();
}