Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
Video tag not work audioTracks
Hello everyone, I created a web application with a video player.
But switching audio tracks doesn’t work. I am using this specification:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/audioTracks
What is the problem, the choice of tracks shows, but when I switch the sound remains the same.
How do I switch tracks.
for (var i = 0; i < _video.audioTracks.length; i++) {
_video.audioTracks[i].enabled = false;
}
_video.audioTracks[1].enabled = true;
It works on new TVs in 2020, it does not work on later ones 2017-2019.
What could be the problem? In the ATV player itself, the switch works.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio