Class: Kaltura::KalturaDeliveryProfileVod

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

Instance Attribute Summary collapse

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

#simulive_supportObject

Returns the value of attribute simulive_support.



13049
13050
13051
# File 'lib/kaltura_types.rb', line 13049

def simulive_support
  @simulive_support
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



13055
13056
13057
13058
13059
13060
# File 'lib/kaltura_types.rb', line 13055

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