Class TrueHdSampleRechunker


  • @Deprecated
    public final class TrueHdSampleRechunker
    extends Object
    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.
    Rechunks TrueHD sample data into groups of Ac3Util.TRUEHD_RECHUNK_SAMPLE_COUNT samples.
    • Constructor Detail

      • TrueHdSampleRechunker

        public TrueHdSampleRechunker()
        Deprecated.
    • Method Detail

      • reset

        public void reset()
        Deprecated.
      • sampleMetadata

        public void sampleMetadata​(TrackOutput trackOutput,
                                   long timeUs,
                                   @com.google.android.exoplayer2.C.BufferFlags int flags,
                                   int size,
                                   int offset,
                                   @Nullable
                                   TrackOutput.CryptoData cryptoData)
        Deprecated.