Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.BitRateBox
Extends/Implements : un.storage.media.mp4.boxes.Box
Subclasses : -

author  Alexander Simm


Variables : -
Functions : BitRateBox, decode, getDecodingBufferSize, getMaximumBitrate, getAverageBitrate



public void BitRateBox ()

public void decode (MP4InputStream in)


Gives the size of the decoding buffer for the elementary stream in bytes.
return  the decoding buffer size
public long getDecodingBufferSize ()


Gives the maximum rate in bits/second over any window of one second.
return  the maximum bitrate
public long getMaximumBitrate ()


Gives the average rate in bits/second over the entire presentation.
return  the average bitrate
public long getAverageBitrate ()