@camera.ui/sdk 0.0.16 → 0.0.17

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3820,6 +3820,8 @@ interface Fmp4SessionOptions {
3820
3820
  width?: number;
3821
3821
  /** Output height */
3822
3822
  height?: number;
3823
+ /** Maximum video bitrate in bits per second (VBV cap, applied on transcode only) */
3824
+ bitrate?: number;
3823
3825
  /** Additional encoder options */
3824
3826
  encoderOptions?: Record<string, string | number | boolean | undefined | null>;
3825
3827
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/sdk",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "camera.ui sdk",
5
5
  "exports": {
6
6
  ".": {