Class: Kaltura::KalturaFlavorParamsOutput
- Inherits:
-
KalturaFlavorParams
- Object
- KalturaObjectBase
- KalturaAssetParams
- KalturaFlavorParams
- Kaltura::KalturaFlavorParamsOutput
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaDocumentFlavorParamsOutput, KalturaImageFlavorParamsOutput, KalturaMediaFlavorParamsOutput, KalturaPdfFlavorParamsOutput, KalturaSwfFlavorParamsOutput, KalturaWidevineFlavorParamsOutput
Instance Attribute Summary collapse
-
#command_lines_str ⇒ Object
Returns the value of attribute command_lines_str.
-
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
-
#flavor_asset_version ⇒ Object
Returns the value of attribute flavor_asset_version.
-
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
-
#flavor_params_version ⇒ Object
Returns the value of attribute flavor_params_version.
-
#ready_behavior ⇒ Object
Returns the value of attribute ready_behavior.
Attributes inherited from KalturaFlavorParams
#anamorphic_pixels, #aspect_ratio_processing_mode, #audio_bitrate, #audio_channels, #audio_codec, #audio_sample_rate, #clip_duration, #clip_offset, #conversion_engines, #conversion_engines_extra_params, #deinterlice, #engine_version, #force_frame_to_multiplication16, #format, #frame_rate, #gop_size, #height, #is_avoid_forced_key_frames, #is_avoid_video_shrink_bitrate_to_source, #is_avoid_video_shrink_framesize_to_source, #is_gop_in_sec, #is_video_frame_rate_for_low_br_apple_hls, #max_frame_rate, #operators, #rotate, #two_pass, #video_bitrate, #video_bitrate_tolerance, #video_codec, #video_constant_bitrate, #width
Attributes inherited from KalturaAssetParams
#created_at, #description, #id, #is_system_default, #media_parser_type, #name, #partner_id, #remote_storage_profile_ids, #required_permissions, #source_asset_params_ids, #source_remote_storage_profile_id, #system_name, #tags
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#command_lines_str ⇒ Object
Returns the value of attribute command_lines_str.
4047 4048 4049 |
# File 'lib/kaltura_client.rb', line 4047 def command_lines_str @command_lines_str end |
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
4049 4050 4051 |
# File 'lib/kaltura_client.rb', line 4049 def flavor_asset_id @flavor_asset_id end |
#flavor_asset_version ⇒ Object
Returns the value of attribute flavor_asset_version.
4050 4051 4052 |
# File 'lib/kaltura_client.rb', line 4050 def flavor_asset_version @flavor_asset_version end |
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
4046 4047 4048 |
# File 'lib/kaltura_client.rb', line 4046 def flavor_params_id @flavor_params_id end |
#flavor_params_version ⇒ Object
Returns the value of attribute flavor_params_version.
4048 4049 4050 |
# File 'lib/kaltura_client.rb', line 4048 def flavor_params_version @flavor_params_version end |
#ready_behavior ⇒ Object
Returns the value of attribute ready_behavior.
4051 4052 4053 |
# File 'lib/kaltura_client.rb', line 4051 def ready_behavior @ready_behavior end |