Zephyr API Documentation  3.6.0
A Scalable Open Source RTOS
3.6.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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: