public final class FlacUtil extends Object
Modifier and Type | Method and Description |
---|---|
static long |
extractSampleTimestamp(FlacStreamInfo streamInfo,
ParsableByteArray frameData)
Extracts sample timestamp from the given binary FLAC frame header data structure.
|
public static long extractSampleTimestamp(FlacStreamInfo streamInfo, ParsableByteArray frameData)
streamInfo
- A FlacStreamInfo
instanceframeData
- A ParsableByteArray
including binary FLAC frame header data structure.
Its position should be set to the beginning of the structure.