Class: Kaltura::KalturaThumbParamsOutput
- Inherits:
-
KalturaThumbParams
- Object
- KalturaObjectBase
- KalturaAssetParams
- KalturaThumbParams
- Kaltura::KalturaThumbParamsOutput
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#rotate ⇒ Object
Returns the value of attribute rotate.
-
#thumb_asset_id ⇒ Object
Returns the value of attribute thumb_asset_id.
-
#thumb_asset_version ⇒ Object
Returns the value of attribute thumb_asset_version.
-
#thumb_params_id ⇒ Object
Returns the value of attribute thumb_params_id.
-
#thumb_params_version ⇒ Object
Returns the value of attribute thumb_params_version.
Attributes inherited from KalturaThumbParams
#background_color, #crop_height, #crop_type, #crop_width, #crop_x, #crop_y, #density, #format, #height, #quality, #scale_height, #scale_width, #source_params_id, #strip_profiles, #video_offset, #width
Attributes inherited from KalturaAssetParams
#created_at, #description, #id, #is_system_default, #media_parser_type, #name, #partner_id, #remote_storage_profile_ids, #required_permissions, #source_asset_params_ids, #source_remote_storage_profile_id, #system_name, #tags
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#rotate ⇒ Object
Returns the value of attribute rotate.
5758 5759 5760 |
# File 'lib/kaltura_client.rb', line 5758 def rotate @rotate end |
#thumb_asset_id ⇒ Object
Returns the value of attribute thumb_asset_id.
5756 5757 5758 |
# File 'lib/kaltura_client.rb', line 5756 def thumb_asset_id @thumb_asset_id end |
#thumb_asset_version ⇒ Object
Returns the value of attribute thumb_asset_version.
5757 5758 5759 |
# File 'lib/kaltura_client.rb', line 5757 def thumb_asset_version @thumb_asset_version end |
#thumb_params_id ⇒ Object
Returns the value of attribute thumb_params_id.
5754 5755 5756 |
# File 'lib/kaltura_client.rb', line 5754 def thumb_params_id @thumb_params_id end |
#thumb_params_version ⇒ Object
Returns the value of attribute thumb_params_version.
5755 5756 5757 |
# File 'lib/kaltura_client.rb', line 5755 def thumb_params_version @thumb_params_version end |