MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / Sound

Method Sound

src/Sound.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "Settings.h"
5
6Sound::Sound(const std::string & path) : mSampleData(NULL), mSamplePos(0), mSampleLength(0), playing(false)
7{
8 loadFile(path);
9}
10
11Sound::~Sound()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected