Expand description
Definitions for PSSH data in the Widevine DRM system.
Modules§
- Nested message and enum types in
WidevinePsshData
.
Structs§
- Derived from WidevinePsshData. The JSON format of this proto is used in Widevine HLS DRM signaling v1. We cannot build JSON from WidevinePsshData as |key_id| is required to be in hex format, while |bytes| type is translated to base64 by JSON formatter, so we have to use |string| type and do hex conversion in the code.