CVBuffer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |