@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.
- package/dist/index.d.ts +2 -0
- 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
|
};
|