class Kaltura::KalturaDeliveryProfileVodPackagerPlayServer
Attributes
ad_stitching_enabled[RW]
Public Instance Methods
ad_stitching_enabled=(val)
click to toggle source
# File lib/kaltura_types.rb, line 12817 def ad_stitching_enabled=(val) @ad_stitching_enabled = to_b(val) end
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaDeliveryProfile#from_xml
# File lib/kaltura_types.rb, line 12821 def from_xml(xml_element) super if xml_element.elements['adStitchingEnabled'] != nil self.ad_stitching_enabled = xml_element.elements['adStitchingEnabled'].text end end