Class: Kaltura::KalturaWidevineProfile
- Inherits:
-
KalturaDrmProfile
- Object
- KalturaObjectBase
- KalturaDrmProfile
- Kaltura::KalturaWidevineProfile
- Defined in:
- lib/kaltura_plugins/kaltura_widevine_client_plugin.rb
Instance Attribute Summary collapse
-
#iv ⇒ Object
Returns the value of attribute iv.
-
#key ⇒ Object
Returns the value of attribute key.
-
#max_gop ⇒ Object
Returns the value of attribute max_gop.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#portal ⇒ Object
Returns the value of attribute portal.
-
#reg_server_host ⇒ Object
Returns the value of attribute reg_server_host.
Attributes inherited from KalturaDrmProfile
#created_at, #default_policy, #description, #id, #license_server_url, #name, #partner_id, #provider, #status, #updated_at
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#iv ⇒ Object
Returns the value of attribute iv.
63 64 65 |
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 63 def iv @iv end |
#key ⇒ Object
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_gop ⇒ Object
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 |
#owner ⇒ Object
Returns the value of attribute owner.
64 65 66 |
# File 'lib/kaltura_plugins/kaltura_widevine_client_plugin.rb', line 64 def owner @owner end |
#portal ⇒ Object
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_host ⇒ Object
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 |