Class: UEncode::AudioConfig
- Inherits:
-
Object
- Object
- UEncode::AudioConfig
- Defined in:
- lib/uencode/elements.rb
Overview
The audio configs for each VideoStream
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#codec ⇒ Object
Returns the value of attribute codec.
-
#quality ⇒ Object
Returns the value of attribute quality.
-
#samplerate ⇒ Object
Returns the value of attribute samplerate.
Instance Attribute Details
#bitrate ⇒ Object
Returns the value of attribute bitrate.
407 408 409 |
# File 'lib/uencode/elements.rb', line 407 def bitrate @bitrate end |
#channels ⇒ Object
Returns the value of attribute channels.
407 408 409 |
# File 'lib/uencode/elements.rb', line 407 def channels @channels end |
#codec ⇒ Object
Returns the value of attribute codec.
407 408 409 |
# File 'lib/uencode/elements.rb', line 407 def codec @codec end |
#quality ⇒ Object
Returns the value of attribute quality.
407 408 409 |
# File 'lib/uencode/elements.rb', line 407 def quality @quality end |
#samplerate ⇒ Object
Returns the value of attribute samplerate.
407 408 409 |
# File 'lib/uencode/elements.rb', line 407 def samplerate @samplerate end |