Document that ADTS is append-only

This commit is contained in:
Vanilagy
2025-12-30 14:11:32 +01:00
parent 19219fc1ce
commit 8d46d50c39
+4
View File
@@ -272,6 +272,10 @@ const output = new Output({
});
```
::: info
This format ensures [append-only writing](#append-only-writing).
:::
The following options are available:
```ts
type AdtsOutputFormatOptions = {