CMSampleBufferHasDataFailed(_:statusOut:)
Returns a Boolean value that indicates whether the sample buffer’s data loading request failed.
Declaration
func CMSampleBufferHasDataFailed(_ sbuf: CMSampleBuffer, statusOut: UnsafeMutablePointer<OSStatus>?) -> BoolParameters
- sbuf:
The
CMSampleBufferbeing interrogated. - statusOut:
Points to an
OSStatusto receive a status code describing the failure. PassNULLif you don’t want this information.