Class: Kaltura::KalturaDeliveryProfileAkamaiAppleHttpManifest

Inherits:
KalturaDeliveryProfile show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaDeliveryProfile

#created_at, #description, #host_name, #id, #is_default, #media_protocols, #name, #parent_id, #partner_id, #priority, #recognizer, #status, #streamer_type, #system_name, #tokenizer, #type, #updated_at, #url

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#support_clippingObject

Should we use timing parameters - clipTo / seekFrom



8220
8221
8222
# File 'lib/kaltura_types.rb', line 8220

def support_clipping
  @support_clipping
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



8226
8227
8228
8229
# File 'lib/kaltura_types.rb', line 8226

def from_xml(xml_element)
	super
	self.support_clipping = xml_element.elements['supportClipping'].text
end