Class: Kaltura::KalturaImageFlavorParams
- Inherits:
-
KalturaFlavorParams
- Object
- KalturaObjectBase
- KalturaAssetParams
- KalturaFlavorParams
- Kaltura::KalturaImageFlavorParams
- Defined in:
- lib/kaltura_plugins/kaltura_document_client_plugin.rb
Instance Attribute Summary collapse
-
#density_height ⇒ Object
Returns the value of attribute density_height.
-
#density_width ⇒ Object
Returns the value of attribute density_width.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#size_height ⇒ Object
Returns the value of attribute size_height.
-
#size_width ⇒ Object
Returns the value of attribute size_width.
Attributes inherited from KalturaFlavorParams
#anamorphic_pixels, #aspect_ratio_processing_mode, #audio_bitrate, #audio_channels, #audio_codec, #audio_sample_rate, #clip_duration, #clip_offset, #conversion_engines, #conversion_engines_extra_params, #deinterlice, #engine_version, #force_frame_to_multiplication16, #format, #frame_rate, #gop_size, #height, #is_avoid_forced_key_frames, #is_avoid_video_shrink_bitrate_to_source, #is_avoid_video_shrink_framesize_to_source, #is_gop_in_sec, #is_video_frame_rate_for_low_br_apple_hls, #max_frame_rate, #operators, #rotate, #two_pass, #video_bitrate, #video_bitrate_tolerance, #video_codec, #video_constant_bitrate, #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
#density_height ⇒ Object
Returns the value of attribute density_height.
115 116 117 |
# File 'lib/kaltura_plugins/kaltura_document_client_plugin.rb', line 115 def density_height @density_height end |
#density_width ⇒ Object
Returns the value of attribute density_width.
114 115 116 |
# File 'lib/kaltura_plugins/kaltura_document_client_plugin.rb', line 114 def density_width @density_width end |
#depth ⇒ Object
Returns the value of attribute depth.
118 119 120 |
# File 'lib/kaltura_plugins/kaltura_document_client_plugin.rb', line 118 def depth @depth end |
#size_height ⇒ Object
Returns the value of attribute size_height.
117 118 119 |
# File 'lib/kaltura_plugins/kaltura_document_client_plugin.rb', line 117 def size_height @size_height end |
#size_width ⇒ Object
Returns the value of attribute size_width.
116 117 118 |
# File 'lib/kaltura_plugins/kaltura_document_client_plugin.rb', line 116 def size_width @size_width end |