Share via


CVBuffer Class

Definition

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

public class CVBuffer : CoreFoundation.NativeObject
type CVBuffer = class
    inherit NativeObject
Inheritance
Derived

Properties

Name Description
Handle (Inherited from DisposableObject)
MovieTimeKey
NonPropagatedAttachmentsKey
Owns (Inherited from DisposableObject)
PropagatedAttachmentsKey
TimeScaleKey
TimeValueKey

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetAttachment(NSString, CVAttachmentMode)
GetAttachment<T>(NSString, CVAttachmentMode)
GetAttachments(CVAttachmentMode)
GetAttachments<TKey,TValue>(CVAttachmentMode)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
HasAttachment(NSString)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
PropogateAttachments(CVBuffer)
Release()
RemoveAllAttachments()
RemoveAttachment(NSString)
Retain()
SetAttachment(NSString, INativeObject, CVAttachmentMode)
SetAttachments(NSDictionary, CVAttachmentMode)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to