public class

ExtractorAsserts.AssertionConfig

extends java.lang.Object

 java.lang.Object

↳androidx.media3.test.utils.ExtractorAsserts.AssertionConfig

Overview

A config for the assertions made (e.g. dump file location).

Summary

Fields
public final booleandeduplicateConsecutiveFormats

Controls how consecutive formats with no intervening samples are handled.

public final java.lang.StringdumpFilesPrefix

The prefix prepended to the dump files path.

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public final java.lang.String dumpFilesPrefix

The prefix prepended to the dump files path. If not set, the path to the source data will be used to derive this assuming the following path structure:

  • Media: media/$mediapath
  • Dumps: extractordumps/$mediapath

public final boolean deduplicateConsecutiveFormats

Controls how consecutive formats with no intervening samples are handled. If true, only the last format received is retained. If false, consecutive formats with no samples cause the test to fail.