CMAttachmentBearer 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.
Static and extension methods for objects that can bear attachments.
public static class CMAttachmentBearer
type CMAttachmentBearer = class
- Inheritance
-
CMAttachmentBearer
Methods
| Name | Description |
|---|---|
| GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode) | |
| GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode) |
Returns the attachment that is identifed by |
| GetAttachments(ICMAttachmentBearer, CMAttachmentMode) |
Returns an array of all the bearer's attachments and the attachment propagation mode to |
| GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode) | |
| PropagateAttachments(ICMAttachmentBearer, ICMAttachmentBearer) |
Propagates the attachments that belong to |
| RemoveAllAttachments(ICMAttachmentBearer) |
Removes all of |
| RemoveAttachment(ICMAttachmentBearer, String) |
Removes the attachment that is identifed by |
| SetAttachment(ICMAttachmentBearer, String, INativeObject, CMAttachmentMode) |
Attaches |
| SetAttachments(ICMAttachmentBearer, NSDictionary, CMAttachmentMode) |
Attaches |