Class: Kaltura::KalturaThumbParams
- Inherits:
-
KalturaAssetParams
- Object
- KalturaObjectBase
- KalturaAssetParams
- Kaltura::KalturaThumbParams
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#background_color ⇒ Object
Hexadecimal value.
-
#crop_height ⇒ Object
Returns the value of attribute crop_height.
-
#crop_type ⇒ Object
Returns the value of attribute crop_type.
-
#crop_width ⇒ Object
Returns the value of attribute crop_width.
-
#crop_x ⇒ Object
Returns the value of attribute crop_x.
-
#crop_y ⇒ Object
Returns the value of attribute crop_y.
-
#density ⇒ Object
The image density (dpi) for example: 72 or 96.
-
#format ⇒ Object
The container format of the Flavor Params.
-
#height ⇒ Object
Returns the value of attribute height.
-
#quality ⇒ Object
Returns the value of attribute quality.
-
#scale_height ⇒ Object
Returns the value of attribute scale_height.
-
#scale_width ⇒ Object
Returns the value of attribute scale_width.
-
#source_params_id ⇒ Object
Id of the flavor params or the thumbnail params to be used as source for the thumbnail creation.
-
#strip_profiles ⇒ Object
Strip profiles and comments.
-
#video_offset ⇒ Object
Returns the value of attribute video_offset.
-
#width ⇒ Object
Returns the value of attribute 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
#background_color ⇒ Object
Hexadecimal value
5686 5687 5688 |
# File 'lib/kaltura_client.rb', line 5686 def background_color @background_color end |
#crop_height ⇒ Object
Returns the value of attribute crop_height.
5678 5679 5680 |
# File 'lib/kaltura_client.rb', line 5678 def crop_height @crop_height end |
#crop_type ⇒ Object
Returns the value of attribute crop_type.
5673 5674 5675 |
# File 'lib/kaltura_client.rb', line 5673 def crop_type @crop_type end |
#crop_width ⇒ Object
Returns the value of attribute crop_width.
5677 5678 5679 |
# File 'lib/kaltura_client.rb', line 5677 def crop_width @crop_width end |
#crop_x ⇒ Object
Returns the value of attribute crop_x.
5675 5676 5677 |
# File 'lib/kaltura_client.rb', line 5675 def crop_x @crop_x end |
#crop_y ⇒ Object
Returns the value of attribute crop_y.
5676 5677 5678 |
# File 'lib/kaltura_client.rb', line 5676 def crop_y @crop_y end |
#density ⇒ Object
The image density (dpi) for example: 72 or 96
5695 5696 5697 |
# File 'lib/kaltura_client.rb', line 5695 def density @density end |
#format ⇒ Object
The container format of the Flavor Params
5692 5693 5694 |
# File 'lib/kaltura_client.rb', line 5692 def format @format end |
#height ⇒ Object
Returns the value of attribute height.
5681 5682 5683 |
# File 'lib/kaltura_client.rb', line 5681 def height @height end |
#quality ⇒ Object
Returns the value of attribute quality.
5674 5675 5676 |
# File 'lib/kaltura_client.rb', line 5674 def quality @quality end |
#scale_height ⇒ Object
Returns the value of attribute scale_height.
5683 5684 5685 |
# File 'lib/kaltura_client.rb', line 5683 def scale_height @scale_height end |
#scale_width ⇒ Object
Returns the value of attribute scale_width.
5682 5683 5684 |
# File 'lib/kaltura_client.rb', line 5682 def scale_width @scale_width end |
#source_params_id ⇒ Object
Id of the flavor params or the thumbnail params to be used as source for the thumbnail creation
5689 5690 5691 |
# File 'lib/kaltura_client.rb', line 5689 def source_params_id @source_params_id end |
#strip_profiles ⇒ Object
Strip profiles and comments
5698 5699 5700 |
# File 'lib/kaltura_client.rb', line 5698 def strip_profiles @strip_profiles end |
#video_offset ⇒ Object
Returns the value of attribute video_offset.
5679 5680 5681 |
# File 'lib/kaltura_client.rb', line 5679 def video_offset @video_offset end |
#width ⇒ Object
Returns the value of attribute width.
5680 5681 5682 |
# File 'lib/kaltura_client.rb', line 5680 def width @width end |