build(spf): build26 from 45504a2b

This commit is contained in:
publish
2026-08-05 18:57:39 +02:00
commit 8920135306
424 changed files with 17907 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
//#region src/media/buffer/back-buffer.d.ts
/**
* Back buffer configuration.
*/
interface BackBufferConfig {
/**
* Number of segments to keep behind current playback position.
* Default: 2 segments.
*/
keepSegments: number;
}
//#endregion
export { BackBufferConfig };
//# sourceMappingURL=back-buffer.d.ts.map