Searched refs:FLAG_DISABLE_SEEK_FOR_CUES (Results 1 – 2 of 2) sorted by relevance
79 value = {FLAG_DISABLE_SEEK_FOR_CUES})89 public static final int FLAG_DISABLE_SEEK_FOR_CUES = 1; field in MatroskaExtractor420 seekForCuesEnabled = (flags & FLAG_DISABLE_SEEK_FOR_CUES) == 0; in MatroskaExtractor()
792 extractor = new MatroskaExtractor(MatroskaExtractor.FLAG_DISABLE_SEEK_FOR_CUES);