|
OpenShot Library | libopenshot
0.7.0
|
#include <AudioRecorder.h>
Public Member Functions | |
| int | Samples () const |
Public Attributes | |
| std::vector< std::vector< float > > | channels |
| int64_t | first_sample = 0 |
| int | sample_rate = 0 |
Definition at line 101 of file AudioRecorder.h.
|
inline |
Definition at line 107 of file AudioRecorder.h.
Referenced by openshot::AudioRecordingFrameFactory::CreateFrame(), and openshot::AudioRecorderWaveformAccumulator::ProcessBlock().
| std::vector<std::vector<float> > openshot::AudioRecorderBlock::channels |
Definition at line 105 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::audioDeviceIOCallbackWithContext(), openshot::AudioRecordingFrameFactory::CreateFrame(), openshot::AudioRecorderLevelMeter::ProcessBlock(), openshot::AudioRecorderWaveformAccumulator::ProcessBlock(), and Samples().
| int64_t openshot::AudioRecorderBlock::first_sample = 0 |
Definition at line 104 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::audioDeviceIOCallbackWithContext(), and openshot::AudioRecorderLevelMeter::ProcessBlock().
| int openshot::AudioRecorderBlock::sample_rate = 0 |
Definition at line 103 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::audioDeviceIOCallbackWithContext(), openshot::AudioRecordingFrameFactory::CreateFrame(), and openshot::AudioRecorderLevelMeter::ProcessBlock().
1.8.17