Is there a way to adjust the volume in MPMoviePlayer Controller according to the program?

I want to increase or decrease or even turn off the volume of the movie player in my program, and not the buttons in the Movie player. Is there any way to do this? Thanks

+2
source share
1 answer

There is currently no public API for managing these settings using software. If you want to have this kind of control, I would recommend registering an Apple Developer Connection error.

0
source

Source: https://habr.com/ru/post/1761619/


All Articles