このAVKit
3 行のコードをどのように使用できるか、また音楽をミュートする方法は?
moviePlayer!.scalingMode = MPMovieScalingMode.AspectFill
moviePlayer!.controlStyle = MPMovieControlStyle.None
moviePlayer!.shouldAutoplay = true
このAVKit
3 行のコードをどのように使用できるか、また音楽をミュートする方法は?
moviePlayer!.scalingMode = MPMovieScalingMode.AspectFill
moviePlayer!.controlStyle = MPMovieControlStyle.None
moviePlayer!.shouldAutoplay = true
AVPlayer で .muted を使用して、AVFoundation を使用してオーディオ再生をミュートすることを検討してください。https://developer.apple.com/library/content/qa/qa1716/_index.htmlを参照してください