| FLAC
    1.3.3
    | 
#include <format.h>
| Public Attributes | |
| FLAC__uint64 | sample_number | 
| FLAC__uint64 | stream_offset | 
| uint32_t | frame_samples | 
SeekPoint structure used in SEEKTABLE blocks. (c.f. format specification)
| FLAC__uint64 FLAC__StreamMetadata_SeekPoint::sample_number | 
The sample number of the target frame.
| FLAC__uint64 FLAC__StreamMetadata_SeekPoint::stream_offset | 
The offset, in bytes, of the target frame with respect to beginning of the first frame.
| uint32_t FLAC__StreamMetadata_SeekPoint::frame_samples | 
The number of samples in the target frame.