Interface MpegParseStopChecker
-
public interface MpegParseStopCheckerStop checker which is called before and after parsing each section in an MP4 file to check if parsing should be stopped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(MpegSectionInfo child, boolean start)
-
-
-
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.
-
-