Skip to content

probeSampleIndex

probeSampleIndex(bytes, options): Promise<{ index: SampleIndex; ok: true; } | { diagnostics: readonly Diagnostic[]; ok: false; }>

Defined in: media/src/mediabunny-adapter.ts:363

Uint8Array

MediaProbeOptions = {}

Promise<{ index: SampleIndex; ok: true; } | { diagnostics: readonly Diagnostic[]; ok: false; }>