Adventures in Microsoft UEFI Signing
blog.hansenpartnership.com2 pointsby throwaway640 comments
AVPlayer *player = <#A configured AVPlayer object#>;
CALayer *superlayer = <#Get a CALayer#>;
AVPlayerLayer *playerLayer = [AVPlayerLayer playerLayerWithPlayer:player];
[superlayer addSublayer:playerLayer];
https://developer.apple.com/library/ios/#documentation/AVFou...