Skip to content
1 min read · 42 words

Variable: E_NOT_A_MEDIA_READER

ts
const E_NOT_A_MEDIA_READER: CreatedException<[]>;

Thrown when a Media is constructed with a value that does not implement the MediaReader interface.

Remarks

Validated at construction time. Passing anything that lacks stream or byteLength as callable functions signals a programming error in the caller.