thomas / Change Audio Output
0 polubień
0 forków
2 plików
Ostatnio aktywne
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. |
Nowsze
Starsze