Class: HLS::ApplicationVideo::Rendition
- Inherits:
-
Data
- Object
- Data
- HLS::ApplicationVideo::Rendition
- Defined in:
- lib/hls/application_video.rb
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
readonly
Returns the value of attribute bitrate.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#bitrate ⇒ Object (readonly)
Returns the value of attribute bitrate
43 44 45 |
# File 'lib/hls/application_video.rb', line 43 def bitrate @bitrate end |
#height ⇒ Object (readonly)
Returns the value of attribute height
43 44 45 |
# File 'lib/hls/application_video.rb', line 43 def height @height end |
#width ⇒ Object (readonly)
Returns the value of attribute width
43 44 45 |
# File 'lib/hls/application_video.rb', line 43 def width @width end |