Padding Bits BoxIn 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. * * @package php-reader * @subpackage ISO 14496 * @author Sven Vollbehr * @copyright Copyright (c) 2008 The PHP Reader Project Workgroup * @license http://code.google.com/p/php-reader/wiki/License New BSD License * @version $Rev: 85 $ */ final class ISO14496_Box_PADB extends ISO14496_Box_Full { }