Class: Kaltura::KalturaFlavorParamsOutput

Inherits:
KalturaFlavorParams show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

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_crop_imx, #is_gop_in_sec, #is_video_frame_rate_for_low_br_apple_hls, #max_frame_rate, #multi_stream, #operators, #optimization_policy, #rotate, #two_pass, #video_bitrate, #video_bitrate_tolerance, #video_codec, #video_constant_bitrate, #watermark_data, #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

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#command_lines_strObject

Returns the value of attribute command_lines_str.



3061
3062
3063
# File 'lib/kaltura_types.rb', line 3061

def command_lines_str
  @command_lines_str
end

#flavor_asset_idObject

Returns the value of attribute flavor_asset_id.



3063
3064
3065
# File 'lib/kaltura_types.rb', line 3063

def flavor_asset_id
  @flavor_asset_id
end

#flavor_asset_versionObject

Returns the value of attribute flavor_asset_version.



3064
3065
3066
# File 'lib/kaltura_types.rb', line 3064

def flavor_asset_version
  @flavor_asset_version
end

#flavor_params_idObject

Returns the value of attribute flavor_params_id.



3060
3061
3062
# File 'lib/kaltura_types.rb', line 3060

def flavor_params_id
  @flavor_params_id
end

#flavor_params_versionObject

Returns the value of attribute flavor_params_version.



3062
3063
3064
# File 'lib/kaltura_types.rb', line 3062

def flavor_params_version
  @flavor_params_version
end

#ready_behaviorObject

Returns the value of attribute ready_behavior.



3065
3066
3067
# File 'lib/kaltura_types.rb', line 3065

def ready_behavior
  @ready_behavior
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'lib/kaltura_types.rb', line 3074

def from_xml(xml_element)
  super
  self.flavor_params_id = xml_element.elements['flavorParamsId'].text
  self.command_lines_str = xml_element.elements['commandLinesStr'].text
  self.flavor_params_version = xml_element.elements['flavorParamsVersion'].text
  self.flavor_asset_id = xml_element.elements['flavorAssetId'].text
  self.flavor_asset_version = xml_element.elements['flavorAssetVersion'].text
  self.ready_behavior = xml_element.elements['readyBehavior'].text
end