问题 I am new to mobile programming. I am working in H264 video rendering in iOS application using VideoToolBox framework. It has one feature to take snapshot while rendering the video. Whenever I take a snapshot, I get the Black screen only. I tried this 1. renderInContext, 2. drawViewHierarchyInRect, 3. snapshotViewAfterScreenUpdates method to capture the rendering the video but returns a Black screen only. //snapshot coding UIGraphicsBeginImageContextWithOptions (self.view.bounds.size, YES, 0.0