Class: Kaltura::KalturaLiveStreamBitrate
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaLiveStreamBitrate
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bitrate ⇒ Object
Returns the value of attribute bitrate.
1771 1772 1773 |
# File 'lib/kaltura_client.rb', line 1771 def bitrate @bitrate end |
#height ⇒ Object
Returns the value of attribute height.
1773 1774 1775 |
# File 'lib/kaltura_client.rb', line 1773 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
1772 1773 1774 |
# File 'lib/kaltura_client.rb', line 1772 def width @width end |