Contents

CVBufferRemoveAttachment(_:_:)

Removes the attachment you specify from a Core Video buffer.

Declaration

func CVBufferRemoveAttachment(_ buffer: CVBuffer, _ key: CFString)

Parameters

Discussion

If the attachment exists in the buffer, the system removes it and decrements the retain count.

See Also

Working with attachments