Sound Device Management Parameters
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
|
ID
|
The virtual machine ID.
|
VM_name
|
The virtual machine name.
|
sound
|
The type of the virtual device to add to the virtual machine (in this instance, a sound device).
|
--output name
|
The name of a physical output device to which to connect the virtual sound device.
|
--input name
|
The name of the physical input device to which to connect the virtual sound device.
|
--enable
|
Enables the specified sound device. All newly added sound devices are enabled by default (provided the --disable option is omitted).
|
--disable
|
Disables the specified virtual sound device.
|
--connect
|
Automatically connect the sound device during the virtual machine startup process.
|
--disconnect
|
Do not automatically connect the sound device during the virtual machine startup process.
|
Links
General Syntax, Virtual Device Management
|