Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VABase
Commits
cbd11b56
Commit
cbd11b56
authored
Nov 25, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Fixing wrong parameter for reproduction module getter in interface
parent
0ad814ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/VACore.h
View file @
cbd11b56
...
...
@@ -1250,7 +1250,7 @@ public:
* @param [out] voReproductions List of reproduction modules
* @param [in] bFilterEnabled If true, only enabled renderers are returned (via configuration, during runtime)
*/
virtual
void
GetReproductionModules
(
std
::
vector
<
CVAAudioRe
nderer
Info
>&
voReproductions
,
bool
bFilterEnabled
=
true
)
const
=
0
;
virtual
void
GetReproductionModules
(
std
::
vector
<
CVAAudioRe
production
Info
>&
voReproductions
,
bool
bFilterEnabled
=
true
)
const
=
0
;
//! Mutes a rendering module audio output
virtual
void
SetReproductionModuleMuted
(
const
std
::
string
&
sModuleID
,
bool
bMuted
)
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment