Type Alias: MediaStore
ts
type MediaStore = ByteStore<MediaReader>;Defined in: lib/contracts/byte_store.ts:78
A ByteStore that hands out binary-streamed readers (@nhtio/adk!MediaReader).
Remarks
The store backing persisted media bytes. Stored bytes are opaque and replayable via MediaReader.stream(); no text decoding is implied.