Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TypesettingTools/Aegisub
/ IsPlaying
Method
IsPlaying
src/audio_controller.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
bool AudioController::IsPlaying()
184
{
185
return player && playback_mode != PM_NotPlaying;
186
}
187
188
int AudioController::GetPlaybackPosition()
189
{
Callers
6
OnMouseLeave
Method · 0.45
OnMouseEvent
Method · 0.45
ForwardMouseEvent
Method · 0.45
OnPlaybackTimer
Method · 0.45
operator()
Function · 0.45
audio_stop
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected