銀行代碼錯誤:CMVideoFormatDescriptionGetCleanAperture
let fdesc : CMFormatDescriptionRef = CMSampleBufferGetFormatDescription(sampleBuffer)!
let clap : CGRect = CMVideoFormatDescriptionGetCleanAperture(fdesc, false)
Error: cannot invoke 'CMVideoFormatDescriptionGetCleanAperture' with an argument list of type '(CMFormatDescriptionRef, Bool)'
該代碼在編譯時沒有問題,在我的Xcode 7.2。 –