I tried setting the Mute property of Video node in onKeyEvent. It updates the value but do not actually mute the video.
Even supplementaryAudioVolume does not do anything to the volume.
Is there a way to control volume, mute the video node from Bright Script? Could you please help me with this?
As stated in the docs the suplementaryAudioVolume field is Available since firmware version 8.
But the question remains what does this field actually do? I have a roku with correct firmware version but changing this fields yields no effect on the audio volume.
This field sets the volume of the description tracks separately from the main audio track. Is there a way to control the volume of the main audio track?[/font][/color]
I thought this is not feasible in Roku. But recently noticed that Youtube channel supports controlling volume from Android mobile. Could anyone give some sample code to implement this (control video volume programatically) in a custom channel via brightscript code?