| 250 | } |
| 251 | |
| 252 | void 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 | |
| 259 | uint32_t FMODPlayer::GetTotalTimeMs() |
| 260 | { |
nothing calls this directly
no outgoing calls
no test coverage detected