Event.parseProtection

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 event is released.

class Event
void
parseProtection
(
out string systemId
,,
out string origin
)

Parameters

systemId string

pointer to store the UUID string uniquely identifying a content protection system.

data Buffer

pointer to store a gstreamer.Buffer holding protection system specific information.

origin string

pointer to store a value that indicates where the protection information carried by event was extracted from.

Meta