Adventures in Microsoft UEFI Signing
blog.hansenpartnership.com2 ポイント投稿者 throwaway640 コメント
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...