class Kaltura::KalturaDeliveryProfileVodPackagerHls

Attributes

allow_fairplay_offline[RW]

Public Instance Methods

allow_fairplay_offline=(val) click to toggle source
# File lib/kaltura_types.rb, line 17100
def allow_fairplay_offline=(val)
        @allow_fairplay_offline = to_b(val)
end
from_xml(xml_element) click to toggle source
# File lib/kaltura_types.rb, line 17104
def from_xml(xml_element)
        super
        if xml_element.elements['allowFairplayOffline'] != nil
                self.allow_fairplay_offline = xml_element.elements['allowFairplayOffline'].text
        end
end