Class Mp3Parser

    • Constructor Detail

      • Mp3Parser

        public Mp3Parser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)
      • setMaxRecordSize

        @Field
        public void setMaxRecordSize​(int maxRecordSize)
        This statically sets the max record size in ID3v2Frame
        Parameters:
        maxRecordSize -
      • getMaxRecordSize

        public int getMaxRecordSize()