LSBPCameraMotionCompensation

Objective-C

NS_ENUM(int, LSBPCameraMotionCompensation) {
    LSBP_CAMERA_MOTION_COMPENSATION_NONE = 0,
    LSBP_CAMERA_MOTION_COMPENSATION_LK = 0+1
}

Swift

enum LSBPCameraMotionCompensation : Int32