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