UNPKG

extendable-media-recorder

Version:

An extendable drop-in replacement for the native MediaRecorder.

7 lines (5 loc) 247 B
import { TElementType } from './element-type'; export type TReadElementTypeFunction = ( dataView: Pick<DataView, 'byteLength' | 'byteOffset' | 'getFloat32' | 'getUint8'>, offset: number ) => null | { length: number; type: TElementType };