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

Method Noise

src/audio_effects/Noise.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using namespace openshot;
21
22Noise::Noise(): Noise::Noise(30) { }
23
24Noise::Noise(Keyframe level) : level(level)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected