Home > @rainway/web > IVideoCodec > data
IVideoCodec.data property
Bytes encoding a "Parameter Set" for this codec. In particular, data[5..7] are the "avcoti" bytes that can be used to construct a MIME type string like video/mp4; codecs="avc1.42001e"
.
Signature:
data: Uint8Array;