Class: Voicemeeter::VbanInstream
- Inherits:
-
VbanStream
- Object
- IRemote
- VbanStream
- Voicemeeter::VbanInstream
- Defined in:
- lib/voicemeeter/vban.rb
Instance Method Summary collapse
- #direction ⇒ Object
-
#initialize(remote, i) ⇒ VbanInstream
constructor
A new instance of VbanInstream.
Methods inherited from VbanStream
Methods included from Conversions
Methods inherited from IRemote
#getter, #identifier, #set_multi, #setter, #to_s
Constructor Details
#initialize(remote, i) ⇒ VbanInstream
Returns a new instance of VbanInstream.
32 33 34 35 |
# File 'lib/voicemeeter/vban.rb', line 32 def initialize(remote, i) super self.make_reader_int :sr, :channel, :bit end |
Instance Method Details
#direction ⇒ Object
37 38 39 |
# File 'lib/voicemeeter/vban.rb', line 37 def direction :in end |