Platforms to show: All Mac Windows Linux Cross-Platform
AVCaptureMetadataOutputMBS class
Super class: AVCaptureOutputMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AVFoundation | MBS AVFoundation Plugin | 21.2 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
Available for iOS only!
An AVCaptureMetadataOutput object intercepts metadata objects emitted by its associated capture connection and forwards them to a delegate object for processing. You can use instances of this class to process specific types of metadata included with the input data. You use this class the way you do other output objects, typically by adding it as an output to an AVCaptureSessionMBS object.
Subclass of the AVCaptureOutputMBS class.
- property rectOfInterest as CGRectMBS
- 5 methods
- method availableMetadataObjectTypes as string()
- method Constructor
- method EnableEvents
- method metadataObjectTypes as String()
- method SetMetadataObjectTypes(items() as String = nil)
Super class AVCaptureOutputMBS
- property Handle as Integer
- 3 methods
- method connections as AVCaptureConnectionMBS()
- method connectionWithMediaType(mediaType as string) as AVCaptureConnectionMBS
- method Constructor Private
- shared method available as boolean
This class has no sub classes.
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 21.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.2
- MBS Xojo Plugins, version 21.2pr7
Release notes
- Version 21.2
- Added AVCaptureMetadataOutputMBS class for iOS.
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVCaptureInputPortMBS - AVCaptureMovieFileOutputMBS