Xcode iOS external display mirroring -



Xcode iOS external display mirroring -

im working @ local paper , have built simple video uploading app going utilize within our organization create easier upload videos our servers.

my issues when i'm going demonstrate +100 people utilize projector using hdmi adapter. bought adapter iphone , works great if wasn't 1 thing. when edit clip before uploading (the simple editing tool part of avfoundation) dosnt mirror editing tools hdmi screen. projector shows video in fullscreen. can't demonstrate buttons , tools editing. else works mirror default. there way forcefulness mirror instead? has tried reading apples official ios database found info when comes video playback.

the code photographic camera , editing:

// hides controls moving & scaling pictures, or // trimming movies. instead show controls, utilize yes. cameraui.allowsediting = yes; cameraui.cameraflashmode = uiimagepickercontrollercameraflashmodeauto; cameraui.videoquality = uiimagepickercontrollerqualitytypehigh; cameraui.delegate = delegate; // show photographic camera view controller. [controller presentviewcontroller:cameraui animated:no completion:nil ];

the best way go using apple tv, , recommended 1 http://www.apple.com/airplay/

ios xcode video mirroring hdmi

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -