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

The hint media header contains general information, independent of the
protocol, for hint tracks.
author  Alexander Simm


Variables : -
Functions : HintMediaHeaderBox, decode, getMaxPDUsize, getAveragePDUsize, getMaxBitrate, getAverageBitrate



public void HintMediaHeaderBox ()

public void decode (MP4InputStream in)


The maximum PDU size gives the size in bytes of the largest PDU (protocol
data unit) in this hint stream.
public long getMaxPDUsize ()


The average PDU size gives the average size of a PDU over the entire
presentation.
public long getAveragePDUsize ()


The maximum bitrate gives the maximum rate in bits/second over any window
of one second.
public long getMaxBitrate ()


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