Class: Kaltura::KalturaDeliveryProfileVodPackagerHls
- Inherits:
-
KalturaDeliveryProfileVodPackagerPlayServer
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- KalturaDeliveryProfileVod
- KalturaDeliveryProfileVodPackagerPlayServer
- Kaltura::KalturaDeliveryProfileVodPackagerHls
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#allow_fairplay_offline ⇒ Object
Returns the value of attribute allow_fairplay_offline.
Attributes inherited from KalturaDeliveryProfileVodPackagerPlayServer
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
#allow_fairplay_offline ⇒ Object
Returns the value of attribute allow_fairplay_offline.
19187 19188 19189 |
# File 'lib/kaltura_types.rb', line 19187 def allow_fairplay_offline @allow_fairplay_offline end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
19193 19194 19195 19196 19197 19198 |
# File 'lib/kaltura_types.rb', line 19193 def from_xml(xml_element) super if xml_element.elements['allowFairplayOffline'] != nil self.allow_fairplay_offline = xml_element.elements['allowFairplayOffline'].text end end |