Difference between revisions of "GetPlayReadyLicenseInfo"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description= |Parameters= {{Api_Parameter| ParamName=token |ParamType=String |ParamRequired=required |ParamDescription=A valid token for identifying the ...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Api_Method_Spec|
 
{{Api_Method_Spec|
Description=
+
Description=This method gets information about playback to be used on PlayReady Issuer.
  
  
Line 14: Line 14:
 
ParamName=drmKeyId
 
ParamName=drmKeyId
 
|ParamType=String
 
|ParamType=String
|ParamRequired=optional
+
|ParamRequired=required
 
|ParamDescription=Media DRM key Id
 
|ParamDescription=Media DRM key Id
 
}}
 
}}
Line 20: Line 20:
  
 
|Returns=
 
|Returns=
 
+
<span style="color: #a11;">TO BE COMPLETED</span>
  
  

Latest revision as of 08:25, 23 September 2015

Description

This method gets information about playback to be used on PlayReady Issuer.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • drmKeyId (String, required)
Media DRM key Id


Returns

TO BE COMPLETED


Exceptions

  • None


Caching

This method is not cached.


Known issues

  • None


Version history

TO BE COMPLETED


See also