Class: Kaltura::KalturaConversionProfileAssetParams
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaConversionProfileAssetParams
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#asset_params_id ⇒ Object
The id of the asset params.
-
#conversion_profile_id ⇒ Object
The id of the conversion profile.
-
#delete_policy ⇒ Object
Specifies how to treat the flavor after conversion is finished.
-
#force_none_complied ⇒ Object
Starts conversion even if the decision layer reduced the configuration to comply with the source.
-
#origin ⇒ Object
The ingestion origin of the asset params.
-
#ready_behavior ⇒ Object
The ingestion origin of the asset params.
-
#system_name ⇒ Object
Asset params system name.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset_params_id ⇒ Object
The id of the asset params
3460 3461 3462 |
# File 'lib/kaltura_client.rb', line 3460 def asset_params_id @asset_params_id end |
#conversion_profile_id ⇒ Object
The id of the conversion profile
3457 3458 3459 |
# File 'lib/kaltura_client.rb', line 3457 def conversion_profile_id @conversion_profile_id end |
#delete_policy ⇒ Object
Specifies how to treat the flavor after conversion is finished
3475 3476 3477 |
# File 'lib/kaltura_client.rb', line 3475 def delete_policy @delete_policy end |
#force_none_complied ⇒ Object
Starts conversion even if the decision layer reduced the configuration to comply with the source
3472 3473 3474 |
# File 'lib/kaltura_client.rb', line 3472 def force_none_complied @force_none_complied end |
#origin ⇒ Object
The ingestion origin of the asset params
3466 3467 3468 |
# File 'lib/kaltura_client.rb', line 3466 def origin @origin end |
#ready_behavior ⇒ Object
The ingestion origin of the asset params
3463 3464 3465 |
# File 'lib/kaltura_client.rb', line 3463 def ready_behavior @ready_behavior end |
#system_name ⇒ Object
Asset params system name
3469 3470 3471 |
# File 'lib/kaltura_client.rb', line 3469 def system_name @system_name end |