DRM_PsshInfo
typedef struct DRM_PsshInfo {...} DRM_PsshInfo
Overview
The struct describes the Protection System Specific Header (PSSH) data for a DRM system.
Since: 11
Related module: Drm
Header file: native_drm_common.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint8_t uuid[DRM_UUID_LEN] | UUID identifying the DRM system for the PSSH data. |
| int32_t dataLen | Length of the PSSH data payload. |
| uint8_t data[MAX_PSSH_DATA_LEN] | PSSH data payload. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-drm-drm-mediakeysystemdescription
openharmony 鸿蒙 capi-drm-drm-offlinemediakeyidarray
openharmony 鸿蒙 arkts-apis-drm-MediaKeySession
openharmony 鸿蒙 capi-drm-drm-keysinfo
openharmony 鸿蒙 capi-native-mediakeysystem-h
openharmony 鸿蒙 capi-drm-drm-mediakeyrequest
openharmony 鸿蒙 capi-native-mediakeysession-h