VIMVideoPlayer
VIMVideoPlayer copied to clipboard
make setupAudioSession public and do not call it by default
Ticket Summary
Do not setup the AVAudioSession by default.
Implementation Summary
We need another AVAudioSession when you setting up by default. I just made the setupAudiSession public and don't call it by default. So everybody can decide himself to setup the session as he likes it.