在 Avkit 中如何使用这三行代码,以及如何将音乐静音”
Posted
技术标签:
【中文标题】在 Avkit 中如何使用这三行代码,以及如何将音乐静音”【英文标题】:In Avkit how it can be used this three lines of codes, and also how to mute the music" 【发布时间】:2017-06-25 03:43:35 【问题描述】:在AVKit
这三行代码如何使用以及如何将音乐静音?
moviePlayer!.scalingMode = MPMovieScalingMode.AspectFill
moviePlayer!.controlStyle = MPMovieControlStyle.None
moviePlayer!.shouldAutoplay = true
【问题讨论】:
【参考方案1】:您可以考虑使用 AVFoundation 在您的 AVPlayer 上使用 .muted 来静音音频播放。 见https://developer.apple.com/library/content/qa/qa1716/_index.html
【讨论】:
以上是关于在 Avkit 中如何使用这三行代码,以及如何将音乐静音”的主要内容,如果未能解决你的问题,请参考以下文章
AVKit 与 Swift 一起使用,但没有创建文件。为啥?
使用 AVKit for Swift 设置 AVLayerVideoGravity 时遇到问题