I have use AVQueuePlayer to play two video at the same time,
Now I have some problem in my application. I want to mute the video while it is playing . But there is no method found to set volume.
Can any one help me to set volume in AVQueuePlayer.
Thanks in advance
AVQueuePlayeris just a subclass ofAVPlayer, so setting the volume just like on anAVPlayershould work (Note: I haven’t tested it yet)To see how to set the volume on an
AVPlayertake a look at this.