Class AVHeader


  • public class AVHeader
    extends BaseBlock
    extended version info header
    Version:
    $LastChangedRevision$
    • Field Detail

      • unpackVersion

        private byte unpackVersion
      • method

        private byte method
      • avVersion

        private byte avVersion
      • avInfoCRC

        private final int avInfoCRC
    • Constructor Detail

      • AVHeader

        public AVHeader​(BaseBlock bb,
                        byte[] avHeader)
    • Method Detail

      • getAvInfoCRC

        public int getAvInfoCRC()
      • getAvVersion

        public byte getAvVersion()
      • getMethod

        public byte getMethod()
      • getUnpackVersion

        public byte getUnpackVersion()