struct OutputBlock

Defined at line 46 of file ../../src/media/codec/codecs/output_sink.h

Output blocks are slices of the underlying packet and buffer.

Output blocks will not overlap with one another, and are vended in order.

`buffer` is a reference to the underlying codec buffer that `data` points into.

Public Members

uint8_t * data
size_t len
const CodecBuffer * buffer