class Kaltura::KalturaAssetResource
Used to ingest media that is already ingested to Kaltura
system as a different flavor asset 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 flavor asset.
Attributes
asset_id[RW]
ID of the source asset
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaContentResource#from_xml
# File lib/kaltura_types.rb, line 16427 def from_xml(xml_element) super if xml_element.elements['assetId'] != nil self.asset_id = xml_element.elements['assetId'].text end end