Looping is not support in OpenShot audio playback (this is always false)
| 72 | |
| 73 | /// Looping is not support in OpenShot audio playback (this is always false) |
| 74 | bool isLooping() const { return false; }; |
| 75 | |
| 76 | /// @brief This method is ignored (we do not support looping audio playback) |
| 77 | /// @param shouldLoop Determines if the audio source should repeat when it reaches the end |
nothing calls this directly
no outgoing calls
no test coverage detected