public final class FlacSeekTable extends Object
Modifier and Type | Method and Description |
---|---|
SeekMap |
createSeekMap(long firstFrameOffset,
long sampleRate)
Creates a
SeekMap wrapper for this FlacSeekTable. |
static FlacSeekTable |
parseSeekTable(ParsableByteArray data)
Parses a FLAC file seek table metadata structure and creates a FlacSeekTable instance.
|
public static FlacSeekTable parseSeekTable(ParsableByteArray data)
data
- A ParsableByteArray including whole seek table metadata block. Its position should
be set to the beginning of the block.