Barcode Xpress Mobile for iOS
|
public class BXRuntime : NSObject , AVCaptureVideoDataOutputSampleBufferDelegate
This class handles capturing streaming data from a device input source and dispatching it to be processed by the BXiOS library in other other threads.
|
This callback will be invoked with each image captured by the input device.>
|
This callback is called whenever an image is sent to background threads for processing.>
This callback is called with the results of any library processing calls.>
|
This callback is used to report errors back to the consuming application.>
|
This variable can be read to determine whether the application is currently paused and set to pause or unpause processing.>
|
Stops any currently running barcode recognition and releases the current session.>
|
Initializes the camera state and starts a new capture session.>
|
This function is a part of the AVCaptureVideoDataOutputSampleBufferDelegate protocol and is the entry point for images from the capture process.>
|
In order for preview output from the capture process to be rendered within the view in a consuming app, this member function should be called to supply the target layer.>
pv
|
An instance of AVCaptureVideoPreviewLayer on which to render preview output. |