thomas / Change Audio Output
0 gustos
0 bifurcaciones
2 archivos
Última actividad
1 | procedure OnExecuteCommand(Command: string); |
2 | begin |
3 | if Command = 'CHANGEAUDIO' then begin |
4 | Instance.GetPlaybackRouting.SetSingleAssignment('Player0_0', 'ENCODER') |
5 | end; |
6 | end; |
7 | |
8 | begin |
9 | end. |
Siguiente
Anterior