Display a loading animation
| 16 | |
| 17 | // Display a loading animation |
| 18 | void PlayerBase::Loading() { |
| 19 | mode = PLAYBACK_LOADING; |
| 20 | } |
| 21 | |
| 22 | // Play the video |
| 23 | void PlayerBase::Play() { |
nothing calls this directly
no outgoing calls
no test coverage detected