Platforms to show: All Mac Windows Linux Cross-Platform
AVAssetWriterInputPixelBufferAdaptorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Instances of AVAssetWriterInputPixelBufferAdaptor provide a CVPixelBufferPool that you can use to allocate pixel buffers for writing to the output file. Using the provided pixel buffer pool for buffer allocation is typically more efficient than appending pixel buffers allocated using a separate pool.
- property Handle as Integer
- 5 methods
- method appendPicture(pic as picture, presentationTime as CMTimeMBS) as boolean
- method appendPixelBuffer(pixelBuffer as CVPixelBufferMBS, presentationTime as CMTimeMBS) as boolean
- method assetWriterInput as AVAssetWriterInputMBS
- method Constructor(input as AVAssetWriterInputMBS, sourcePixelBufferAttributes as dictionary)
- method sourcePixelBufferAttributes as Dictionary
- 2 shared methods
- shared method assetWriterInputPixelBufferAdaptorWithAssetWriterInput(input as AVAssetWriterInputMBS, sourcePixelBufferAttributes as dictionary) as AVAssetWriterInputPixelBufferAdaptorMBS
- shared method available as boolean
This class has no sub classes.
Some examples using this class:
Blog Entries
- JPEGs to Movie
- MBS Xojo / Real Studio Plugins, version 15.2pr9
- MBS Xojo / Real Studio Plugins, version 15.2pr2
Xojo Developer Magazine
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVAssetWriterInputMBS - AVAssetWriterMBS