RetroArch
Public Attributes | List of all members
_flac_decoder Struct Reference

#include <flac.h>

Collaboration diagram for _flac_decoder:
[legend]

Public Attributes

FLAC__StreamDecoderdecoder
 
uint32_t sample_rate
 
uint8_t channels
 
uint8_t bits_per_sample
 
uint32_t compressed_offset
 
const FLAC__bytecompressed_start
 
uint32_t compressed_length
 
const FLAC__bytecompressed2_start
 
uint32_t compressed2_length
 
int16_tuncompressed_start [8]
 
uint32_t uncompressed_offset
 
uint32_t uncompressed_length
 
int uncompressed_swap
 
uint8_t custom_header [0x2a]
 

Member Data Documentation

◆ bits_per_sample

uint8_t _flac_decoder::bits_per_sample

◆ channels

uint8_t _flac_decoder::channels

◆ compressed2_length

uint32_t _flac_decoder::compressed2_length

◆ compressed2_start

const FLAC__byte* _flac_decoder::compressed2_start

◆ compressed_length

uint32_t _flac_decoder::compressed_length

◆ compressed_offset

uint32_t _flac_decoder::compressed_offset

◆ compressed_start

const FLAC__byte* _flac_decoder::compressed_start

◆ custom_header

uint8_t _flac_decoder::custom_header[0x2a]

◆ decoder

FLAC__StreamDecoder* _flac_decoder::decoder

◆ sample_rate

uint32_t _flac_decoder::sample_rate

◆ uncompressed_length

uint32_t _flac_decoder::uncompressed_length

◆ uncompressed_offset

uint32_t _flac_decoder::uncompressed_offset

◆ uncompressed_start

int16_t* _flac_decoder::uncompressed_start[8]

◆ uncompressed_swap

int _flac_decoder::uncompressed_swap

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