class Kaltura::KalturaDeliveryProfileAkamaiAppleHttpManifest
Attributes
support_clipping[RW]
Should we use timing parameters - clipTo / seekFrom
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaDeliveryProfile#from_xml
# File lib/kaltura_types.rb, line 12547 def from_xml(xml_element) super if xml_element.elements['supportClipping'] != nil self.support_clipping = xml_element.elements['supportClipping'].text end end
support_clipping=(val)
click to toggle source
# File lib/kaltura_types.rb, line 12543 def support_clipping=(val) @support_clipping = to_b(val) end