Languages

Menu
Sites
Language
[TV] AVPlay API control volume

I'm trying to build an App that uses the AVPlay API. I already managed to play a video, now I want to play it on mute.

Is there any way to control the volume? I haven't found anything in the documentation.

Edited by: John Ixion on 18 Jul, 2017

Responses

3 Replies
Armaan-Ul- Islam

I also don't see the muted or volume property like HTML5 Video, But Tizen TVAudioControl API provides the audio control features (such as volume and mute). You may Check out this Guide here:

http://developer.samsung.com/tv/develop/api-references/tizen-web-device-api-references/tvaudiocontrol-api#

 

You may also like to check the 'Using AVPlay Guide' in addition.

http://developer.samsung.com/tv/develop/guides/multimedia/common/using-avplay/#

Egon Steiner

Thanks! But as far as I understand using the TVAudioControl API will just mute the whole TV. In my case I just want to mute the video and play other audio over it.

Armaan-Ul- Islam

You're Welcome. I do understand the scenario, that's why I mentioned "I also don't see the muted or volume property". I would suggest that, you may also post your issue on Samsung TV Forum

http://developer.samsung.com/forum/?topCtgy=06

Developers on the specific domain may share their experiences with you there.