BikFrame
Defined in: bik-decoder.ts:215
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:219
Tracks containing audio data. Indexed by track number (not track ID).
videoFrame
Section titled “videoFrame”videoFrame:
BikVideoFrame|null
Defined in: bik-decoder.ts:224
Decoded video frame image data.