public final class Eia608Parser extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSeiMessageEia608(int payloadType,
int payloadLength,
ParsableByteArray payload)
Inspects an sei message to determine whether it contains EIA-608.
|
public static boolean isSeiMessageEia608(int payloadType,
int payloadLength,
ParsableByteArray payload)
The position of payload is left unchanged.
payloadType - The payload type of the message.payloadLength - The length of the payload.payload - A ParsableByteArray containing the payload.