Platforms to show: All Mac Windows Linux Cross-Platform
Back to CVPixelBufferMBS class.
CVPixelBufferMBS.PixelBufferWithCGImage(CGImage as Variant) as CVPixelBufferMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Image parameter must be a CGImageMBS object.
For Carbon and Cocoa.
Returns nil on any error.
CVPixelBufferMBS.PixelBufferWithHandle(Handle as Integer) as CVPixelBufferMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | AVFoundation | MBS AVFoundation Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Handle must be a CVPixelBufferRef, which we retain.
CVPixelBufferMBS.PixelBufferWithPicture(pic as picture) as CVPixelBufferMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
For Carbon and Cocoa.
Returns nil on any error.
The items on this page are in the following plugins: MBS AVFoundation Plugin.