【问题标题】:Apple TV and external monitor to show full screenApple TV 和外接显示器全屏显示
【发布时间】:2014-02-01 13:50:52
【问题描述】:

我正在尝试通过 Apple TV 在显示器上显示我的 uiview。

当我直接连接我的 iPad 和显示器时,我可以在该显示器上全屏显示。这是因为我可以采取这样的最大尺寸。

self.availableModes = [extScreen availableModes];

    self.extScreen.currentMode = [availableModes lastObject]; // should be largest

但是,当我通过 HDMI 电缆将 Apple TV 连接到显示器并且 iPad 以无线方式连接到 Apple TV 时,我只得到 1 种尺寸,它不能在显示器上提供全屏显示。
UIScreenMode: 0x20857ef0;大小 = 1280.000000 x 720.000000

我想知道如何使用 Apple TV 通过 Air Play 在显示器上全屏显示我的 uiview。

【问题讨论】:

    标签: objective-c fullscreen airplay apple-tv


    【解决方案1】:

    您使用的是 Apple TV2 还是 AppleTV3? Apple TV 2 仅为 720p (1280x720) Apple TV 3 为 1080p (1920x1080)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-01-13
      • 1970-01-01
      • 2010-10-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多