OpenShot Library | libopenshot  0.7.0
Public Attributes | List of all members
openshot::AudioRecorderStats Struct Reference

#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
 

Detailed Description

Definition at line 89 of file AudioRecorder.h.

Member Data Documentation

◆ channels

int openshot::AudioRecorderStats::channels = 0

Definition at line 94 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ dropped_blocks

int64_t openshot::AudioRecorderStats::dropped_blocks = 0

Definition at line 96 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ duration

double openshot::AudioRecorderStats::duration = 0.0

Definition at line 98 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ is_open

bool openshot::AudioRecorderStats::is_open = false

Definition at line 91 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ is_recording

bool openshot::AudioRecorderStats::is_recording = false

Definition at line 92 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ queued_blocks

int64_t openshot::AudioRecorderStats::queued_blocks = 0

Definition at line 97 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ sample_rate

int openshot::AudioRecorderStats::sample_rate = 0

Definition at line 93 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().

◆ samples_recorded

int64_t openshot::AudioRecorderStats::samples_recorded = 0

Definition at line 95 of file AudioRecorder.h.

Referenced by openshot::AudioRecorder::GetStats().


The documentation for this struct was generated from the following file: