appendImmediately(_:)
Appends the sample buffer synchronously if the input is ready for more media data.
Declaration
func appendImmediately(_ sampleBuffer: CMReadySampleBuffer<CMSampleBuffer.DynamicContent>) throws -> BoolParameters
- sampleBuffer:
The sample buffer to be appended
Return Value
Returns true if the append was successful, false if the input was not ready for more media data.