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/forward-buffer.d.ts
/**
* Forward buffer configuration.
*/
interface ForwardBufferConfig {
/**
* Duration in seconds to buffer ahead of current playback position.
* Default: 30 seconds.
*/
bufferDuration: number;
}
//#endregion
export { ForwardBufferConfig };
//# sourceMappingURL=forward-buffer.d.ts.map