Skip to content

BikFrame

Defined in: bik-decoder.ts:161

Decoded contents of a single frame of a BIK file.

audioTracks: BikAudioTrack[]

Defined in: bik-decoder.ts:165

Tracks containing audio data. Indexed by track number (not track ID).


videoFrame: BikVideoFrame | null

Defined in: bik-decoder.ts:170

Decoded video frame image data.