Skip to content

BikFrameHeader

Defined in: bik-decoder.ts:193

Decoded header of a frame of a BIK video.

keyframe: boolean

Defined in: bik-decoder.ts:209

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: number

Defined in: bik-decoder.ts:197

Offset of the start of the frame in the encoded video.


size: number

Defined in: bik-decoder.ts:203

Total size (in bytes) of the frame in the encoded video, including both audio and video that are stored with the frame.