Class StartOffsetExtractorOutput

  • All Implemented Interfaces:
    ExtractorOutput

    @Deprecated
    public final class StartOffsetExtractorOutput
    extends Object
    implements ExtractorOutput
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    An extractor output that wraps another extractor output and applies a give start byte offset to seek positions.

    This is useful for extracting from a container that's concatenated after some prefix data but where the container's extractor doesn't handle a non-zero start offset (for example, because it seeks to absolute positions read from the container data).