码迷,mamicode.com
首页 > 移动开发 > 详细

为APP添加AirPlay设备选择按钮

时间:2015-06-29 12:59:47      阅读:399      评论:0      收藏:0      [点我收藏+]

标签:

 

以下代码可以在自定义的播放页添加AirPlay设备选择按钮

MPVolumeView *volumeView = [ [MPVolumeView alloc] init] ;
[volumeView setShowsVolumeSlider:NO];
[volumeView sizeToFit];
[self.view addSubview:volumeView];

The picker is visible only when there is an AirPlay output device available.

 

相关介绍见官方文档:https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/AirPlayGuide/EnrichYourAppforAirPlay/EnrichYourAppforAirPlay.html#//apple_ref/doc/uid/TP40011045-CH6-SW1

为APP添加AirPlay设备选择按钮

标签:

原文地址:http://www.cnblogs.com/moyazi/p/4607133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!