Class: Kaltura::KalturaDeliveryProfileAkamaiHds
- Inherits:
-
KalturaDeliveryProfile
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- Kaltura::KalturaDeliveryProfileAkamaiHds
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#support_clipping ⇒ Object
Should we use timing parameters - clipTo / seekFrom.
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
#support_clipping ⇒ Object
Should we use timing parameters - clipTo / seekFrom
12785 12786 12787 |
# File 'lib/kaltura_types.rb', line 12785 def support_clipping @support_clipping end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
12791 12792 12793 12794 12795 12796 |
# File 'lib/kaltura_types.rb', line 12791 def from_xml(xml_element) super if xml_element.elements['supportClipping'] != nil self.support_clipping = xml_element.elements['supportClipping'].text end end |