Package | Description |
---|---|
org.jaudiotagger.audio.flac.metadatablock |
Classes for the FLAC metadata block.
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataBlockDataApplication
Application Block
|
class |
MetadataBlockDataCueSheet
Cuesheet Block
This block is for storing various information that can be used in a cue sheet.
|
class |
MetadataBlockDataPadding
Padding Block
This block allows for an arbitrary amount of padding.
|
class |
MetadataBlockDataPicture
Picture Block
pThis block is for storing pictures associated with the file, most commonly cover art from CDs.
|
class |
MetadataBlockDataSeekTable
SeekTable Block
|
class |
MetadataBlockDataStreamInfo
Stream Info
This block has information about the whole stream, like sample rate, number of channels, total number of samples,
etc.
|
Modifier and Type | Method and Description |
---|---|
MetadataBlockData |
MetadataBlock.getData() |
Constructor and Description |
---|
MetadataBlock(MetadataBlockHeader mbh,
MetadataBlockData mbd) |
Copyright © 2005–2020 jthink.net. All rights reserved.