Class: Kaltura::KalturaFlavorAsset

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.



1624
1625
1626
# File 'lib/kaltura_client.rb', line 1624

def bitrate
  @bitrate
end

#container_formatObject

Returns the value of attribute container_format.



1631
1632
1633
# File 'lib/kaltura_client.rb', line 1631

def container_format
  @container_format
end

#created_atObject

Returns the value of attribute created_at.



1633
1634
1635
# File 'lib/kaltura_client.rb', line 1633

def created_at
  @created_at
end

#deleted_atObject

Returns the value of attribute deleted_at.



1635
1636
1637
# File 'lib/kaltura_client.rb', line 1635

def deleted_at
  @deleted_at
end

#descriptionObject

Returns the value of attribute description.



1636
1637
1638
# File 'lib/kaltura_client.rb', line 1636

def description
  @description
end

#entry_idObject

Returns the value of attribute entry_id.



1617
1618
1619
# File 'lib/kaltura_client.rb', line 1617

def entry_id
  @entry_id
end

#file_extObject

Returns the value of attribute file_ext.



1630
1631
1632
# File 'lib/kaltura_client.rb', line 1630

def file_ext
  @file_ext
end

#flavor_params_idObject

Returns the value of attribute flavor_params_id.



1620
1621
1622
# File 'lib/kaltura_client.rb', line 1620

def flavor_params_id
  @flavor_params_id
end

#frame_rateObject

Returns the value of attribute frame_rate.



1625
1626
1627
# File 'lib/kaltura_client.rb', line 1625

def frame_rate
  @frame_rate
end

#heightObject

Returns the value of attribute height.



1623
1624
1625
# File 'lib/kaltura_client.rb', line 1623

def height
  @height
end

#idObject

Returns the value of attribute id.



1616
1617
1618
# File 'lib/kaltura_client.rb', line 1616

def id
  @id
end

#is_originalObject

Returns the value of attribute is_original.



1627
1628
1629
# File 'lib/kaltura_client.rb', line 1627

def is_original
  @is_original
end

#is_webObject

Returns the value of attribute is_web.



1629
1630
1631
# File 'lib/kaltura_client.rb', line 1629

def is_web
  @is_web
end

#partner_idObject

Returns the value of attribute partner_id.



1618
1619
1620
# File 'lib/kaltura_client.rb', line 1618

def partner_id
  @partner_id
end

#sizeObject

Returns the value of attribute size.



1626
1627
1628
# File 'lib/kaltura_client.rb', line 1626

def size
  @size
end

#statusObject

Returns the value of attribute status.



1619
1620
1621
# File 'lib/kaltura_client.rb', line 1619

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



1628
1629
1630
# File 'lib/kaltura_client.rb', line 1628

def tags
  @tags
end

#updated_atObject

Returns the value of attribute updated_at.



1634
1635
1636
# File 'lib/kaltura_client.rb', line 1634

def updated_at
  @updated_at
end

#versionObject

Returns the value of attribute version.



1621
1622
1623
# File 'lib/kaltura_client.rb', line 1621

def version
  @version
end

#video_codec_idObject

Returns the value of attribute video_codec_id.



1632
1633
1634
# File 'lib/kaltura_client.rb', line 1632

def video_codec_id
  @video_codec_id
end

#widthObject

Returns the value of attribute width.



1622
1623
1624
# File 'lib/kaltura_client.rb', line 1622

def width
  @width
end