Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom
Fork of GR-PEACH_Audio_Playback_Sample by
FLAC__StreamMetadata_SeekPoint Struct Reference
[FLAC/format.h: format components]
SeekPoint structure used in SEEKTABLE blocks. More...
#include <format.h>
Data Fields | |
FLAC__uint64 | sample_number |
The sample number of the target frame. | |
FLAC__uint64 | stream_offset |
The offset, in bytes, of the target frame with respect to beginning of the first frame. | |
unsigned | frame_samples |
The number of samples in the target frame. |
Detailed Description
SeekPoint structure used in SEEKTABLE blocks.
(c.f. format specification)
Definition at line 574 of file include/FLAC/format.h.
Field Documentation
unsigned frame_samples |
The number of samples in the target frame.
Definition at line 583 of file include/FLAC/format.h.
FLAC__uint64 sample_number |
The sample number of the target frame.
Definition at line 576 of file include/FLAC/format.h.
FLAC__uint64 stream_offset |
The offset, in bytes, of the target frame with respect to beginning of the first frame.
Definition at line 579 of file include/FLAC/format.h.
Generated on Tue Jul 12 2022 19:32:30 by
