narek adonts Well-Known Member Licensed User Longtime User Sep 29, 2016 #1 Hi, Is there a way to mute the audio of a video played in a videoView? I am trying to mute the audio of VIdeoview while playing an audio with AUdioplayer. Narek
Hi, Is there a way to mute the audio of a video played in a videoView? I am trying to mute the audio of VIdeoview while playing an audio with AUdioplayer. Narek
Erel B4X founder Staff member Licensed User Longtime User Sep 29, 2016 #2 See the last answer here: http://stackoverflow.com/questions/...n-playing-video-using-mpmovieplayercontroller Shouldn't be difficult to test it with NativeObject or inline OBJC. Upvote 0
See the last answer here: http://stackoverflow.com/questions/...n-playing-video-using-mpmovieplayercontroller Shouldn't be difficult to test it with NativeObject or inline OBJC.
JanPRO Well-Known Member Licensed User Longtime User Sep 30, 2016 #3 Btw. You can also use a WebView and show the video via the html video element, which has a muted property. You can set this property with JS to false. Jan Upvote 0
Btw. You can also use a WebView and show the video via the html video element, which has a muted property. You can set this property with JS to false. Jan