namespace BinaryObjectScanner.Models.DVD
{
///
public sealed class CellAddressTableEntry
{
///
/// VOBidn
///
public ushort VOBIdentity;
///
/// CELLidn
///
public byte CellIdentity;
///
/// Reserved
///
public byte Reserved;
///
/// Starting sector within VOB
///
public uint StartingSectorWithinVOB;
///
/// Ending sector within VOB
///
public uint EndingSectorWithinVOB;
}
}