Class: Voicemeeter::VbanOutstream
- Inherits:
-
VbanStream
- Object
- IRemote
- VbanStream
- Voicemeeter::VbanOutstream
- Defined in:
- lib/voicemeeter/vban.rb
Instance Method Summary collapse
- #direction ⇒ Object
-
#initialize(remote, i) ⇒ VbanOutstream
constructor
A new instance of VbanOutstream.
Methods inherited from VbanStream
Methods included from Conversions
Methods inherited from IRemote
#getter, #identifier, #set_multi, #setter, #to_s
Constructor Details
#initialize(remote, i) ⇒ VbanOutstream
Returns a new instance of VbanOutstream.
46 47 48 49 |
# File 'lib/voicemeeter/vban.rb', line 46 def initialize(remote, i) super self.make_accessor_int :sr, :channel, :bit end |
Instance Method Details
#direction ⇒ Object
51 52 53 |
# File 'lib/voicemeeter/vban.rb', line 51 def direction :out end |