RDK-V RMF AudioCapture HAL 0.2.0
 
Loading...
Searching...
No Matches
RMF_AudioCapture_Status Struct Reference

Status of audio capture interface. More...

#include <rmfAudioCapture.h>

Data Fields

int started
 Indicates whether capture has started.
 
racFormat format
 Current capture format (bit depth & channel)
 
racFreq samplingFreq
 Current capture sample rate.
 
size_t fifoDepth
 Number of bytes in local fifo.
 
unsigned int overflows
 Overflow count.
 
unsigned int underflows
 Underflow count.
 
int muted
 Indicates whether capture is muted.
 
int paused
 Indicates whether capture is paused.
 
float volume
 Current capture volume.
 

Detailed Description

Status of audio capture interface.

Field Documentation

◆ fifoDepth

size_t fifoDepth

Number of bytes in local fifo.

◆ format

racFormat format

Current capture format (bit depth & channel)

◆ muted

int muted

Indicates whether capture is muted.

◆ overflows

unsigned int overflows

Overflow count.

◆ paused

int paused

Indicates whether capture is paused.

◆ samplingFreq

racFreq samplingFreq

Current capture sample rate.

◆ started

int started

Indicates whether capture has started.

◆ underflows

unsigned int underflows

Underflow count.

◆ volume

float volume

Current capture volume.


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