How to mute programmatically?
Posted: 03 Oct 2016 21:24
According to the documentation (http://cocoadocs.org/docsets/MobileVLCK ... TrackIndex), setting the "currentAudioTrackIndex" to -1 will effectively mute the player. However, on iOS, this property has type UInt (unsigned int). How do you assign a negative number to a UInt?