Class: KalturaApi::KalturaConvertCollectionJobData

Inherits:
KalturaConvartableJobData show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaConvartableJobData

#actual_src_file_sync_local_path, #current_operation_index, #current_operation_set, #engine_version, #flavor_params_output, #flavor_params_output_id, #media_info_id, #plugin_data, #src_file_sync_local_path, #src_file_sync_remote_url, #src_file_syncs

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#command_lines_strObject

Returns the value of attribute command_lines_str.



8311
8312
8313
# File 'lib/kaltura_client.rb', line 8311

def command_lines_str
  @command_lines_str
end

#dest_dir_local_pathObject

Returns the value of attribute dest_dir_local_path.



8306
8307
8308
# File 'lib/kaltura_client.rb', line 8306

def dest_dir_local_path
  @dest_dir_local_path
end

#dest_dir_remote_urlObject

Returns the value of attribute dest_dir_remote_url.



8307
8308
8309
# File 'lib/kaltura_client.rb', line 8307

def dest_dir_remote_url
  @dest_dir_remote_url
end

#dest_file_nameObject

Returns the value of attribute dest_file_name.



8308
8309
8310
# File 'lib/kaltura_client.rb', line 8308

def dest_file_name
  @dest_file_name
end

#flavorsObject

Returns the value of attribute flavors.



8312
8313
8314
# File 'lib/kaltura_client.rb', line 8312

def flavors
  @flavors
end

#input_xml_local_pathObject

Returns the value of attribute input_xml_local_path.



8309
8310
8311
# File 'lib/kaltura_client.rb', line 8309

def input_xml_local_path
  @input_xml_local_path
end

#input_xml_remote_urlObject

Returns the value of attribute input_xml_remote_url.



8310
8311
8312
# File 'lib/kaltura_client.rb', line 8310

def input_xml_remote_url
  @input_xml_remote_url
end