Package prlsdkapi :: Class VmSound
[hide private]
[frames] | no frames]

Class VmSound

object --+        
         |        
   _Handle --+    
             |    
      VmDevice --+
                 |
                VmSound

Provides methods for managing sound devices in a virtual machine.

Instance Methods [hide private]
 
get_output_dev(self)
Return the output device string for the sound device.
 
set_output_dev(self, sNewOutputDev)
Set the output device string for the sound device.
 
get_mixer_dev(self)
Return the mixer device string for the sound device.
 
set_mixer_dev(self, sNewMixerDev)
Set the mixer device string for the sound device.

Inherited from VmDevice: connect, copy_image, create, create_image, disconnect, get_description, get_emulated_type, get_friendly_name, get_iface_type, get_image_path, get_index, get_output_file, get_stack_index, get_sub_type, get_sys_name, get_type, is_connected, is_enabled, is_passthrough, is_remote, remove, resize_image, set_connected, set_default_stack_index, set_description, set_emulated_type, set_enabled, set_friendly_name, set_iface_type, set_image_path, set_index, set_output_file, set_passthrough, set_remote, set_stack_index, set_sub_type, set_sys_name

Inherited from _Handle: __del__, __init__, add_ref, free, from_string, get_handle_type, get_package_id, reg_event_handler, unreg_event_handler

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__