Class: PaddleC::PulseAudio::ModuleInfo
- Inherits:
-
Object
- Object
- PaddleC::PulseAudio::ModuleInfo
- Defined in:
- ext/paddlec/pulseaudio.c,
ext/paddlec/pulseaudio.c
Overview
Stores information about modules.
Instance Attribute Summary collapse
-
#argument ⇒ String?
readonly
Argument string of the module.
-
#index ⇒ Integer
readonly
Index of the module.
-
#n_used ⇒ Integer?
readonly
Usage counter, or
nil. -
#name ⇒ String
readonly
Name of the module.
-
#proplist ⇒ Hash{String=>String}
readonly
Property list.
Instance Attribute Details
#argument ⇒ String? (readonly)
Returns Argument string of the module.
#index ⇒ Integer (readonly)
Returns Index of the module.
#n_used ⇒ Integer? (readonly)
Returns Usage counter, or nil.
#name ⇒ String (readonly)
Returns Name of the module.
#proplist ⇒ Hash{String=>String} (readonly)
Returns Property list.