Class: Kaltura::KalturaEntryResource
- Inherits:
-
KalturaContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- Kaltura::KalturaEntryResource
- Defined in:
- lib/kaltura_client.rb
Overview
Used to ingest media that is already ingested to Kaltura system as a different entry in the past, the new created flavor asset will be ready immediately using a file sync of link type that will point to the existing file sync of the existing entry.
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
ID of the source entry.
-
#flavor_params_id ⇒ Object
ID of the source flavor params, set to null to use the source flavor.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#entry_id ⇒ Object
ID of the source entry
8346 8347 8348 |
# File 'lib/kaltura_client.rb', line 8346 def entry_id @entry_id end |
#flavor_params_id ⇒ Object
ID of the source flavor params, set to null to use the source flavor
8349 8350 8351 |
# File 'lib/kaltura_client.rb', line 8349 def flavor_params_id @flavor_params_id end |