MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ~InvalidSampleRate

Method ~InvalidSampleRate

src/Exceptions.h:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 InvalidSampleRate(std::string message, std::string file_path="")
263 : FileExceptionBase(message, file_path) { }
264 virtual ~InvalidSampleRate() noexcept {}
265 };
266
267 /// Exception for missing JSON Change key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected