libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Enumerations
audio.h File Reference

Audio data structures. More...

#include <libtransistor/types.h>
#include <libtransistor/ipc.h>
Include dependency graph for audio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  audio_output_t
 Audio output. More...
 
struct  audio_output_buffer_t
 This struct is sent over IPC and must look exactly like this. More...
 

Enumerations

enum  sample_format_t { PCM_INT16 = 2 }
 Audio sample format used for output.
 
enum  audio_output_state_t { PLAYING = 0, STOPPED = 1 }
 Audio output state.
 

Detailed Description

Audio data structures.