docs/doc/reference/com/google/android/exoplayer2/extractor/ts/SectionPayloadReader.html
Package com.google.android.exoplayer2.extractor.ts
PassthroughSectionPayloadReader[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public interfaceSectionPayloadReader
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.
Reads section data.
All Methods Instance Methods Abstract Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| void | consume(ParsableByteArray sectionData) |
Deprecated.
Called by a SectionReader when a full section is received.
|
| void | init(TimestampAdjuster timestampAdjuster, ExtractorOutput extractorOutput, TsPayloadReader.TrackIdGenerator idGenerator) |
Deprecated.
Initializes the section payload reader. |
-
void init([TimestampAdjuster](../../util/TimestampAdjuster.html "class in com.google.android.exoplayer2.util")timestampAdjuster,[ExtractorOutput](../ExtractorOutput.html "interface in com.google.android.exoplayer2.extractor")extractorOutput,[TsPayloadReader.TrackIdGenerator](TsPayloadReader.TrackIdGenerator.html "class in com.google.android.exoplayer2.extractor.ts")idGenerator)
Deprecated.
Initializes the section payload reader.
Parameters:timestampAdjuster - A timestamp adjuster for offsetting and scaling sample timestamps.extractorOutput - The ExtractorOutput that receives the extracted data.idGenerator - A TsPayloadReader.TrackIdGenerator that generates unique track ids for the TrackOutputs.
-
void consume([ParsableByteArray](../../util/ParsableByteArray.html "class in com.google.android.exoplayer2.util")sectionData)
Deprecated.
Called by a SectionReader when a full section is received.
Parameters:sectionData - The data belonging to a section starting from the table_id. If section_syntax_indicator is set to '1', sectionData excludes the CRC_32 field. Otherwise, all bytes belonging to the table section are included.