appendImmediately(_:with:)
Appends the pixel buffer synchronously if the input is ready for more media data.
Declaration
func appendImmediately(_ pixelBuffer: CVReadOnlyPixelBuffer, with presentationTime: CMTime) throws -> BoolParameters
- pixelBuffer:
The pixel buffer to be appended.
- presentationTime:
The presentation time for the pixel buffer to be appended.
Return Value
Returns true if the append was successful, false if the input was not ready for more media data.