Class: KalturaApi::KalturaConvertProfileJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaApi::KalturaConvertProfileJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#input_file_sync_local_path ⇒ Object
Returns the value of attribute input_file_sync_local_path.
-
#thumb_bitrate ⇒ Object
The bit rate of last created thumbnail, will be used to comapare if this thumbnail is the best we can have.
-
#thumb_height ⇒ Object
The height of last created thumbnail, will be used to comapare if this thumbnail is the best we can have.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#input_file_sync_local_path ⇒ Object
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_bitrate ⇒ Object
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_height ⇒ Object
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 |