This group of parameters is used to manage sound devices in a virtual machine.
Syntax
prlctl set ID|VM_name --device-add sound --output name
[--enable|--disable][--connect|--disconnect]
prlctl set ID|VM_name --device-set sound --output name
[--enable|--disable][--connect|--disconnect]
Parameters
Name |
Description |
|
The virtual machine ID. |
|
The virtual machine name. |
|
The type of the virtual device to add to the virtual machine (in this instance, a sound device). |
|
The name of a physical output device to which to connect the virtual sound device. |
|
The name of the physical input device to which to connect the virtual sound device. |
|
Enables the specified sound device. All newly added sound devices are enabled by default (provided the |
|
Disables the specified virtual sound device. |
|
Automatically connect the sound device during the virtual machine startup process. |
|
Do not automatically connect the sound device during the virtual machine startup process. |
Links