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.
[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) |