Class: Kaltura::LiveStreamBitrate

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitrateObject

Returns the value of attribute bitrate.



592
593
594
# File 'lib/kaltura/kaltura_client.rb', line 592

def bitrate
  @bitrate
end

#heightObject

Returns the value of attribute height.



594
595
596
# File 'lib/kaltura/kaltura_client.rb', line 594

def height
  @height
end

#widthObject

Returns the value of attribute width.



593
594
595
# File 'lib/kaltura/kaltura_client.rb', line 593

def width
  @width
end