您现在的位置是:主页 > news > 宁夏建设造价网站/昆明网络营销公司哪家比较好

宁夏建设造价网站/昆明网络营销公司哪家比较好

admin2025/5/14 4:32:06news

简介宁夏建设造价网站,昆明网络营销公司哪家比较好,唐山网站建设优化方法,网站设计方案案例分析原文摘自:http://blog.csdn.net/zoutian007/article/details/7472098关于IOS的视频录制 昨天写了一段程序关于视频录制的,老是库找不到,提示错误。首先要加的是AVFoundtion.framework.接着提示"_CVPixelBufferGetPixelFormatType",…

宁夏建设造价网站,昆明网络营销公司哪家比较好,唐山网站建设优化方法,网站设计方案案例分析原文摘自:http://blog.csdn.net/zoutian007/article/details/7472098关于IOS的视频录制 昨天写了一段程序关于视频录制的,老是库找不到,提示错误。首先要加的是AVFoundtion.framework.接着提示"_CVPixelBufferGetPixelFormatType",…

 原文摘自:http://blog.csdn.net/zoutian007/article/details/7472098

关于IOS的视频录制 

昨天写了一段程序关于视频录制的,老是库找不到,提示错误。

  首先要加的是AVFoundtion.framework.

  接着提示

 

  "_CVPixelBufferGetPixelFormatType", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_CVPixelBufferUnlockBaseAddress", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_CVPixelBufferGetHeight", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_CVPixelBufferGetDataSize", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_kCVPixelBufferHeightKey", referenced from:

      -[AVCallController startVideoCapture] in AVCallController.o

  "_CVPixelBufferGetBaseAddress", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_CVPixelBufferLockBaseAddress", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_kCVPixelBufferWidthKey", referenced from:

      -[AVCallController startVideoCapture] in AVCallController.o

  "_CVPixelBufferGetWidth", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

把coreVideo.FrameWork加进去!


接下来又是


Undefined symbols for architecture armv7:

  "_CMSampleBufferGetImageBuffer", referenced from:

      -[AVCallController captureOutput:didOutputSampleBuffer:fromConnection:] in AVCallController.o

  "_CMTimeMake", referenced from:

      -[AVCallController startVideoCapture] in AVCallController.o


 

这时候把CoreMedia.FrameWork 加进去

 

转载于:https://www.cnblogs.com/85538649/archive/2012/06/04/2534639.html