FLAC__StreamMetadata_SeekTable

FLAC SEEKTABLE structure. (c.f. <A HREF="../format.html#metadata_block_seektable">format specification</A>)

\note From the format specification: - The seek points must be sorted by ascending sample number. - Each seek point's sample number must be the first sample of the target frame. - Each seek point's sample number must be unique within the table. - Existence of a SEEKTABLE block implies a correct setting of total_samples in the stream_info block. - Behavior is undefined when more than one SEEKTABLE block is present in a stream.

extern (C) nothrow
struct FLAC__StreamMetadata_SeekTable {}

Members

Variables

num_points
uint num_points;
Undocumented in source.
points
FLAC__StreamMetadata_SeekPoint* points;
Undocumented in source.

Meta