MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / WA2InputModule

Method WA2InputModule

win/plugin/winamp2/in_module.cpp:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace xgm;
4
5WA2InputModule::WA2InputModule(Player *p, PlayerConfig *c, SoundData *s)
6 : pl(p), cf(c), sdat(s)
7{
8 pl->SetConfig(cf);
9 seek_flag = false;
10 pause_flag = false;
11 thread_id = 0;
12 hPlayThread = NULL;
13 killPlayThread = 0;
14}
15
16WA2InputModule::~WA2InputModule()
17{

Callers

nothing calls this directly

Calls 1

SetConfigMethod · 0.45

Tested by

no test coverage detected