Class: Deftones::Event::Transport::TimingContext
- Inherits:
-
Struct
- Object
- Struct
- Deftones::Event::Transport::TimingContext
- Defined in:
- lib/deftones/event/transport.rb
Instance Attribute Summary collapse
-
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
Instance Method Summary collapse
Instance Attribute Details
#sample_rate ⇒ Object
Returns the value of attribute sample_rate
9 10 11 |
# File 'lib/deftones/event/transport.rb', line 9 def sample_rate @sample_rate end |
Instance Method Details
#current_time ⇒ Object
10 11 12 |
# File 'lib/deftones/event/transport.rb', line 10 def current_time 0.0 end |