Class: Kaltura::KalturaThumbParams

Inherits:
KalturaAssetParams show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaThumbParamsOutput

Instance Attribute Summary collapse

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

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#background_colorObject

Hexadecimal value



5686
5687
5688
# File 'lib/kaltura_client.rb', line 5686

def background_color
  @background_color
end

#crop_heightObject

Returns the value of attribute crop_height.



5678
5679
5680
# File 'lib/kaltura_client.rb', line 5678

def crop_height
  @crop_height
end

#crop_typeObject

Returns the value of attribute crop_type.



5673
5674
5675
# File 'lib/kaltura_client.rb', line 5673

def crop_type
  @crop_type
end

#crop_widthObject

Returns the value of attribute crop_width.



5677
5678
5679
# File 'lib/kaltura_client.rb', line 5677

def crop_width
  @crop_width
end

#crop_xObject

Returns the value of attribute crop_x.



5675
5676
5677
# File 'lib/kaltura_client.rb', line 5675

def crop_x
  @crop_x
end

#crop_yObject

Returns the value of attribute crop_y.



5676
5677
5678
# File 'lib/kaltura_client.rb', line 5676

def crop_y
  @crop_y
end

#densityObject

The image density (dpi) for example: 72 or 96



5695
5696
5697
# File 'lib/kaltura_client.rb', line 5695

def density
  @density
end

#formatObject

The container format of the Flavor Params



5692
5693
5694
# File 'lib/kaltura_client.rb', line 5692

def format
  @format
end

#heightObject

Returns the value of attribute height.



5681
5682
5683
# File 'lib/kaltura_client.rb', line 5681

def height
  @height
end

#qualityObject

Returns the value of attribute quality.



5674
5675
5676
# File 'lib/kaltura_client.rb', line 5674

def quality
  @quality
end

#scale_heightObject

Returns the value of attribute scale_height.



5683
5684
5685
# File 'lib/kaltura_client.rb', line 5683

def scale_height
  @scale_height
end

#scale_widthObject

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_idObject

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_profilesObject

Strip profiles and comments



5698
5699
5700
# File 'lib/kaltura_client.rb', line 5698

def strip_profiles
  @strip_profiles
end

#video_offsetObject

Returns the value of attribute video_offset.



5679
5680
5681
# File 'lib/kaltura_client.rb', line 5679

def video_offset
  @video_offset
end

#widthObject

Returns the value of attribute width.



5680
5681
5682
# File 'lib/kaltura_client.rb', line 5680

def width
  @width
end