Lines Matching refs:MediaKeySystem
3 Using the **MediaKeySystem** class of the DRM module, you can manage **MediaKeySystem** instances, …
45 5. Create a **MediaKeySystem** instance.
48 MediaKeySystem *mediaKeySystem = NULL;
55 6. (Optional) Declare the MediaKeySystem event listener callback.
58 // This callback applies to the scenario where there are multiple MediaKeySystem instances.
63 // This callback applies to the scenario where there is only one MediaKeySystem instance.
64 … static Drm_ErrCode SystemCallBackWithObj(MediaKeySystem *mediaKeySystem, DRM_EventType eventType,
71 7. (Optional) Set the MediaKeySystem event listener callback.
74 // This callback applies to the scenario where there are multiple MediaKeySystem instances.
80 // This callback applies to the scenario where there is only one MediaKeySystem instance.
203 14. Destroy the **MediaKeySystem** instance.