|
XenevaOS
|
#include <stdint.h>#include <_xeneva.h>#include <stdio.h>#include <sys\_keproc.h>#include <sys\_kefile.h>#include <sys/mman.h>#include <sys\iocodes.h>#include <string.h>#include <stdlib.h>#include <sys\socket.h>#include <sys\_keipcpostbox.h>#include <widgets/list.h>
Classes | |
| struct | _deodhai_audio_msg_ |
| struct | _audio_control_panel_ |
| struct | _audio_box_ |
Macros | |
| #define | DEODHAI_GET_AUDIO_CONNECTION "DeodhaiGetAudioConnection" |
| #define | DEODHAI_GET_GLOBAL_CONNECTION "DeodhaiAudioGetGlobalConnection" |
| #define | DEODHAI_AUDIO_CONNECTION_HANDSHAKE 11 |
| #define | DEODHAI_AUDIO_CONNECTION_CLOSED 12 |
Typedefs | |
| typedef struct _deodhai_audio_msg_ | DeodhaiAudioMessage |
| typedef struct _audio_control_panel_ | AudioControlPanel |
| typedef struct _audio_box_ | DeodhaiAudioBox |
Functions | |
| uint16_t | DeodhaiGetNewControlPanelKey () |
| uint16_t | DeodhaiGetNewSampleBuffKey () |
| DeodhaiAudioBox * | DeodhaiCreateAudioBox (uint16_t ownerThreadID) |
| void | DeodhaiAudioBoxClose (DeodhaiAudioBox *box) |
| void | DeodhaiAudioHandleMessage (DeodhaiAudioMessage *message) |
| void | DeodhaiAudioComposeFrame () |
| int | main (int argc, char *argv[]) |
Variables | |
| int | postbox |
| int | sound |
| uint64_t * | mainOutput |
| list_t * | audioBoxList |
| uint16_t | shControlPanelKey |
| uint16_t | shSampleBufferKey |
| DeodhaiAudioBox * | globalBox |
| #define DEODHAI_AUDIO_CONNECTION_CLOSED 12 |
| #define DEODHAI_AUDIO_CONNECTION_HANDSHAKE 11 |
| #define DEODHAI_GET_AUDIO_CONNECTION "DeodhaiGetAudioConnection" |
| #define DEODHAI_GET_GLOBAL_CONNECTION "DeodhaiAudioGetGlobalConnection" |
| typedef struct _audio_control_panel_ AudioControlPanel |
| typedef struct _audio_box_ DeodhaiAudioBox |
| typedef struct _deodhai_audio_msg_ DeodhaiAudioMessage |
| void DeodhaiAudioBoxClose | ( | DeodhaiAudioBox * | box | ) |
| void DeodhaiAudioComposeFrame | ( | ) |
| void DeodhaiAudioHandleMessage | ( | DeodhaiAudioMessage * | message | ) |
| DeodhaiAudioBox * DeodhaiCreateAudioBox | ( | uint16_t | ownerThreadID | ) |
| uint16_t DeodhaiGetNewControlPanelKey | ( | ) |
| uint16_t DeodhaiGetNewSampleBuffKey | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| list_t* audioBoxList |
| DeodhaiAudioBox* globalBox |
| uint64_t* mainOutput |
| int postbox |
BSD 2-Clause License
Copyright (c) 2023-2024, Manas Kamal Choudhury All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| uint16_t shControlPanelKey |
| uint16_t shSampleBufferKey |
| int sound |