mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 bd17da9f9e
			
		
	
	
		bd17da9f9e
		
	
	
	
	
		
			
			Note: While ClientAudioStream has had a volume property, it is only now used in the mixer.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #include <LibCore/AnonymousBuffer.h>
 | |
| 
 | |
| endpoint AudioClient
 | |
| {
 | |
|     finished_playing_buffer(i32 buffer_id) =|
 | |
|     muted_state_changed(bool muted) =|
 | |
|     main_mix_volume_changed(double volume) =|
 | |
|     client_volume_changed(double volume) =|
 | |
| }
 |