/ohos5.0/docs/en/application-dev/reference/apis-drm-kit/ |
H A D | _d_r_m___keys_info.md | 1 # DRM_KeysInfo chapter 6 The DRM_KeysInfo struct describes the information about media keys.
|
H A D | Readme-EN.md | 14 - [DRM_KeysInfo](_d_r_m___keys_info.md)
|
H A D | native__drm__common_8h.md | 30 | struct [DRM_KeysInfo](_d_r_m___keys_info.md) | Describes the information about media keys.| 80 | typedef struct [DRM_KeysInfo](_d_r_m___keys_info.md) [DRM_KeysInfo](_drm.md#drm_keysinfo) | Defin…
|
H A D | native__mediakeysession_8h.md | 35 …sion_KeyChangeCallback](_drm.md#mediakeysession_keychangecallback)) ([DRM_KeysInfo](_d_r_m___keys_… 38 …ack)) ([MediaKeySession](_drm.md#mediakeysession) \*mediaKeySessoin, [DRM_KeysInfo](_d_r_m___keys_…
|
H A D | _drm.md | 32 | struct [DRM_KeysInfo](_d_r_m___keys_info.md) | Describes the information about media keys.| 84 | typedef struct [DRM_KeysInfo](_d_r_m___keys_info.md) [DRM_KeysInfo](#drm_keysinfo) | Defines a st… 176 | uint32_t [DRM_KeysInfo::keysInfoCount](#keysinfocount) | Number of media keys in the key informat… 177 | uint8_t [DRM_KeysInfo::keyId](#keyid) [[MAX_KEY_INFO_COUNT](#max_key_info_count)][[MAX_KEY_ID_LEN… 557 ### DRM_KeysInfo subsection 560 typedef struct DRM_KeysInfo DRM_KeysInfo 791 typedef Drm_ErrCode(* MediaKeySession_KeyChangeCallback) (DRM_KeysInfo *keysInfo, bool newKeysAvail… 896 …MediaKeySession_KeyChangeCallback) (MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool… 2191 uint8_t DRM_KeysInfo::keyId[MAX_KEY_INFO_COUNT][MAX_KEY_ID_LEN] 2202 uint32_t DRM_KeysInfo::keysInfoCount [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-drm-kit/ |
H A D | _drm.md | 38 | struct [DRM_KeysInfo](_d_r_m___keys_info.md) | 媒体密钥信息。 | 90 | typedef struct [DRM_KeysInfo](_d_r_m___keys_info.md) [DRM_KeysInfo](#drm_keysinfo) | 媒体密钥信息。 | 182 | uint32_t [DRM_KeysInfo::keysInfoCount](#keysinfocount) | 密钥信息中的媒体密钥数量。 | 183 | uint8_t [DRM_KeysInfo::keyId](#keyid) [[MAX_KEY_INFO_COUNT](#max_key_info_count)][[MAX_KEY_ID_LEN… 563 ### DRM_KeysInfo subsection 566 typedef struct DRM_KeysInfo DRM_KeysInfo 797 typedef Drm_ErrCode(* MediaKeySession_KeyChangeCallback) (DRM_KeysInfo *keysInfo, bool newKeysAvail… 902 …MediaKeySession_KeyChangeCallback) (MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool… 2197 uint8_t DRM_KeysInfo::keyId[MAX_KEY_INFO_COUNT][MAX_KEY_ID_LEN] 2208 uint32_t DRM_KeysInfo::keysInfoCount [all …]
|
H A D | native__drm__common_8h.md | 30 | struct [DRM_KeysInfo](_d_r_m___keys_info.md) | 媒体密钥信息。 | 80 | typedef struct [DRM_KeysInfo](_d_r_m___keys_info.md) [DRM_KeysInfo](_drm.md#drm_keysinfo) | 媒体密钥信…
|
H A D | _d_r_m___keys_info.md | 1 # DRM_KeysInfo chapter
|
H A D | native__mediakeysession_8h.md | 35 …sion_KeyChangeCallback](_drm.md#mediakeysession_keychangecallback)) ([DRM_KeysInfo](_d_r_m___keys_… 38 …ack)) ([MediaKeySession](_drm.md#mediakeysession) \*mediaKeySessoin, [DRM_KeysInfo](_d_r_m___keys_…
|
H A D | Readme-CN.md | 14 - [DRM_KeysInfo](_d_r_m___keys_info.md)
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/ |
H A D | native_mediakeysession.h | 72 typedef Drm_ErrCode (*MediaKeySession_KeyChangeCallback)(DRM_KeysInfo *keysInfo, bool newKeysAvail… 113 …e (*OH_MediaKeySession_KeyChangeCallback)(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo,
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/ |
H A D | native_drm_common.h | 395 typedef struct DRM_KeysInfo { struct 402 } DRM_KeysInfo; typedef
|
H A D | native_drm_object.h | 250 DRM_KeysInfo info; in SendEventKeyChanged()
|
/ohos5.0/docs/zh-cn/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 33 static Drm_ErrCode SessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool newKeysAvailable) 44 …ode SessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool…
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/ |
H A D | mediakeysessionndk_fuzzer.cpp | 71 Drm_ErrCode TestSessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool hasNewGoodKeys) in TestSessoinKeyChangeCallBack() 95 Drm_ErrCode TestSessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *key… in TestSessoinKeyChangeCallBackWithObj()
|
/ohos5.0/docs/en/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 33 static Drm_ErrCode SessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool newKeysAvailable) 44 …ode SessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool…
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
H A D | mediakeydecryptndk_fuzzer.cpp | 70 Drm_ErrCode TestSessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool hasNewGoodKeys) in TestSessoinKeyChangeCallBack()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 207 Drm_ErrCode TestSessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool hasNewGoodKeys) in TestSessoinKeyChangeCallBack() 253 Drm_ErrCode TestSessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *key… in TestSessoinKeyChangeCallBackWithObj()
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 3855 - [DRM_KeysInfo](reference/apis-drm-kit/_d_r_m___keys_info.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3714 - [DRM_KeysInfo](reference/apis-drm-kit/_d_r_m___keys_info.md)
|