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

In some streams the media samples do not occupy all bits of the bytes given
by the sample size, and are padded at the end to a byte boundary. In some
cases, it is necessary to record externally the number of padding bits used.
This table supplies that information.
author  Alexander Simm


Variables : -
Functions : PaddingBitBox, decode, getPad1, getPad2



public void PaddingBitBox ()

public void decode (MP4InputStream in)


Integer values from 0 to 7, indicating the number of bits at the end of
sample (i*2)+1.
public int[] getPad1 ()


Integer values from 0 to 7, indicating the number of bits at the end of
sample (i*2)+2.
public int[] getPad2 ()