MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / isLooping

Method isLooping

src/AudioReaderSource.h:74–74  ·  view source on GitHub ↗

Looping is not support in OpenShot audio playback (this is always false)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected