Class: Kaltura::KalturaDeliveryProfileVodPackagerPlayServer
- Inherits:
-
KalturaDeliveryProfileVod
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- KalturaDeliveryProfileVod
- Kaltura::KalturaDeliveryProfileVodPackagerPlayServer
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#ad_stitching_enabled ⇒ Object
Returns the value of attribute ad_stitching_enabled.
Attributes inherited from KalturaDeliveryProfileVod
Attributes inherited from KalturaDeliveryProfile
#created_at, #description, #extra_params, #host_name, #id, #is_default, #media_protocols, #name, #parent_id, #partner_id, #priority, #recognizer, #status, #streamer_type, #supplementary_assets_filter, #system_name, #tokenizer, #type, #updated_at, #url
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#ad_stitching_enabled ⇒ Object
Returns the value of attribute ad_stitching_enabled.
17388 17389 17390 |
# File 'lib/kaltura_types.rb', line 17388 def ad_stitching_enabled @ad_stitching_enabled end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17394 17395 17396 17397 17398 17399 |
# File 'lib/kaltura_types.rb', line 17394 def from_xml(xml_element) super if xml_element.elements['adStitchingEnabled'] != nil self.ad_stitching_enabled = xml_element.elements['adStitchingEnabled'].text end end |