Class: Kaltura::KalturaConvertProfileJobData

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

#input_file_sync_local_pathObject

Returns the value of attribute input_file_sync_local_path.



7194
7195
7196
# File 'lib/kaltura_client.rb', line 7194

def input_file_sync_local_path
  @input_file_sync_local_path
end

#thumb_bitrateObject

The bit rate of last created thumbnail, will be used to comapare if this thumbnail is the best we can have



7200
7201
7202
# File 'lib/kaltura_client.rb', line 7200

def thumb_bitrate
  @thumb_bitrate
end

#thumb_heightObject

The height of last created thumbnail, will be used to comapare if this thumbnail is the best we can have



7197
7198
7199
# File 'lib/kaltura_client.rb', line 7197

def thumb_height
  @thumb_height
end