Class AdtsReader

  • All Implemented Interfaces:
    ElementaryStreamReader

    @Deprecated
    public final class AdtsReader
    extends Object
    implements ElementaryStreamReader
    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.
    Parses a continuous ADTS byte stream and extracts individual frames.
    • Constructor Detail

      • AdtsReader

        public AdtsReader​(boolean exposeId3)
        Deprecated.
        Parameters:
        exposeId3 - True if the reader should expose ID3 information.
      • AdtsReader

        public AdtsReader​(boolean exposeId3,
                          @Nullable
                          String language)
        Deprecated.
        Parameters:
        exposeId3 - True if the reader should expose ID3 information.
        language - Track language.