@@ -22,6 +22,7 @@ declare module io {
22
22
public static class : java . lang . Class < io . github . triniwiz . fancycamera . Camera > ;
23
23
public getDisplayRatio ( ) : string ;
24
24
public cameraRecording ( ) : boolean ;
25
+ public setPause ( param0 : boolean ) : void ;
25
26
public getAllowExifRotation ( ) : boolean ;
26
27
public setMaxVideoFrameRate ( param0 : number ) : void ;
27
28
public getDisableHEVC ( ) : boolean ;
@@ -82,6 +83,7 @@ declare module io {
82
83
public toggleCamera ( ) : void ;
83
84
public stopRecording ( ) : void ;
84
85
public constructor ( param0 : globalAndroid . content . Context , param1 : globalAndroid . util . AttributeSet , param2 : number ) ;
86
+ public getPause ( ) : boolean ;
85
87
public hasFlash ( ) : boolean ;
86
88
public constructor ( param0 : globalAndroid . content . Context ) ;
87
89
public setDetectorType ( param0 : io . github . triniwiz . fancycamera . DetectorType ) : void ;
@@ -106,6 +108,7 @@ declare module io {
106
108
public static class : java . lang . Class < io . github . triniwiz . fancycamera . Camera2 > ;
107
109
public getDisplayRatio ( ) : string ;
108
110
public cameraRecording ( ) : boolean ;
111
+ public setPause ( param0 : boolean ) : void ;
109
112
public getAllowExifRotation ( ) : boolean ;
110
113
public setMaxVideoFrameRate ( param0 : number ) : void ;
111
114
public getDisableHEVC ( ) : boolean ;
@@ -159,6 +162,7 @@ declare module io {
159
162
public toggleCamera ( ) : void ;
160
163
public stopRecording ( ) : void ;
161
164
public constructor ( param0 : globalAndroid . content . Context , param1 : globalAndroid . util . AttributeSet , param2 : number ) ;
165
+ public getPause ( ) : boolean ;
162
166
public hasFlash ( ) : boolean ;
163
167
public constructor ( param0 : globalAndroid . content . Context ) ;
164
168
public setDetectorType ( param0 : io . github . triniwiz . fancycamera . DetectorType ) : void ;
@@ -184,6 +188,7 @@ declare module io {
184
188
public static Companion : io . github . triniwiz . fancycamera . CameraBase . Companion ;
185
189
public setFaceDetectionOptions ( param0 : any ) : void ;
186
190
public setMTimerTask$fancycamera_release ( param0 : java . util . TimerTask ) : void ;
191
+ public setPause ( param0 : boolean ) : void ;
187
192
public getAllowExifRotation ( ) : boolean ;
188
193
public setOnBarcodeScanningListener$fancycamera_release ( param0 : io . github . triniwiz . fancycamera . ImageAnalysisCallback ) : void ;
189
194
public setCurrentOrientation ( param0 : number ) : void ;
@@ -323,6 +328,7 @@ declare module io {
323
328
public requestStoragePermission ( ) : void ;
324
329
public toggleCamera ( ) : void ;
325
330
public constructor ( param0 : globalAndroid . content . Context , param1 : globalAndroid . util . AttributeSet , param2 : number ) ;
331
+ public getPause ( ) : boolean ;
326
332
public setOnPoseDetectedListener ( param0 : io . github . triniwiz . fancycamera . ImageAnalysisCallback ) : void ;
327
333
public setMDuration$fancycamera_release ( param0 : number ) : void ;
328
334
public setOnImageLabelingListener$fancycamera_release ( param0 : io . github . triniwiz . fancycamera . ImageAnalysisCallback ) : void ;
@@ -569,6 +575,7 @@ declare module io {
569
575
export class FancyCamera {
570
576
public static class : java . lang . Class < io . github . triniwiz . fancycamera . FancyCamera > ;
571
577
public static Companion : io . github . triniwiz . fancycamera . FancyCamera . Companion ;
578
+ public setPause ( param0 : boolean ) : void ;
572
579
public getAllowExifRotation ( ) : boolean ;
573
580
public getCameraOrientation ( ) : io . github . triniwiz . fancycamera . CameraOrientation ;
574
581
public setMaxVideoFrameRate ( param0 : number ) : void ;
@@ -635,6 +642,7 @@ declare module io {
635
642
public setRatio ( param0 : string ) : void ;
636
643
public toggleCamera ( ) : void ;
637
644
public stopRecording ( ) : void ;
645
+ public getPause ( ) : boolean ;
638
646
public setCameraOrientation ( param0 : io . github . triniwiz . fancycamera . CameraOrientation ) : void ;
639
647
public setOnPoseDetectedListener ( param0 : io . github . triniwiz . fancycamera . ImageAnalysisCallback ) : void ;
640
648
public constructor ( param0 : globalAndroid . content . Context ) ;
0 commit comments