Class: Deftones::Source::UserMedia::DeviceInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/deftones/source/user_media.rb

Instance Attribute Summary collapse

Instance Attribute Details

#device_idObject

Returns the value of attribute device_id

Returns:

  • (Object)

    the current value of device_id



6
7
8
# File 'lib/deftones/source/user_media.rb', line 6

def device_id
  @device_id
end

#group_idObject

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



6
7
8
# File 'lib/deftones/source/user_media.rb', line 6

def group_id
  @group_id
end

#input_channelsObject

Returns the value of attribute input_channels

Returns:

  • (Object)

    the current value of input_channels



6
7
8
# File 'lib/deftones/source/user_media.rb', line 6

def input_channels
  @input_channels
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'lib/deftones/source/user_media.rb', line 6

def label
  @label
end

#output_channelsObject

Returns the value of attribute output_channels

Returns:

  • (Object)

    the current value of output_channels



6
7
8
# File 'lib/deftones/source/user_media.rb', line 6

def output_channels
  @output_channels
end