RetroArch
Public Attributes | List of all members
drmp3_src Struct Reference

#include <dr_mp3.h>

Collaboration diagram for drmp3_src:
[legend]

Public Attributes

drmp3_src_config config
 
drmp3_src_read_proc onRead
 
voidpUserData
 
float bin [256]
 
drmp3_src_cache cache
 
union {
   struct {
      float   alpha
 
      drmp3_bool32   isPrevFramesLoaded: 1
 
      drmp3_bool32   isNextFramesLoaded: 1
 
   }   linear
 
algo
 

Member Data Documentation

◆ algo

union { ... } drmp3_src::algo

◆ alpha

float drmp3_src::alpha

◆ bin

float drmp3_src::bin[256]

◆ cache

drmp3_src_cache drmp3_src::cache

◆ config

drmp3_src_config drmp3_src::config

◆ isNextFramesLoaded

drmp3_bool32 drmp3_src::isNextFramesLoaded

◆ isPrevFramesLoaded

drmp3_bool32 drmp3_src::isPrevFramesLoaded

◆ linear

struct { ... } drmp3_src::linear

◆ onRead

drmp3_src_read_proc drmp3_src::onRead

◆ pUserData

void* drmp3_src::pUserData

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