FLAC__StreamMetadata_SeekPoint

SeekPoint structure used in SEEKTABLE blocks. (c.f. <A HREF="../format.html#seekpoint">format specification</A>)

extern (C) nothrow
struct FLAC__StreamMetadata_SeekPoint {}

Members

Variables

frame_samples
uint frame_samples;

< The offset, in bytes, of the target frame with respect to * beginning of the first frame.

sample_number
FLAC__uint64 sample_number;
Undocumented in source.
stream_offset
FLAC__uint64 stream_offset;

< The sample number of the target frame.

Meta