Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
audio_property_value_t Union Reference

Codec property values. More...

#include <codec.h>

Data Fields

int vol
 Volume level in 0.5dB resolution.
 
bool mute
 Mute if true, unmute if false.
 

Detailed Description

Codec property values.

Field Documentation

◆ mute

bool audio_property_value_t::mute

Mute if true, unmute if false.

◆ vol

int audio_property_value_t::vol

Volume level in 0.5dB resolution.


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