Class TrueHdSampleRechunker
- java.lang.Object
 - 
- com.google.android.exoplayer2.extractor.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 ofAc3Util.TRUEHD_RECHUNK_SAMPLE_COUNTsamples. 
- 
- 
Constructor Summary
Constructors Constructor Description TrueHdSampleRechunker()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidoutputPendingSampleMetadata(TrackOutput trackOutput, TrackOutput.CryptoData cryptoData)Deprecated.voidreset()Deprecated.voidsampleMetadata(TrackOutput trackOutput, long timeUs, @com.google.android.exoplayer2.C.BufferFlags int flags, int size, int offset, TrackOutput.CryptoData cryptoData)Deprecated.voidstartSample(ExtractorInput input)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
reset
public void reset()
Deprecated. 
- 
startSample
public void startSample(ExtractorInput input) throws IOException
Deprecated.- Throws:
 IOException
 
- 
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. 
- 
outputPendingSampleMetadata
public void outputPendingSampleMetadata(TrackOutput trackOutput, @Nullable TrackOutput.CryptoData cryptoData)
Deprecated. 
 - 
 
 -