Go to the documentation of this file.
21 #ifndef GNASH_AUDIODECODERSIMPLE_H
22 #define GNASH_AUDIODECODERSIMPLE_H
64 std::uint8_t*
decode(
const std::uint8_t* input, std::uint32_t inputSize, std::uint32_t& outputSize, std::uint32_t& decodedBytes);
78 std::uint16_t _sampleRate;
81 std::uint32_t _sampleCount;
96 #endif // __AUDIODECODERSIMPLE_H__
void log_swferror(StringType msg, Args... args)
Definition: log.h:325
void log_debug(StringType msg, Args... args)
Definition: log.h:301
@ 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
@ s
Definition: GnashKey.h:165
BitsReader is used to encapsulate bit-packed buffer reads.
Definition: BitsReader.h:39
void log_error(StringType msg, Args... args)
Definition: log.h:283
#define IF_VERBOSE_MALFORMED_SWF(x)
Definition: log.h:404
@ c
Definition: GnashKey.h:149
void log_unimpl(StringType msg, Args... args)
Definition: log.h:289
@ u
Definition: GnashKey.h:167
SimpleBuffer data
Definition: LocalConnection_as.cpp:151