We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当使用到该播放器直播流播放时,会影响到自带的AVauidoPlayer的播放效果,我尝试用AVAudioSession解决问题,可是依然效果不是很明显,请问播放器内部是否有一些其他音效的处理呢
The text was updated successfully, but these errors were encountered:
播放器状态变为播放后,设置一下: [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback withOptions:AVAudioSessionCategoryOptionMixWithOthers error:nil]; 试试看
Sorry, something went wrong.
No branches or pull requests
当使用到该播放器直播流播放时,会影响到自带的AVauidoPlayer的播放效果,我尝试用AVAudioSession解决问题,可是依然效果不是很明显,请问播放器内部是否有一些其他音效的处理呢
The text was updated successfully, but these errors were encountered: