Contents

appendImmediately(_:)

Appends the sample buffer synchronously if the input is ready for more media data.

Declaration

func appendImmediately(_ sampleBuffer: CMReadySampleBuffer<CMSampleBuffer.DynamicContent>) throws -> Bool

Parameters

  • 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.

Discussion

See Also

Appending samples