public interface MetadataDecoderFactory
MetadataDecoder instances.| Modifier and Type | Field and Description |
|---|---|
static MetadataDecoderFactory |
DEFAULT
Default
MetadataDecoder implementation. |
| Modifier and Type | Method and Description |
|---|---|
MetadataDecoder |
createDecoder(Format format)
Creates a
MetadataDecoder for the given Format. |
boolean |
supportsFormat(Format format)
Returns whether the factory is able to instantiate a
MetadataDecoder for the given
Format. |
static final MetadataDecoderFactory DEFAULT
MetadataDecoder implementation.
The formats supported by this factory are:
Id3Decoder)EventMessageDecoder)SpliceInfoDecoder)boolean supportsFormat(Format format)
MetadataDecoder for the given
Format.format - The Format.MetadataDecoder.MetadataDecoder createDecoder(Format format)
MetadataDecoder for the given Format.format - The Format.MetadataDecoder.java.lang.IllegalArgumentException - If the Format is not supported.