Class: Kaltura::FlavorParams
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::FlavorParams
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#audio_bitrate ⇒ Object
Returns the value of attribute audio_bitrate.
532 533 534 |
# File 'lib/kaltura/kaltura_client.rb', line 532 def audio_bitrate @audio_bitrate end |
#audio_channels ⇒ Object
Returns the value of attribute audio_channels.
533 534 535 |
# File 'lib/kaltura/kaltura_client.rb', line 533 def audio_channels @audio_channels end |
#audio_codec ⇒ Object
Returns the value of attribute audio_codec.
531 532 533 |
# File 'lib/kaltura/kaltura_client.rb', line 531 def audio_codec @audio_codec end |
#audio_sample_rate ⇒ Object
Returns the value of attribute audio_sample_rate.
534 535 536 |
# File 'lib/kaltura/kaltura_client.rb', line 534 def audio_sample_rate @audio_sample_rate end |
#conversion_engines ⇒ Object
Returns the value of attribute conversion_engines.
539 540 541 |
# File 'lib/kaltura/kaltura_client.rb', line 539 def conversion_engines @conversion_engines end |
#conversion_engines_extra_params ⇒ Object
Returns the value of attribute conversion_engines_extra_params.
540 541 542 |
# File 'lib/kaltura/kaltura_client.rb', line 540 def conversion_engines_extra_params @conversion_engines_extra_params end |
#created_at ⇒ Object
Returns the value of attribute created_at.
525 526 527 |
# File 'lib/kaltura/kaltura_client.rb', line 525 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
524 525 526 |
# File 'lib/kaltura/kaltura_client.rb', line 524 def description @description end |
#format ⇒ Object
Returns the value of attribute format.
528 529 530 |
# File 'lib/kaltura/kaltura_client.rb', line 528 def format @format end |
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
537 538 539 |
# File 'lib/kaltura/kaltura_client.rb', line 537 def frame_rate @frame_rate end |
#gop_size ⇒ Object
Returns the value of attribute gop_size.
538 539 540 |
# File 'lib/kaltura/kaltura_client.rb', line 538 def gop_size @gop_size end |
#height ⇒ Object
Returns the value of attribute height.
536 537 538 |
# File 'lib/kaltura/kaltura_client.rb', line 536 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
521 522 523 |
# File 'lib/kaltura/kaltura_client.rb', line 521 def id @id end |
#is_system_default ⇒ Object
Returns the value of attribute is_system_default.
526 527 528 |
# File 'lib/kaltura/kaltura_client.rb', line 526 def is_system_default @is_system_default end |
#name ⇒ Object
Returns the value of attribute name.
523 524 525 |
# File 'lib/kaltura/kaltura_client.rb', line 523 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
522 523 524 |
# File 'lib/kaltura/kaltura_client.rb', line 522 def partner_id @partner_id end |
#tags ⇒ Object
Returns the value of attribute tags.
527 528 529 |
# File 'lib/kaltura/kaltura_client.rb', line 527 def @tags end |
#two_pass ⇒ Object
Returns the value of attribute two_pass.
541 542 543 |
# File 'lib/kaltura/kaltura_client.rb', line 541 def two_pass @two_pass end |
#video_bitrate ⇒ Object
Returns the value of attribute video_bitrate.
530 531 532 |
# File 'lib/kaltura/kaltura_client.rb', line 530 def video_bitrate @video_bitrate end |
#video_codec ⇒ Object
Returns the value of attribute video_codec.
529 530 531 |
# File 'lib/kaltura/kaltura_client.rb', line 529 def video_codec @video_codec end |
#width ⇒ Object
Returns the value of attribute width.
535 536 537 |
# File 'lib/kaltura/kaltura_client.rb', line 535 def width @width end |