1

HDMIで接続されたiOSデバイスからTVに映像を出力するプレーヤーを書いています。

優先画面モードが見つかりました。UIScreen の他の画面モードでは、テレビ画面をカバーできない可能性があります。テレビのモデルによって動作が異なります。

ただし、iTunes ビデオ プレーヤーはいつでもテレビ画面全体をカバーできます。

どうやってそれをするのだろうか?

秘密のプライベート API はありますか?

4

2 に答える 2

1

自己責任でこれを試してください;)

// Undocumented, may cause bugs!
[screen setOverscanCompensation:3];
于 2013-08-08T15:34:30.183 に答える
1

I can suggest you try the sample source code TVOut on GITHub - https://github.com/JohnGoodstadt/TVOut. I have found that it covers all the screen of the monitor types I have tried. It also allows you to alter the 'bounds' of the TV screen edge (so you can move out from the standard edge).

標準の IOS API を使用します。

于 2012-09-17T12:24:42.020 に答える