createBikDecoder
createBikDecoder(
source):Promise<BikDecoder>
Defined in: bik-decoder.ts:650
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”URL | Blob | File | Request
Data source that will provide the encoded video data.
Returns
Section titled “Returns”Promise<BikDecoder>
Decoder instance. Use BikDecoder.header to access the parsed headers.