RetroArch
Public Attributes | List of all members
FLAC__StreamMetadata_SeekTable Struct Reference

#include <format.h>

Collaboration diagram for FLAC__StreamMetadata_SeekTable:
[legend]

Public Attributes

unsigned num_points
 
FLAC__StreamMetadata_SeekPointpoints
 

Detailed Description

FLAC SEEKTABLE structure. (c.f. format specification)

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.

Member Data Documentation

◆ num_points

unsigned FLAC__StreamMetadata_SeekTable::num_points

◆ points

FLAC__StreamMetadata_SeekPoint* FLAC__StreamMetadata_SeekTable::points

The documentation for this struct was generated from the following file: