Class: Deftones::Source::UserMedia::DeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Deftones::Source::UserMedia::DeviceInfo
- Defined in:
- lib/deftones/source/user_media.rb
Instance Attribute Summary collapse
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#input_channels ⇒ Object
Returns the value of attribute input_channels.
-
#label ⇒ Object
Returns the value of attribute label.
-
#output_channels ⇒ Object
Returns the value of attribute output_channels.
Instance Attribute Details
#device_id ⇒ Object
Returns the value of attribute device_id
6 7 8 |
# File 'lib/deftones/source/user_media.rb', line 6 def device_id @device_id end |
#group_id ⇒ Object
Returns the value of attribute group_id
6 7 8 |
# File 'lib/deftones/source/user_media.rb', line 6 def group_id @group_id end |
#input_channels ⇒ Object
Returns the value of attribute input_channels
6 7 8 |
# File 'lib/deftones/source/user_media.rb', line 6 def input_channels @input_channels end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/deftones/source/user_media.rb', line 6 def label @label end |
#output_channels ⇒ Object
Returns the value of attribute output_channels
6 7 8 |
# File 'lib/deftones/source/user_media.rb', line 6 def output_channels @output_channels end |