Class: Kaltura::KalturaFlavorAsset
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaFlavorAsset
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#container_format ⇒ Object
Returns the value of attribute container_format.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#deleted_at ⇒ Object
Returns the value of attribute deleted_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#file_ext ⇒ Object
Returns the value of attribute file_ext.
-
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
-
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_original ⇒ Object
Returns the value of attribute is_original.
-
#is_web ⇒ Object
Returns the value of attribute is_web.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#size ⇒ Object
Returns the value of attribute size.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version ⇒ Object
Returns the value of attribute version.
-
#video_codec_id ⇒ Object
Returns the value of attribute video_codec_id.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bitrate ⇒ Object
Returns the value of attribute bitrate.
1624 1625 1626 |
# File 'lib/kaltura_client.rb', line 1624 def bitrate @bitrate end |
#container_format ⇒ Object
Returns the value of attribute container_format.
1631 1632 1633 |
# File 'lib/kaltura_client.rb', line 1631 def container_format @container_format end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1633 1634 1635 |
# File 'lib/kaltura_client.rb', line 1633 def created_at @created_at end |
#deleted_at ⇒ Object
Returns the value of attribute deleted_at.
1635 1636 1637 |
# File 'lib/kaltura_client.rb', line 1635 def deleted_at @deleted_at end |
#description ⇒ Object
Returns the value of attribute description.
1636 1637 1638 |
# File 'lib/kaltura_client.rb', line 1636 def description @description end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
1617 1618 1619 |
# File 'lib/kaltura_client.rb', line 1617 def entry_id @entry_id end |
#file_ext ⇒ Object
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_id ⇒ Object
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_rate ⇒ Object
Returns the value of attribute frame_rate.
1625 1626 1627 |
# File 'lib/kaltura_client.rb', line 1625 def frame_rate @frame_rate end |
#height ⇒ Object
Returns the value of attribute height.
1623 1624 1625 |
# File 'lib/kaltura_client.rb', line 1623 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
1616 1617 1618 |
# File 'lib/kaltura_client.rb', line 1616 def id @id end |
#is_original ⇒ Object
Returns the value of attribute is_original.
1627 1628 1629 |
# File 'lib/kaltura_client.rb', line 1627 def is_original @is_original end |
#is_web ⇒ Object
Returns the value of attribute is_web.
1629 1630 1631 |
# File 'lib/kaltura_client.rb', line 1629 def is_web @is_web end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1618 1619 1620 |
# File 'lib/kaltura_client.rb', line 1618 def partner_id @partner_id end |
#size ⇒ Object
Returns the value of attribute size.
1626 1627 1628 |
# File 'lib/kaltura_client.rb', line 1626 def size @size end |
#status ⇒ Object
Returns the value of attribute status.
1619 1620 1621 |
# File 'lib/kaltura_client.rb', line 1619 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
1628 1629 1630 |
# File 'lib/kaltura_client.rb', line 1628 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1634 1635 1636 |
# File 'lib/kaltura_client.rb', line 1634 def updated_at @updated_at end |
#version ⇒ Object
Returns the value of attribute version.
1621 1622 1623 |
# File 'lib/kaltura_client.rb', line 1621 def version @version end |
#video_codec_id ⇒ Object
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 |
#width ⇒ Object
Returns the value of attribute width.
1622 1623 1624 |
# File 'lib/kaltura_client.rb', line 1622 def width @width end |