Class MatroskaExtractor

  • All Implemented Interfaces:
    Extractor

    @Deprecated
    public class MatroskaExtractor
    extends Object
    implements Extractor
    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.
    Extracts data from the Matroska and WebM container formats.
    • Field Detail

      • FLAG_DISABLE_SEEK_FOR_CUES

        public static final int FLAG_DISABLE_SEEK_FOR_CUES
        Deprecated.
        Flag to disable seeking for cues.

        Normally (i.e. when this flag is not set) the extractor will seek to the cues element if its position is specified in the seek head and if it's after the first cluster. Setting this flag disables seeking to the cues element. If the cues element is after the first cluster then the media is treated as being unseekable.

        See Also:
        Constant Field Values
    • Constructor Detail

      • MatroskaExtractor

        public MatroskaExtractor()
        Deprecated.
      • MatroskaExtractor

        public MatroskaExtractor​(@com.google.android.exoplayer2.extractor.mkv.MatroskaExtractor.Flags int flags)
        Deprecated.