Skip to content

createBikDecoder

createBikDecoder(source): Promise<BikDecoder>

Defined in: bik-decoder.ts:691

Read and parse the headers of a BIK video. If successful, return an instance of BikDecoder for decoding the rest of the video from the data source.

Data source that will provide the encoded video data.

URL | Blob | File | Request

Promise<BikDecoder>

Decoder instance. Use BikDecoder.header to access the parsed headers.