Class OpusBlockHelper.BlockDefinition

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    OpusBlockHelper

    public static class OpusBlockHelper.BlockDefinition
    extends Object
    implements Serializable
    Container class for Opus block definitions in the header.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • type

        public int type
        the type of the block.
      • lengthBlocks

        public int lengthBlocks
        the length in 4-byte blocks.
      • lengthBytes

        public int lengthBytes
        the length in bytes.
      • offset

        public int offset
        the offset.
    • Constructor Detail

      • BlockDefinition

        public BlockDefinition()
    • Method Detail

      • toString

        public String toString()
        String representation of the container.
        Overrides:
        toString in class Object
        Returns:
        the string representation