libnx
Main Page
Related Pages
Data Structures
Files
File List
Globals
include
switch
audio
audio.h
Go to the documentation of this file.
1
/**
2
* @file audio.h
3
* @brief Global audio service.
4
* @author hexkyz
5
* @copyright libnx Authors
6
*/
7
#pragma once
8
9
#include "../types.h"
10
11
typedef
enum
{
12
PcmFormat_Invalid = 0,
13
PcmFormat_Int8 = 1,
14
PcmFormat_Int16 = 2,
15
PcmFormat_Int24 = 3,
16
PcmFormat_Int32 = 4,
17
PcmFormat_Float = 5,
18
PcmFormat_Adpcm = 6,
19
} PcmFormat;
Generated by
1.8.11