Sound file is in a memory buffer. More...
#include <sound_data.h>
Public Member Functions | |
SoundDataUnopenBuffer (std::string &&buffer) | |
std::shared_ptr< ISoundDataOpen > | open (const std::string &sound_name) &&override |
Public Member Functions inherited from sound::ISoundDataUnopen | |
virtual | ~ISoundDataUnopen ()=default |
Public Attributes | |
std::string | m_buffer |
Sound file is in a memory buffer.
|
inlineexplicit |
|
overridevirtual |
Implements sound::ISoundDataUnopen.
References sound::ISoundDataOpen::fromOggFile(), sound::OggVorbisBufferSource::s_ov_callbacks, and warningstream.
std::string sound::SoundDataUnopenBuffer::m_buffer |