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.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#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.
4210 4211 4212 |
# File 'lib/kaltura_client.rb', line 4210 def bitrate @bitrate end |
#height ⇒ Object
Returns the value of attribute height.
4212 4213 4214 |
# File 'lib/kaltura_client.rb', line 4212 def height @height end |
#tags ⇒ Object
Returns the value of attribute tags.
4213 4214 4215 |
# File 'lib/kaltura_client.rb', line 4213 def @tags end |
#width ⇒ Object
Returns the value of attribute width.
4211 4212 4213 |
# File 'lib/kaltura_client.rb', line 4211 def width @width end |