Added volume control. Updated styling.
This commit is contained in:
@@ -34,6 +34,8 @@ public class SessionTracker(
|
||||
|
||||
audioPlayerState.Position = audioPlayer.Position;
|
||||
audioPlayerState.PlaybackState = GetSemanticPlaybackState();
|
||||
audioPlayerState.Volume = audioPlayer.Volume;
|
||||
audioPlayerState.IsMuted = audioPlayer.IsMuted;
|
||||
}
|
||||
|
||||
private AudioPlaybackState GetSemanticPlaybackState()
|
||||
|
||||
Reference in New Issue
Block a user