Class: Kaltura::KalturaFlavorParams
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaFlavorParams
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#audio_bitrate ⇒ Object
Returns the value of attribute audio_bitrate.
-
#audio_channels ⇒ Object
Returns the value of attribute audio_channels.
-
#audio_codec ⇒ Object
Returns the value of attribute audio_codec.
-
#audio_sample_rate ⇒ Object
Returns the value of attribute audio_sample_rate.
-
#conversion_engines ⇒ Object
Returns the value of attribute conversion_engines.
-
#conversion_engines_extra_params ⇒ Object
Returns the value of attribute conversion_engines_extra_params.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#format ⇒ Object
Returns the value of attribute format.
-
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
-
#gop_size ⇒ Object
Returns the value of attribute gop_size.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_system_default ⇒ Object
Returns the value of attribute is_system_default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#two_pass ⇒ Object
Returns the value of attribute two_pass.
-
#video_bitrate ⇒ Object
Returns the value of attribute video_bitrate.
-
#video_codec ⇒ Object
Returns the value of attribute video_codec.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#audio_bitrate ⇒ Object
Returns the value of attribute audio_bitrate.
1694 1695 1696 |
# File 'lib/kaltura_client.rb', line 1694 def audio_bitrate @audio_bitrate end |
#audio_channels ⇒ Object
Returns the value of attribute audio_channels.
1695 1696 1697 |
# File 'lib/kaltura_client.rb', line 1695 def audio_channels @audio_channels end |
#audio_codec ⇒ Object
Returns the value of attribute audio_codec.
1693 1694 1695 |
# File 'lib/kaltura_client.rb', line 1693 def audio_codec @audio_codec end |
#audio_sample_rate ⇒ Object
Returns the value of attribute audio_sample_rate.
1696 1697 1698 |
# File 'lib/kaltura_client.rb', line 1696 def audio_sample_rate @audio_sample_rate end |
#conversion_engines ⇒ Object
Returns the value of attribute conversion_engines.
1701 1702 1703 |
# File 'lib/kaltura_client.rb', line 1701 def conversion_engines @conversion_engines end |
#conversion_engines_extra_params ⇒ Object
Returns the value of attribute conversion_engines_extra_params.
1702 1703 1704 |
# File 'lib/kaltura_client.rb', line 1702 def conversion_engines_extra_params @conversion_engines_extra_params end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1687 1688 1689 |
# File 'lib/kaltura_client.rb', line 1687 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
1686 1687 1688 |
# File 'lib/kaltura_client.rb', line 1686 def description @description end |
#format ⇒ Object
Returns the value of attribute format.
1690 1691 1692 |
# File 'lib/kaltura_client.rb', line 1690 def format @format end |
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
1699 1700 1701 |
# File 'lib/kaltura_client.rb', line 1699 def frame_rate @frame_rate end |
#gop_size ⇒ Object
Returns the value of attribute gop_size.
1700 1701 1702 |
# File 'lib/kaltura_client.rb', line 1700 def gop_size @gop_size end |
#height ⇒ Object
Returns the value of attribute height.
1698 1699 1700 |
# File 'lib/kaltura_client.rb', line 1698 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
1683 1684 1685 |
# File 'lib/kaltura_client.rb', line 1683 def id @id end |
#is_system_default ⇒ Object
Returns the value of attribute is_system_default.
1688 1689 1690 |
# File 'lib/kaltura_client.rb', line 1688 def is_system_default @is_system_default end |
#name ⇒ Object
Returns the value of attribute name.
1685 1686 1687 |
# File 'lib/kaltura_client.rb', line 1685 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1684 1685 1686 |
# File 'lib/kaltura_client.rb', line 1684 def partner_id @partner_id end |
#tags ⇒ Object
Returns the value of attribute tags.
1689 1690 1691 |
# File 'lib/kaltura_client.rb', line 1689 def @tags end |
#two_pass ⇒ Object
Returns the value of attribute two_pass.
1703 1704 1705 |
# File 'lib/kaltura_client.rb', line 1703 def two_pass @two_pass end |
#video_bitrate ⇒ Object
Returns the value of attribute video_bitrate.
1692 1693 1694 |
# File 'lib/kaltura_client.rb', line 1692 def video_bitrate @video_bitrate end |
#video_codec ⇒ Object
Returns the value of attribute video_codec.
1691 1692 1693 |
# File 'lib/kaltura_client.rb', line 1691 def video_codec @video_codec end |
#width ⇒ Object
Returns the value of attribute width.
1697 1698 1699 |
# File 'lib/kaltura_client.rb', line 1697 def width @width end |