parse_protection
Description:
[ Version ( since = "1.6" ) ]
public void parse_protection (out unowned string system_id, out unowned Buffer data, out unowned string origin)
public void parse_protection (out unowned string system_id, out unowned Buffer data, out unowned string origin)
Parses an event containing protection system specific information and stores the results in system_id
, data
and
origin
.
The data stored in system_id
, origin
and data
are valid until this is
released.
Parameters:
this |
a PROTECTION event. |
system_id |
pointer to store the UUID string uniquely identifying a content protection system. |
data |
pointer to store a Buffer holding protection system specific information. |
origin |
pointer to store a value that indicates where the protection information carried by this was extracted from. |