public final class CeaUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
consume(long presentationTimeUs,
ParsableByteArray seiBuffer,
TrackOutput[] outputs)
Consumes the unescaped content of an SEI NAL unit, writing the content of any CEA-608 messages
as samples to all of the provided outputs.
|
public static void consume(long presentationTimeUs,
ParsableByteArray seiBuffer,
TrackOutput[] outputs)
presentationTimeUs - The presentation time in microseconds for any samples.seiBuffer - The unescaped SEI NAL unit data, excluding the NAL unit start code and type.outputs - The outputs to which any samples should be written.