Module: Sound
- Defined in:
- lib/sound.rb,
lib/sound/data.rb,
lib/sound/device.rb,
lib/sound/format.rb,
lib/sound/device_library.rb,
lib/sound/format_library.rb,
lib/sound/device_library/alsa.rb,
lib/sound/device_library/base.rb,
lib/sound/format_library/alsa.rb,
lib/sound/format_library/base.rb,
lib/sound/device_library/mmlib.rb,
lib/sound/format_library/mmlib.rb
Defined Under Namespace
Modules: DeviceLibrary, FormatLibrary, Library Classes: Data, Device, Format, NoDependencyError, NoDeviceError
Class Attribute Summary collapse
-
.device_library ⇒ Object
Returns the value of attribute device_library.
-
.format_library ⇒ Object
Returns the value of attribute format_library.
-
.no_device ⇒ Object
Returns the value of attribute no_device.
-
.platform_supported ⇒ Object
Returns the value of attribute platform_supported.
-
.verbose ⇒ Object
Returns the value of attribute verbose.
Class Attribute Details
.device_library ⇒ Object
Returns the value of attribute device_library.
11 12 13 |
# File 'lib/sound.rb', line 11 def device_library @device_library end |
.format_library ⇒ Object
Returns the value of attribute format_library.
11 12 13 |
# File 'lib/sound.rb', line 11 def format_library @format_library end |
.no_device ⇒ Object
Returns the value of attribute no_device.
11 12 13 |
# File 'lib/sound.rb', line 11 def no_device @no_device end |
.platform_supported ⇒ Object
Returns the value of attribute platform_supported.
11 12 13 |
# File 'lib/sound.rb', line 11 def platform_supported @platform_supported end |
.verbose ⇒ Object
Returns the value of attribute verbose.
11 12 13 |
# File 'lib/sound.rb', line 11 def verbose @verbose end |