|
OpenShot Library | libopenshot
0.7.0
|
#include <AudioRecorder.h>
Public Attributes | |
| int | channels = 0 |
| int64_t | dropped_blocks = 0 |
| double | duration = 0.0 |
| bool | is_open = false |
| bool | is_recording = false |
| int64_t | queued_blocks = 0 |
| int | sample_rate = 0 |
| int64_t | samples_recorded = 0 |
Definition at line 89 of file AudioRecorder.h.
| int openshot::AudioRecorderStats::channels = 0 |
Definition at line 94 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| int64_t openshot::AudioRecorderStats::dropped_blocks = 0 |
Definition at line 96 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| double openshot::AudioRecorderStats::duration = 0.0 |
Definition at line 98 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| bool openshot::AudioRecorderStats::is_open = false |
Definition at line 91 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| bool openshot::AudioRecorderStats::is_recording = false |
Definition at line 92 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| int64_t openshot::AudioRecorderStats::queued_blocks = 0 |
Definition at line 97 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| int openshot::AudioRecorderStats::sample_rate = 0 |
Definition at line 93 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
| int64_t openshot::AudioRecorderStats::samples_recorded = 0 |
Definition at line 95 of file AudioRecorder.h.
Referenced by openshot::AudioRecorder::GetStats().
1.8.17