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.



4210
4211
4212
# File 'lib/kaltura_client.rb', line 4210

def bitrate
  @bitrate
end

#heightObject

Returns the value of attribute height.



4212
4213
4214
# File 'lib/kaltura_client.rb', line 4212

def height
  @height
end

#tagsObject

Returns the value of attribute tags.



4213
4214
4215
# File 'lib/kaltura_client.rb', line 4213

def tags
  @tags
end

#widthObject

Returns the value of attribute width.



4211
4212
4213
# File 'lib/kaltura_client.rb', line 4211

def width
  @width
end