Class: Kaltura::KalturaDeliveryProfileVodPackagerHls

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

Instance Attribute Summary collapse

Attributes inherited from KalturaDeliveryProfileVodPackagerPlayServer

#ad_stitching_enabled

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

#camelcase, #to_b, #to_params

Instance Attribute Details

#allow_fairplay_offlineObject

Returns the value of attribute allow_fairplay_offline.



16434
16435
16436
# File 'lib/kaltura_types.rb', line 16434

def allow_fairplay_offline
  @allow_fairplay_offline
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



16440
16441
16442
16443
16444
16445
# File 'lib/kaltura_types.rb', line 16440

def from_xml(xml_element)
	super
	if xml_element.elements['allowFairplayOffline'] != nil
		self.allow_fairplay_offline = xml_element.elements['allowFairplayOffline'].text
	end
end