BaseParseFrame.overhead

int overhead() @property nothrow

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 nothrow

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.