Go to the documentation of this file.
24 #include <speex/speex.h>
26 #ifdef RESAMPLING_SPEEX
27 # include <speex/speex_resampler.h>
30 #ifndef GNASH_MEDIA_DECODER_SPEEX
31 #define GNASH_MEDIA_DECODER_SPEEX
47 std::uint32_t& outputSize);
51 SpeexBits _speex_bits;
52 void* _speex_dec_state;
55 #ifdef RESAMPLING_SPEEX
56 SpeexResamplerState* _resampler;
58 std::uint32_t _target_frame_size;
65 #endif // GNASH_MEDIA_DECODER_SPEEX
@ i
Definition: GnashKey.h:155
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
void log_error(StringType msg, Args... args)
Definition: log.h:283
SimpleBuffer data
Definition: LocalConnection_as.cpp:151