docs/doc/reference/com/google/android/exoplayer2/extractor/TrueHdSampleRechunker.html
Package com.google.android.exoplayer2.extractor
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classTrueHdSampleRechunkerextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
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.
Constructors | Constructor | Description |
| --- | --- |
| TrueHdSampleRechunker() |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| void | outputPendingSampleMetadata(TrackOutput trackOutput, TrackOutput.CryptoData cryptoData) |
Deprecated.
|
| void | reset() |
Deprecated.
|
| void | sampleMetadata(TrackOutput trackOutput, long timeUs, @com.google.android.exoplayer2.C.BufferFlags int flags, int size, int offset, TrackOutput.CryptoData cryptoData) |
Deprecated.
|
| void | startSample(ExtractorInput input) |
Deprecated.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public TrueHdSampleRechunker()
Deprecated.
-
public void reset()
Deprecated.
-
public void startSample([ExtractorInput](ExtractorInput.html "interface in com.google.android.exoplayer2.extractor")input)
throws[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")
Deprecated.
Throws:IOException
-
public void sampleMetadata([TrackOutput](TrackOutput.html "interface in com.google.android.exoplayer2.extractor")trackOutput,
long timeUs,
@com.google.android.exoplayer2.C.BufferFlags int flags,
int size,
int offset,
@Nullable[TrackOutput.CryptoData](TrackOutput.CryptoData.html "class in com.google.android.exoplayer2.extractor")cryptoData)
Deprecated.
-
public void outputPendingSampleMetadata([TrackOutput](TrackOutput.html "interface in com.google.android.exoplayer2.extractor")trackOutput,
@Nullable[TrackOutput.CryptoData](TrackOutput.CryptoData.html "class in com.google.android.exoplayer2.extractor")cryptoData)
Deprecated.