@mega-yfue/eufy-sdk 0.1.0-beta.0 → 0.1.0
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
CHANGED
|
@@ -19585,7 +19585,7 @@ var P2PCommandRouter = class _P2PCommandRouter {
|
|
|
19585
19585
|
/**
|
|
19586
19586
|
* **Continuous fragmented-MP4 recording** — attach a consumer to the device's shared live source and
|
|
19587
19587
|
* yield CMAF fragments (init segment first, then a `moof`+`mdat` per keyframe boundary) muxed by the
|
|
19588
|
-
* dependency-free
|
|
19588
|
+
* dependency-free internal fMP4 muxer. The returned recording handle exposes battery-budget notices
|
|
19589
19589
|
* and detaches its consumer on `stop`, iterator return, or iterator throw. No ffmpeg.
|
|
19590
19590
|
*/
|
|
19591
19591
|
recordFragments(sn, opts = {}) {
|