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.



612
613
614
# File 'lib/kaltura/kaltura_client.rb', line 612

def bitrate
  @bitrate
end

#heightObject

Returns the value of attribute height.



614
615
616
# File 'lib/kaltura/kaltura_client.rb', line 614

def height
  @height
end

#widthObject

Returns the value of attribute width.



613
614
615
# File 'lib/kaltura/kaltura_client.rb', line 613

def width
  @width
end