DRM_MediaKeyRequest
typedef struct DRM_MediaKeyRequest {...} DRM_MediaKeyRequest
Overview
The struct describes a media key request.
Since: 11
Related module: Drm
Header file: native_drm_common.h
Summary
Member Variables
| Name | Description |
|---|---|
| DRM_MediaKeyRequestType type | Type of the media key request. |
| int32_t dataLen | Length of data in the media key request. |
| uint8_t data[MAX_MEDIA_KEY_REQUEST_DATA_LEN] | Data in the media key request. |
| char defaultUrl[MAX_DEFAULT_URL_LEN] | URL of the media key server to which the media key request is sent. |
你可能感兴趣的鸿蒙文章
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-native-mediakeysession-h
openharmony 鸿蒙 capi-drm-drm-mediakeyrequestinfo