I’m developing a web application for Tizen Smart TVs, and I need to display the current volume level of the TV on the screen when the app starts. I’ve been searching through the Tizen documentation but couldn’t find a clear way to retrieve the current volume level.
Can anyone guide me on how to get the default TV volume in a Tizen web app? Any code examples or pointers to the right APIs would be greatly appreciated!
Edit : I need to display the OnScreenDisplay of Volume when changing the volume, i know you can use tizen.tvaudiocontrol.setVolumeUp(); or tizen.tvaudiocontrol.setVolume(10); to change volume, but i don’t know how to display the OSD volume of samsung tv