Class: Kaltura::KalturaWidevineProfile

Inherits:
KalturaDrmProfile show all
Defined in:
lib/kaltura_plugins/kaltura_widevine_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaDrmProfile

#created_at, #default_policy, #description, #id, #license_server_url, #name, #partner_id, #provider, #status, #updated_at

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#ivObject

Returns the value of attribute iv.



63
64
65
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 63

def iv
  @iv
end

#keyObject

Returns the value of attribute key.



62
63
64
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 62

def key
  @key
end

#max_gopObject

Returns the value of attribute max_gop.



66
67
68
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 66

def max_gop
  @max_gop
end

#ownerObject

Returns the value of attribute owner.



64
65
66
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 64

def owner
  @owner
end

#portalObject

Returns the value of attribute portal.



65
66
67
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 65

def portal
  @portal
end

#reg_server_hostObject

Returns the value of attribute reg_server_host.



67
68
69
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 67

def reg_server_host
  @reg_server_host
end