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