Class SeiReader
- java.lang.Object
-
- com.google.android.exoplayer2.extractor.ts.SeiReader
-
@Deprecated public final class SeiReader 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.Consumes SEI buffers, outputting contained CEA-608/708 messages to aTrackOutput
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
consume(long pesTimeUs, ParsableByteArray seiBuffer)
Deprecated.void
createTracks(ExtractorOutput extractorOutput, TsPayloadReader.TrackIdGenerator idGenerator)
Deprecated.
-
-
-
Method Detail
-
createTracks
public void createTracks(ExtractorOutput extractorOutput, TsPayloadReader.TrackIdGenerator idGenerator)
Deprecated.
-
consume
public void consume(long pesTimeUs, ParsableByteArray seiBuffer)
Deprecated.
-
-