Package | Description |
---|---|
org.jaudiotagger.audio.flac.metadatablock |
Classes for the FLAC metadata block.
|
Modifier and Type | Method and Description |
---|---|
BlockType |
MetadataBlockHeader.getBlockType() |
static BlockType |
BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockType[] |
BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MetadataBlockHeader(boolean isLastBlock,
BlockType blockType,
int dataLength)
Construct a new header in order to write metadatablock to file
|
Copyright © 2005–2020 jthink.net. All rights reserved.