@webex/web-media-effects-types 2.33.2 → 2.33.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ declare enum NoiseReductionMode {
|
|
|
119
119
|
}
|
|
120
120
|
declare const NoiseReductionModels: {
|
|
121
121
|
readonly BNR: "bnr";
|
|
122
|
-
readonly
|
|
122
|
+
readonly OFMV: "ofmv";
|
|
123
123
|
};
|
|
124
124
|
declare type NoiseReductionModel = (typeof NoiseReductionModels)[keyof typeof NoiseReductionModels];
|
|
125
125
|
declare const DEFAULT_NOISE_REDUCTION_MODEL: NoiseReductionModel;
|