Android-cuttlefish cvd tool
Classes | Public Attributes | List of all members
cuttlefish::AudioHandler::StreamDesc Struct Reference
Collaboration diagram for cuttlefish::AudioHandler::StreamDesc:
Collaboration graph
[legend]

Classes

struct  Volume
 

Public Attributes

std::mutex mtx
 
std::vector< uint8_t > holding_buffer
 
uint32_t sample_rate = 0
 
uint8_t bits_per_sample = 0
 
uint8_t channels = 0
 
bool active = false
 
Volume volume
 
bool muted = false
 

Member Data Documentation

◆ active

bool cuttlefish::AudioHandler::StreamDesc::active = false

◆ bits_per_sample

uint8_t cuttlefish::AudioHandler::StreamDesc::bits_per_sample = 0

◆ channels

uint8_t cuttlefish::AudioHandler::StreamDesc::channels = 0

◆ holding_buffer

std::vector<uint8_t> cuttlefish::AudioHandler::StreamDesc::holding_buffer

◆ mtx

std::mutex cuttlefish::AudioHandler::StreamDesc::mtx

◆ muted

bool cuttlefish::AudioHandler::StreamDesc::muted = false

◆ sample_rate

uint32_t cuttlefish::AudioHandler::StreamDesc::sample_rate = 0

◆ volume

Volume cuttlefish::AudioHandler::StreamDesc::volume

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