BikFrameHeader
Defined in: bik-decoder.ts:139
Decoded header of a (video) frame of a BIK file.
Properties
Section titled “Properties”keyframe
Section titled “keyframe”keyframe:
boolean
Defined in: bik-decoder.ts:155
When true, this frame is a “key frame” that can be used as a starting point for random
access decoding. Should be true for at least the first frame of a BIK file.
offset
Section titled “offset”offset:
number
Defined in: bik-decoder.ts:143
Offset of the start of the frame in the encoded file.
size:
number
Defined in: bik-decoder.ts:149
Total size (in bytes) of the frame in the encoded file, including both audio and video that are stored with the frame.