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.
Parameters
Section titled “Parameters”source
Section titled “source”Data source that will provide the encoded video data.
URL | Blob | File | Request
Returns
Section titled “Returns”Promise<BikDecoder>
Decoder instance. Use BikDecoder.header to access the parsed headers.