CVBuffer Class

Definition

A Core Video data buffer, containing video, audio, or other type of data.

[ObjCRuntime.Watch(4, 0)]
public class CVBuffer : IDisposable, ObjCRuntime.INativeObject
type CVBuffer = class
    interface INativeObject
    interface IDisposable
Inheritance
CVBuffer
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

MovieTimeKey
NonPropagatedAttachmentsKey
PropagatedAttachmentsKey
TimeScaleKey
TimeValueKey

Methods

Dispose()

Releases the resources used by the CVBuffer object.

Dispose(Boolean)

Releases the resources used by the CVBuffer object.

Finalize()

Finalizer for the CVBuffer object

GetAttachment(NSString, CVAttachmentMode)
GetAttachment<T>(NSString, CVAttachmentMode)
GetAttachments(CVAttachmentMode)
GetAttachments<TKey,TValue>(CVAttachmentMode)
PropogateAttachments(CVBuffer)
RemoveAllAttachments()
RemoveAttachment(NSString)
SetAttachment(NSString, INativeObject, CVAttachmentMode)
SetAttachments(NSDictionary, CVAttachmentMode)

Applies to