Contents

append(bufferReference:flags:)

Adds a reference to another block buffer.

Declaration

func append<T>(bufferReference: T, flags: CMBlockBuffer.Flags = []) throws where T : CMBlockBufferProtocol

Parameters

  • bufferReference:

    A block buffer to refer to. The buffer must not be empty unless you also pass the Permitemptyreference flag.

  • flags:

    Feature and control flags.

See Also

Modifying a Block Buffer