libtransistor
A userland library for the Nintendo Switch
|
Audio data structures. More...
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. | |
Audio data structures.