kakone / GoogleCast

Implementation of the Google Cast protocol (.NET Standard 2.0 library)
GNU General Public License v3.0
141 stars 22 forks source link

Add Set Volume Command #5

Closed Marcus-L closed 6 years ago

Marcus-L commented 6 years ago

Added StatusChanged event to IReceiverChannel to receive volume updates. Volume updates do not appear to be functional via IMediaChannel StatusChanged events.

In addition, there is a quirky (by design?) behavior I noticed while testing playing a video, where if you mute the volume, you must change the volume to be higher than the current volume in order to unmute the volume.

Also added volume controls to the Sample App for testing.