XenevaOS
Loading...
Searching...
No Matches
audioCtrl.h
Go to the documentation of this file.
1
30#include "systray.h"
31#include <audio/audio.h>
32#include <chitralekha.h>
33
34/*
35 * TrayGetSoundControl -- obtains a sound control from
36 * sound server
37 * @param app -- Pointer to Chitralekha App substance
38 */
40
41float TrayAudioStepToGain(float sliderVal, float sliderMaxVal);
ChitralekhaApp * app
Definition main.cpp:53
DeodhaiAudioBox * TrayGetSoundControl(ChitralekhaApp *app)
Definition audioCtrl.cpp:38
float TrayAudioStepToGain(float sliderVal, float sliderMaxVal)
Definition audioCtrl.cpp:61
Definition base.h:73
Definition audio.h:94