Go to the documentation of this file.
17 #ifndef IGNITION_COMMON_AUDIO_DECODER_HH_
18 #define IGNITION_COMMON_AUDIO_DECODER_HH_
24 #include <ignition/common/av/Export.hh>
32 class AudioDecoderPrivate;
59 public:
bool Decode(uint8_t **_outBuffer,
unsigned int *_outBufferSize);
64 public:
int SampleRate();
67 private:
void Cleanup();
Forward declarations for the common classes.
#define IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
Microsoft Visual Studio does not automatically export the interface information for member variables ...
Definition: SuppressWarning.hh:64
An audio decoder based on FFMPEG.
Definition: AudioDecoder.hh:36
#define IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING
Definition: SuppressWarning.hh:67