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

Method SetInitState

NetStream/source/players/player_fmod.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void FMODPlayer::SetInitState(GenericPlayer::InitState state)
253{
254 m_initState = state;
255 SCE_DBG_LOG_INFO("[SetInitState] State changed to: %d", state);
256 event::BroadcastGlobalEvent(g_appPlugin, GenericPlayerChangeState, m_initState);
257}
258
259uint32_t FMODPlayer::GetTotalTimeMs()
260{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected