Class: Kaltura::KalturaPostConvertJobData
- Inherits:
-
KalturaConvartableJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaConvartableJobData
- Kaltura::KalturaPostConvertJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#create_thumb ⇒ Object
Indicates if a thumbnail should be created.
-
#custom_data ⇒ Object
Returns the value of attribute custom_data.
-
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
-
#thumb_bitrate ⇒ Object
The bit rate of the movie, will be used to comapare if this thumbnail is the best we can have.
-
#thumb_height ⇒ Object
The height of the movie, will be used to comapare if this thumbnail is the best we can have.
-
#thumb_offset ⇒ Object
The position of the thumbnail in the media file.
-
#thumb_path ⇒ Object
The path of the created thumbnail.
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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#create_thumb ⇒ Object
Indicates if a thumbnail should be created
8477 8478 8479 |
# File 'lib/kaltura_client.rb', line 8477 def create_thumb @create_thumb end |
#custom_data ⇒ Object
Returns the value of attribute custom_data.
8490 8491 8492 |
# File 'lib/kaltura_client.rb', line 8490 def custom_data @custom_data end |
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
8474 8475 8476 |
# File 'lib/kaltura_client.rb', line 8474 def flavor_asset_id @flavor_asset_id end |
#thumb_bitrate ⇒ Object
The bit rate of the movie, will be used to comapare if this thumbnail is the best we can have
8489 8490 8491 |
# File 'lib/kaltura_client.rb', line 8489 def thumb_bitrate @thumb_bitrate end |
#thumb_height ⇒ Object
The height of the movie, will be used to comapare if this thumbnail is the best we can have
8486 8487 8488 |
# File 'lib/kaltura_client.rb', line 8486 def thumb_height @thumb_height end |
#thumb_offset ⇒ Object
The position of the thumbnail in the media file
8483 8484 8485 |
# File 'lib/kaltura_client.rb', line 8483 def thumb_offset @thumb_offset end |
#thumb_path ⇒ Object
The path of the created thumbnail
8480 8481 8482 |
# File 'lib/kaltura_client.rb', line 8480 def thumb_path @thumb_path end |