Abh*_*hek 5 ios airplay swift ios9
我使用 AVPlayer 和 AVPlayerViewController 创建了一个视频播放器。我已将“ allowsExternalPlayback”属性设置为true,并将“ usesExternalPlaybackWhileExternalScreenIsActive”属性设置为true。但是我仍然没有在播放器控件中获得 Airplay 图标。
player = AVPlayer(URL: url!)
player!.allowsExternalPlayback = true
player?.usesExternalPlaybackWhileExternalScreenIsActive = true
Run Code Online (Sandbox Code Playgroud)
我在 ios 9.2 上运行我的应用程序。
您需要添加 MPVolumeView 才能获得此功能。您可以在这里阅读:https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/AirPlayGuide/EnrichYourAppforAirPlay/EnrichYourAppforAirPlay.html