Modifier and Type | Method and Description |
---|---|
static MetadataBlockHeader.MetadataBlockType |
MetadataBlockHeader.MetadataBlockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataBlockHeader.MetadataBlockType[] |
MetadataBlockHeader.MetadataBlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EncodedElement |
MetadataBlockHeader.getMetadataBlockHeader(boolean lastBlock,
MetadataBlockHeader.MetadataBlockType type,
int length)
Create a meta-data block header of the given type, and return the result
in a new EncodedElement(so data is ready to be placed directly in FLAC
stream)
|