|
HTTP Server for Tux Droid
|


Public Member Functions | |
| def | getSoundDeviceByKeywordWin32 (deviceKeyword) |
| def | getSoundDeviceNameTuxdroidAudio () |
| def | getSoundDeviceNameTuxdroidTts () |
| def | getSoundDeviceNameTuxdroidMicro () |
| def | getTuxDroidSoundDevice () |
Static Public Attributes | |
| getSoundDeviceByKeywordWin32 | |
| getSoundDeviceNameTuxdroidAudio | |
| getSoundDeviceNameTuxdroidTts | |
| getSoundDeviceNameTuxdroidMicro | |
| getTuxDroidSoundDevice | |
Class to get some information about smart-compagnon audio/video devices.
| def util.system.Device.Device.getSoundDeviceByKeywordWin32 | ( | deviceKeyword | ) |
Get a sound device by a keyword. @param deviceKeyword: Device keyword. @return: A tuple (device index, device name)
| def util.system.Device.Device.getSoundDeviceNameTuxdroidAudio | ( | ) |
Get the sound device name of Tux Droid Audio. @return: The device name or None (Win32) if not found.
| def util.system.Device.Device.getSoundDeviceNameTuxdroidMicro | ( | ) |
Get the sound device name of Tux Droid Micro. @return: The device name or None (Win32) if not found.
| def util.system.Device.Device.getSoundDeviceNameTuxdroidTts | ( | ) |
Get the sound device name of Tux Droid Tts. @return: The device name or None (Win32) if not found.
| def util.system.Device.Device.getTuxDroidSoundDevice | ( | ) |
Get the sound device of Tux Droid. @return: A string.
|
static |
|
static |
|
static |
|
static |
|
static |