Class: KalturaApi::KalturaCaptureThumbJobData

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#actual_src_file_sync_local_pathObject

The translated path as used by the scheduler



6765
6766
6767
# File 'lib/kaltura_client.rb', line 6765

def actual_src_file_sync_local_path
  @actual_src_file_sync_local_path
end

#src_asset_idObject

Returns the value of attribute src_asset_id.



6769
6770
6771
# File 'lib/kaltura_client.rb', line 6769

def src_asset_id
  @src_asset_id
end

#src_asset_typeObject

Returns the value of attribute src_asset_type.



6770
6771
6772
# File 'lib/kaltura_client.rb', line 6770

def src_asset_type
  @src_asset_type
end

#src_file_sync_local_pathObject

Returns the value of attribute src_file_sync_local_path.



6762
6763
6764
# File 'lib/kaltura_client.rb', line 6762

def src_file_sync_local_path
  @src_file_sync_local_path
end

#src_file_sync_remote_urlObject

Returns the value of attribute src_file_sync_remote_url.



6766
6767
6768
# File 'lib/kaltura_client.rb', line 6766

def src_file_sync_remote_url
  @src_file_sync_remote_url
end

#thumb_asset_idObject

Returns the value of attribute thumb_asset_id.



6768
6769
6770
# File 'lib/kaltura_client.rb', line 6768

def thumb_asset_id
  @thumb_asset_id
end

#thumb_params_output_idObject

Returns the value of attribute thumb_params_output_id.



6767
6768
6769
# File 'lib/kaltura_client.rb', line 6767

def thumb_params_output_id
  @thumb_params_output_id
end

#thumb_pathObject

Returns the value of attribute thumb_path.



6771
6772
6773
# File 'lib/kaltura_client.rb', line 6771

def thumb_path
  @thumb_path
end