MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / InitAsync

Method InitAsync

NetStream/source/players/player_fmod.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void FMODPlayer::InitAsync()
222{
223 BootJob *job = new BootJob(this);
224 common::SharedPtr<job::JobItem> itemParam(job);
225 utils::GetJobQueue()->Enqueue(itemParam);
226 SetInitState(InitState_InProgress);
227}
228
229void FMODPlayer::Term()
230{

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.80

Tested by

no test coverage detected