openD unified API  1.0.0
opend_audio_types.h File Reference

openD audio types. More...

#include <stdbool.h>
#include "opend_dataTypes.h"

Go to the source code of this file.

Classes

struct  audioApiReq_mute
 
struct  audioApiReq_volume
 
struct  openD_audioApiReq
 
struct  openD_audioApiCfm
 
struct  openD_audioApiInd
 
union  openD_audioApiReq.param
 
union  openD_audioApiCfm.param
 

Macros

#define __OPEND_AUDIO_TYPES_H__
 

Typedefs

typedef enum openD_audioApi_service openD_audioApi_service_t
 
typedef struct audioApiReq_mute audioApiReq_mute_t
 
typedef struct audioApiReq_volume audioApiReq_volume_t
 
typedef struct openD_audioApiReq openD_audioApiReq_t
 
typedef struct openD_audioApiCfm openD_audioApiCfm_t
 
typedef struct openD_audioApiInd openD_audioApiInd_t
 

Enumerations

enum  openD_audioApi_service { OPEND_AUDIOAPI_SET_MUTE, OPEND_AUDIOAPI_SET_VOLUME, OPEND_AUDIOAPI_GET_MUTE, OPEND_AUDIOAPI_GET_VOLUME }
 

Detailed Description

openD audio types.

___ _____ _ ___ _ _____ ___ ___ ___ ___
/ __|_ _/_\ / __| |/ / __/ _ \| _ \/ __| __|
\__ \ | |/ _ \ (__| ' <| _| (_) | / (__| _|
|___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___|
embedded.connectivity.solutions.==============
Author
Patrick Weber

This work is dual-licensed under Apache 2.0 and GPL 2.0. You can choose between one of them if you use this work. For further details, please refer to the project home: https://github.com/opend-connect/openD

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-only