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

Method AudioBufferSource

src/AudioBufferSource.cpp:19–21  ·  view source on GitHub ↗

Default constructor

Source from the content-addressed store, hash-verified

17
18// Default constructor
19AudioBufferSource::AudioBufferSource(juce::AudioBuffer<float> *audio_buffer)
20 : position(0), repeat(false), buffer(audio_buffer)
21{ }
22
23// Destructor
24AudioBufferSource::~AudioBufferSource()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected