FlacStreamMetadata.SeekTable


public class FlacStreamMetadata.SeekTable


A FLAC seek table.

Summary

Public fields

final long[]

Seek points byte offsets from the first frame.

final long[]

Seek points sample numbers.

Public constructors

SeekTable(long[] pointSampleNumbers, long[] pointOffsets)

Public fields

pointOffsets

public final long[] pointOffsets

Seek points byte offsets from the first frame.

pointSampleNumbers

public final long[] pointSampleNumbers

Seek points sample numbers.

Public constructors

SeekTable

public SeekTable(long[] pointSampleNumbers, long[] pointOffsets)