Class: DTAS::Source::AvFfCommon::AStream
- Inherits:
-
Struct
- Object
- Struct
- DTAS::Source::AvFfCommon::AStream
- Defined in:
- lib/dtas/source/av_ff_common.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#rate ⇒ Object
Returns the value of attribute rate.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
16 17 18 |
# File 'lib/dtas/source/av_ff_common.rb', line 16 def channels @channels end |
#duration ⇒ Object
Returns the value of attribute duration
16 17 18 |
# File 'lib/dtas/source/av_ff_common.rb', line 16 def duration @duration end |
#rate ⇒ Object
Returns the value of attribute rate
16 17 18 |
# File 'lib/dtas/source/av_ff_common.rb', line 16 def rate @rate end |