File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -345,8 +345,8 @@ export interface Smartlook {
345
345
) : void ;
346
346
/**
347
347
* @description Sets whether or not the SDK should use the adaptive framerate feature to capture video.
348
- *
349
- * @kind **iOS only**
348
+ *
349
+ * @kind **iOS only**
350
350
*/
351
351
setAdaptiveFrameRateEnabled (
352
352
options : { isEnabled : boolean } ,
@@ -355,8 +355,8 @@ export interface Smartlook {
355
355
) : void ;
356
356
/**
357
357
* @description A boolean that determines whether the SDK uses the adaptive framerate functionality for video capture.
358
- *
359
- * @kind **iOS only**
358
+ *
359
+ * @kind **iOS only**
360
360
*/
361
361
getAdaptiveFrameRateEnabled ( successCallback : SuccessCallback < boolean > , errorCallback ?: ErrorCallback ) : void ;
362
362
/**
You can’t perform that action at this time.
0 commit comments