AppInfoTableDecoder, EventMessageDecoder, IcyDecoder, Id3Decoder, SimpleMetadataDecoder, SpliceInfoDecoderpublic interface MetadataDecoder
| Modifier and Type | Method | Description |
|---|---|---|
Metadata |
decode(MetadataInputBuffer inputBuffer) |
Decodes a
Metadata element from the provided input buffer. |
@Nullable Metadata decode(MetadataInputBuffer inputBuffer)
Metadata element from the provided input buffer.
Respects Buffer.limit() of inputBuffer.data, but assumes Buffer.position() and ByteBuffer.arrayOffset() are both zero and ByteBuffer.hasArray() is true.
inputBuffer - The input buffer to decode.null if the metadata could not be decoded or if
Buffer.isDecodeOnly() was set on the input buffer.