Rise
The Vieneo Province
Main Page
Related Pages
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
+
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
SoundConfig.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <WinSock2.h>
4
#include <WS2tcpip.h>
5
#include <Windows.h>
6
#include "
Guids.h
"
7
8
struct
SoundConfig
9
{
10
// 1
11
GUID
guid
=
MYGUID_DEFAULT
;
// default device 16 bytes
12
// 17
13
float
volume
= 1.0f;
// full volume
14
// size is 32 so need padding for future expansion
15
char
padding
[15]{};
16
17
// -------------------------------------------
18
// these are not loaded/saved from the config!
19
char
bassDevice
= 0;
20
};
SoundConfig::padding
char padding[15]
Definition:
SoundConfig.h:15
SoundConfig::bassDevice
char bassDevice
Definition:
SoundConfig.h:19
SoundConfig::guid
GUID guid
Definition:
SoundConfig.h:11
MYGUID_DEFAULT
const GUID MYGUID_DEFAULT
Definition:
Guids.h:5
SoundConfig::volume
float volume
Definition:
SoundConfig.h:13
Guids.h
SoundConfig
Definition:
SoundConfig.h:8
Config
SoundConfig.h
Generated on Tue May 4 2021 15:18:09 for Rise by
1.8.14