Class: Kaltura::KalturaOperationResource

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

Overview

A resource that perform operation (transcoding, clipping, cropping) before the flavor is ready.

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#asset_params_idObject

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_attributesObject

Returns the value of attribute operation_attributes.



8451
8452
8453
# File 'lib/kaltura_client.rb', line 8451

def operation_attributes
  @operation_attributes
end

#resourceObject

Only KalturaEntryResource and KalturaAssetResource are supported



8450
8451
8452
# File 'lib/kaltura_client.rb', line 8450

def resource
  @resource
end