BaseParseFrame.overhead

int overhead() @property

Get overhead field.

Returns

subclass can set this to indicates the metadata overhead

for the given frame, which is then used to enable more accurate bitrate computations. If this is -1, it is assumed that this frame should be skipped in bitrate calculation.

void overhead(int propval) @property

Set overhead field.

Parameters

propvalsubclass can set this to indicates the metadata overhead for the given frame, which is then used to enable more accurate bitrate computations. If this is -1, it is assumed that this frame should be skipped in bitrate calculation.