Class: Kaltura::KalturaOperationResource
- Inherits:
-
KalturaContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- Kaltura::KalturaOperationResource
- Defined in:
- lib/kaltura_client.rb
Overview
A resource that perform operation (transcoding, clipping, cropping) before the flavor is ready.
Instance Attribute Summary collapse
-
#asset_params_id ⇒ Object
ID of alternative asset params to be used instead of the system default flavor params.
-
#operation_attributes ⇒ Object
Returns the value of attribute operation_attributes.
-
#resource ⇒ Object
Only KalturaEntryResource and KalturaAssetResource are supported.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset_params_id ⇒ Object
ID of alternative asset params to be used instead of the system default flavor params
8454 8455 8456 |
# File 'lib/kaltura_client.rb', line 8454 def asset_params_id @asset_params_id end |
#operation_attributes ⇒ Object
Returns the value of attribute operation_attributes.
8451 8452 8453 |
# File 'lib/kaltura_client.rb', line 8451 def operation_attributes @operation_attributes end |
#resource ⇒ Object
Only KalturaEntryResource and KalturaAssetResource are supported
8450 8451 8452 |
# File 'lib/kaltura_client.rb', line 8450 def resource @resource end |