BikFrame
Defined in: bik-decoder.ts:183
Decoded contents of a single frame of a BIK video.
Properties
Section titled “Properties”audioTracks
Section titled “audioTracks”audioTracks:
BikAudioTrack[]
Defined in: bik-decoder.ts:185
Tracks containing audio data. Indexed by track number (not track ID).
videoFrame
Section titled “videoFrame”videoFrame:
BikVideoFrame|null
Defined in: bik-decoder.ts:188
Decoded video frame image data.