Kohi Game Engine
kaudio_types.h File Reference
#include <core_audio_types.h>
#include <defines.h>
#include <identifiers/khandle.h>
#include <math/math_types.h>

Go to the source code of this file.

Data Structures

struct  kaudio_instance
 
struct  kaudio_backend_config
 The configuration for an audio backend. More...
 
struct  kaudio_backend_interface
 

Macros

#define INVALID_KAUDIO   INVALID_ID_U16
 

Typedefs

typedef u16 kaudio
 
typedef struct kaudio_instance kaudio_instance
 
typedef struct kaudio_backend_config kaudio_backend_config
 The configuration for an audio backend. More...
 
typedef struct kaudio_backend_interface kaudio_backend_interface
 

Macro Definition Documentation

◆ INVALID_KAUDIO

#define INVALID_KAUDIO   INVALID_ID_U16

Typedef Documentation

◆ kaudio

typedef u16 kaudio

Represents a Kohi Audio.

◆ kaudio_backend_config

The configuration for an audio backend.

◆ kaudio_backend_interface

◆ kaudio_instance