Class: Kaltura::LiveStreamBitrate
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::LiveStreamBitrate
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#bitrate ⇒ Object
Returns the value of attribute bitrate.
612 613 614 |
# File 'lib/kaltura/kaltura_client.rb', line 612 def bitrate @bitrate end |
#height ⇒ Object
Returns the value of attribute height.
614 615 616 |
# File 'lib/kaltura/kaltura_client.rb', line 614 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
613 614 615 |
# File 'lib/kaltura/kaltura_client.rb', line 613 def width @width end |