Sound Device Management Options
This group of options is used to manage sound devices in a virtual machine.
Syntax
prlctl set
<vm_ID|vm_name>
{
--device-add
sound
|
--device-set sound0
}
[
--input
<dev_name>
] [
--output
<dev_name>
]
[
--enable
|
--disable
] [
--connect
|
--disconnect
]
Options
Name
|
Description
|
<vm_ID|vm_name>
|
The virtual machine ID or name.
|
--device-add sound
|
The type of the virtual device to add to the virtual machine (in this instance, a sound device).
|
--device-set sound0
|
Modifies the parameters of the existing virtual sound device.
|
--output
<dev_name>
|
The name of a physical output device to connect to the virtual sound device.
|
--input
<dev_name>
|
The name of the physical input device to connect to the virtual sound device.
|
--enable
|
--disable
|
Enables or disables the specified sound device. All newly added sound devices are enabled by default (provided the
--disable
option is omitted).
|
--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.
|
|