RetroArch
Public Attributes | List of all members
FLAC__StreamMetadata_StreamInfo Struct Reference

#include <format.h>

Public Attributes

unsigned min_blocksize
 
unsigned max_blocksize
 
unsigned min_framesize
 
unsigned max_framesize
 
unsigned sample_rate
 
unsigned channels
 
unsigned bits_per_sample
 
FLAC__uint64 total_samples
 
FLAC__byte md5sum [16]
 

Detailed Description

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

Member Data Documentation

◆ bits_per_sample

unsigned FLAC__StreamMetadata_StreamInfo::bits_per_sample

◆ channels

unsigned FLAC__StreamMetadata_StreamInfo::channels

◆ max_blocksize

unsigned FLAC__StreamMetadata_StreamInfo::max_blocksize

◆ max_framesize

unsigned FLAC__StreamMetadata_StreamInfo::max_framesize

◆ md5sum

FLAC__byte FLAC__StreamMetadata_StreamInfo::md5sum[16]

◆ min_blocksize

unsigned FLAC__StreamMetadata_StreamInfo::min_blocksize

◆ min_framesize

unsigned FLAC__StreamMetadata_StreamInfo::min_framesize

◆ sample_rate

unsigned FLAC__StreamMetadata_StreamInfo::sample_rate

◆ total_samples

FLAC__uint64 FLAC__StreamMetadata_StreamInfo::total_samples

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