Type Definitions

The following type definitions are available globally.

  • Block for returning high resolution MBPImage photo with capture or still output

    Declaration

    Objective-C

    typedef void (^MBPCaptureHighResImage)(MBPImage *_Nullable)

    Swift

    typealias MBPCaptureHighResImage = (MBPImage?) -> Void