openshot-audio
0.1.2
|
#include <codec_internal.h>
Public Attributes | |
envelope_lookup * | ve |
int | window [2] |
vorbis_look_transform ** | transform [2] |
drft_lookup | fft_look [2] |
int | modebits |
vorbis_look_floor ** | flr |
vorbis_look_residue ** | residue |
vorbis_look_psy * | psy |
vorbis_look_psy_global * | psy_g_look |
unsigned char * | header |
unsigned char * | header1 |
unsigned char * | header2 |
bitrate_manager_state | bms |
ogg_int64_t | sample_count |
bitrate_manager_state private_state::bms |
drft_lookup private_state::fft_look[2] |
vorbis_look_floor** private_state::flr |
unsigned char* private_state::header |
unsigned char* private_state::header1 |
unsigned char* private_state::header2 |
int private_state::modebits |
vorbis_look_psy* private_state::psy |
vorbis_look_psy_global* private_state::psy_g_look |
vorbis_look_residue** private_state::residue |
ogg_int64_t private_state::sample_count |
vorbis_look_transform** private_state::transform[2] |
envelope_lookup* private_state::ve |
int private_state::window[2] |