AVPlayer音频静音

时间:2015-11-25 11:44:26

标签: ios objective-c avfoundation avplayer

我是Xcode的新手,请帮帮我。我在IOS app中的View Controller中添加了AVPlayer。它在视图中显示视频但没有音频。任何帮助任何人 谢谢你

1 个答案:

答案 0 :(得分:1)

音频静音的原因是因为你可能没有初始化AVAudioSession检查出来..

if (str.contains(",")) {
    str.replace(",",".");
}