Class: Kaltura::KalturaLiveStreamBitrate

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitrateObject

Returns the value of attribute bitrate.



1771
1772
1773
# File 'lib/kaltura_client.rb', line 1771

def bitrate
  @bitrate
end

#heightObject

Returns the value of attribute height.



1773
1774
1775
# File 'lib/kaltura_client.rb', line 1773

def height
  @height
end

#widthObject

Returns the value of attribute width.



1772
1773
1774
# File 'lib/kaltura_client.rb', line 1772

def width
  @width
end