@camstack/addon-pipeline-orchestrator 0.1.16 → 0.1.18
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/@mf-types.zip +0 -0
- package/dist/ReactKonva-JXCACcqD.mjs +7267 -0
- package/dist/_CoreInternals-B7PHssO3.mjs +3808 -0
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__konva__loadShare__.mjs-F783v1sm.mjs +8 -0
- package/dist/{__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs-B848Fc_m.mjs → __mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs-0qpbQxoV.mjs} +9 -9
- package/dist/{__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs_commonjs-proxy-B-q1guKT.mjs → __mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs_commonjs-proxy-DekuE8px.mjs} +1 -1
- package/dist/{__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-CeGb2_QF.mjs → __mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-Ba_7PYkj.mjs} +1 -1
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_konva__loadShare__.mjs-CJUQOcTE.mjs +18 -0
- package/dist/_stub.js +995 -15851
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-sOGV7J8L.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-GASHflbS.mjs} +30 -0
- package/dist/{client-BkQItW6e.mjs → client-CzjQ3uuI.mjs} +2 -2
- package/dist/{hostInit-DMdjwivI.mjs → hostInit-B0XiFU2K.mjs} +50 -22
- package/dist/{index-BUn7hM0v.mjs → index-BD2XShwZ.mjs} +1 -1
- package/dist/{index-BK5-EWzN.mjs → index-BP1Nti7b.mjs} +114 -109
- package/dist/{index-BJzn4K_R.mjs → index-C1DnrJuR.mjs} +1 -1
- package/dist/index-C52WDzRJ.mjs +3842 -0
- package/dist/{index-Bj470a3A.mjs → index-Cbqs9uJn.mjs} +1 -1
- package/dist/{index-BI-_eQhe.mjs → index-DOuehnyb.mjs} +1 -1
- package/dist/{index-Cj-UePAd.mjs → index-DaulYonp.mjs} +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{jsx-runtime-CJ4xYF4l.mjs → jsx-runtime-DACJhJOv.mjs} +1 -1
- package/dist/remoteEntry.js +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7492,7 +7492,12 @@ const StreamProfileOptionsSchema = object({
|
|
|
7492
7492
|
bitrateRange: tuple([number(), number()]).optional(),
|
|
7493
7493
|
supportsBitrateMode: boolean(),
|
|
7494
7494
|
supportsEncoderProfile: boolean(),
|
|
7495
|
-
supportsGop: boolean()
|
|
7495
|
+
supportsGop: boolean(),
|
|
7496
|
+
/** Allowed GOP / keyframe-interval range, in seconds — drives the
|
|
7497
|
+
* I-frame-interval selector. Absent when the camera advertises GOP
|
|
7498
|
+
* support but no concrete range (callers then fall back to a free
|
|
7499
|
+
* numeric input). `{ min, max, step }` per the getOptions convention. */
|
|
7500
|
+
gop: object({ min: number(), max: number(), step: number() }).optional()
|
|
7496
7501
|
});
|
|
7497
7502
|
const StreamParamsOptionsSchema = object({
|
|
7498
7503
|
main: StreamProfileOptionsSchema.optional(),
|