Interface MpegParseStopChecker


  • public interface MpegParseStopChecker
    Stop checker which is called before and after parsing each section in an MP4 file to check if parsing should be stopped.
    • Method Detail

      • check

        boolean check​(MpegSectionInfo child,
                      boolean start)
        Parameters:
        child - Section before or after which this is called.
        start - Whether this is called before (true) or after (false).
        Returns:
        True to stop, false to continue.