Audio::setMicrophonePosition: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
If this is the correct name, what microphone? I know your TV isn't going to reach out and adjust your headset so..==Syntax==<syntaxhighlight lang="javascript">audio.setMicrophonePosition(p0, x1, y1, z1, x2, y2, z2, x3, y3, z3);</syntaxhighlight>=== Required Arguments ===*'''p0:''' Boolean*'''x1:''' float*'''y1:''' float*'''z1:''' float*'''x2:''' float*'''y2:''' float*'''z2:''' float*'''x3:''' float*'''y3:''' float*'''z3:''' float===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Audio_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | If this is the correct name, what microphone? I know your TV isn't going to reach out and adjust your headset so.. | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">audio.setMicrophonePosition(p0, x1, y1, z1, x2, y2, z2, x3, y3, z3);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''p0:''' Boolean | |||
*'''x1:''' float | |||
*'''y1:''' float | |||
*'''z1:''' float | |||
*'''x2:''' float | |||
*'''y2:''' float | |||
*'''z2:''' float | |||
*'''x3:''' float | |||
*'''y3:''' float | |||
*'''z3:''' float | |||
===Return value=== | |||
*'''Undefined''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Audio_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 19:54, 6 May 2017
If this is the correct name, what microphone? I know your TV isn't going to reach out and adjust your headset so..
Syntax
audio.setMicrophonePosition(p0, x1, y1, z1, x2, y2, z2, x3, y3, z3);
Required Arguments
- p0: Boolean
- x1: float
- y1: float
- z1: float
- x2: float
- y2: float
- z2: float
- x3: float
- y3: float
- z3: float
Return value
- Undefined
Example
todo