|
OpenShot Library | libopenshot
0.7.0
|
#include <AudioRecorder.h>
Public Member Functions | |
| AudioRecorderWaveformAccumulator (int sample_rate, int samples_per_second) | |
| std::vector< AudioWaveformChunk > | ProcessBlock (const AudioRecorderBlock &block) |
| void | Reset () |
| openshot::AudioWaveformData | Snapshot () const |
Definition at line 119 of file AudioRecorder.h.
| AudioRecorderWaveformAccumulator::AudioRecorderWaveformAccumulator | ( | int | sample_rate, |
| int | samples_per_second | ||
| ) |
Definition at line 59 of file AudioRecorder.cpp.
| std::vector< AudioWaveformChunk > AudioRecorderWaveformAccumulator::ProcessBlock | ( | const AudioRecorderBlock & | block | ) |
Definition at line 75 of file AudioRecorder.cpp.
| void AudioRecorderWaveformAccumulator::Reset | ( | ) |
Definition at line 133 of file AudioRecorder.cpp.
| AudioWaveformData AudioRecorderWaveformAccumulator::Snapshot | ( | ) | const |
Definition at line 125 of file AudioRecorder.cpp.
1.8.17