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.
-
#deinterlice ⇒ Object
Returns the value of attribute deinterlice.
-
#description ⇒ Object
Returns the value of attribute description.
-
#engine_version ⇒ Object
Returns the value of attribute engine_version.
-
#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.
-
#operators ⇒ Object
Returns the value of attribute operators.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#rotate ⇒ Object
Returns the value of attribute rotate.
-
#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.
536 537 538 |
# File 'lib/kaltura/kaltura_client.rb', line 536 def audio_bitrate @audio_bitrate end |
#audio_channels ⇒ Object
Returns the value of attribute audio_channels.
537 538 539 |
# File 'lib/kaltura/kaltura_client.rb', line 537 def audio_channels @audio_channels end |
#audio_codec ⇒ Object
Returns the value of attribute audio_codec.
535 536 537 |
# File 'lib/kaltura/kaltura_client.rb', line 535 def audio_codec @audio_codec end |
#audio_sample_rate ⇒ Object
Returns the value of attribute audio_sample_rate.
538 539 540 |
# File 'lib/kaltura/kaltura_client.rb', line 538 def audio_sample_rate @audio_sample_rate end |
#conversion_engines ⇒ Object
Returns the value of attribute conversion_engines.
543 544 545 |
# File 'lib/kaltura/kaltura_client.rb', line 543 def conversion_engines @conversion_engines end |
#conversion_engines_extra_params ⇒ Object
Returns the value of attribute conversion_engines_extra_params.
544 545 546 |
# File 'lib/kaltura/kaltura_client.rb', line 544 def conversion_engines_extra_params @conversion_engines_extra_params end |
#created_at ⇒ Object
Returns the value of attribute created_at.
529 530 531 |
# File 'lib/kaltura/kaltura_client.rb', line 529 def created_at @created_at end |
#deinterlice ⇒ Object
Returns the value of attribute deinterlice.
546 547 548 |
# File 'lib/kaltura/kaltura_client.rb', line 546 def deinterlice @deinterlice end |
#description ⇒ Object
Returns the value of attribute description.
528 529 530 |
# File 'lib/kaltura/kaltura_client.rb', line 528 def description @description end |
#engine_version ⇒ Object
Returns the value of attribute engine_version.
549 550 551 |
# File 'lib/kaltura/kaltura_client.rb', line 549 def engine_version @engine_version end |
#format ⇒ Object
Returns the value of attribute format.
532 533 534 |
# File 'lib/kaltura/kaltura_client.rb', line 532 def format @format end |
#frame_rate ⇒ Object
Returns the value of attribute frame_rate.
541 542 543 |
# File 'lib/kaltura/kaltura_client.rb', line 541 def frame_rate @frame_rate end |
#gop_size ⇒ Object
Returns the value of attribute gop_size.
542 543 544 |
# File 'lib/kaltura/kaltura_client.rb', line 542 def gop_size @gop_size end |
#height ⇒ Object
Returns the value of attribute height.
540 541 542 |
# File 'lib/kaltura/kaltura_client.rb', line 540 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
525 526 527 |
# File 'lib/kaltura/kaltura_client.rb', line 525 def id @id end |
#is_system_default ⇒ Object
Returns the value of attribute is_system_default.
530 531 532 |
# File 'lib/kaltura/kaltura_client.rb', line 530 def is_system_default @is_system_default end |
#name ⇒ Object
Returns the value of attribute name.
527 528 529 |
# File 'lib/kaltura/kaltura_client.rb', line 527 def name @name end |
#operators ⇒ Object
Returns the value of attribute operators.
548 549 550 |
# File 'lib/kaltura/kaltura_client.rb', line 548 def operators @operators end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
526 527 528 |
# File 'lib/kaltura/kaltura_client.rb', line 526 def partner_id @partner_id end |
#rotate ⇒ Object
Returns the value of attribute rotate.
547 548 549 |
# File 'lib/kaltura/kaltura_client.rb', line 547 def rotate @rotate end |
#tags ⇒ Object
Returns the value of attribute tags.
531 532 533 |
# File 'lib/kaltura/kaltura_client.rb', line 531 def @tags end |
#two_pass ⇒ Object
Returns the value of attribute two_pass.
545 546 547 |
# File 'lib/kaltura/kaltura_client.rb', line 545 def two_pass @two_pass end |
#video_bitrate ⇒ Object
Returns the value of attribute video_bitrate.
534 535 536 |
# File 'lib/kaltura/kaltura_client.rb', line 534 def video_bitrate @video_bitrate end |
#video_codec ⇒ Object
Returns the value of attribute video_codec.
533 534 535 |
# File 'lib/kaltura/kaltura_client.rb', line 533 def video_codec @video_codec end |
#width ⇒ Object
Returns the value of attribute width.
539 540 541 |
# File 'lib/kaltura/kaltura_client.rb', line 539 def width @width end |