MonobjcMonobjc Documented Class Library
PropagateAttachments Method (sourceBuffer, destinationBuffer)
NamespacesMonobjc.QuartzCoreCVBufferPropagateAttachments(IntPtr, IntPtr)

Copies all attachments that can be propagated from one Core Video buffer to another.

Original signature is 'void CVBufferPropagateAttachments ( CVBufferRef sourceBuffer, CVBufferRef destinationBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void PropagateAttachments(
	IntPtr sourceBuffer,
	IntPtr destinationBuffer
)
Public Shared Sub PropagateAttachments ( _
	sourceBuffer As IntPtr, _
	destinationBuffer As IntPtr _
)
public:
static void PropagateAttachments(
	IntPtr sourceBuffer, 
	IntPtr destinationBuffer
)
Parameters
sourceBuffer (IntPtr)
MISSING
destinationBuffer (IntPtr)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)