@camstack/addon-decoder-ffmpeg 1.2.18 → 1.2.19
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.js +8 -1
- package/dist/index.mjs +8 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19254,7 +19254,14 @@ targets: array(object({
|
|
|
19254
19254
|
"sleeping",
|
|
19255
19255
|
"unreachable",
|
|
19256
19256
|
"waking"
|
|
19257
|
-
]).nullable()
|
|
19257
|
+
]).nullable(),
|
|
19258
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19259
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19260
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19261
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19262
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19263
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19264
|
+
battery: boolean()
|
|
19258
19265
|
})));
|
|
19259
19266
|
/**
|
|
19260
19267
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/index.mjs
CHANGED
|
@@ -19250,7 +19250,14 @@ targets: array(object({
|
|
|
19250
19250
|
"sleeping",
|
|
19251
19251
|
"unreachable",
|
|
19252
19252
|
"waking"
|
|
19253
|
-
]).nullable()
|
|
19253
|
+
]).nullable(),
|
|
19254
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19255
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19256
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19257
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19258
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19259
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19260
|
+
battery: boolean()
|
|
19254
19261
|
})));
|
|
19255
19262
|
/**
|
|
19256
19263
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|