Searched refs:OH_MediaKeySession_GetContentProtectionLevel (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 153 10. (可选)调用MediaKeySession类中的OH_MediaKeySession_GetContentProtectionLevel方法获取当前会话的内容保护级别。 157 ret = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, 160 printf("OH_MediaKeySession_GetContentProtectionLevel failed.");
|
/ohos5.0/docs/en/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 153 10. (Optional) Call **OH_MediaKeySession_GetContentProtectionLevel** in the **MediaKeySession** cla… 157 ret = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, 160 printf("OH_MediaKeySession_GetContentProtectionLevel failed.");
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/ |
H A D | native_mediakeysession.h | 248 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel(MediaKeySession *mediaKeySessoin,
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/ |
H A D | mediakeysessionndk_fuzzer.cpp | 327 OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &contentProtectionLevel); in FuzzTestMediaKeySessionsSetUpLicenseNdk() 328 OH_MediaKeySession_GetContentProtectionLevel(nullptr, &contentProtectionLevel); in FuzzTestMediaKeySessionsSetUpLicenseNdk()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-drm-kit/ |
H A D | native__mediakeysession_8h.md | 53 | [Drm_ErrCode](_drm.md#drm_errcode) [OH_MediaKeySession_GetContentProtectionLevel](_drm.md#oh_medi…
|
H A D | _drm.md | 133 | [Drm_ErrCode](#drm_errcode) [OH_MediaKeySession_GetContentProtectionLevel](#oh_mediakeysession_ge… 1264 ### OH_MediaKeySession_GetContentProtectionLevel() 1267 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel (MediaKeySession *mediaKeySessoin, DRM_Con…
|
/ohos5.0/docs/en/application-dev/reference/apis-drm-kit/ |
H A D | native__mediakeysession_8h.md | 53 | [Drm_ErrCode](_drm.md#drm_errcode) [OH_MediaKeySession_GetContentProtectionLevel](_drm.md#oh_medi…
|
H A D | _drm.md | 127 | [Drm_ErrCode](#drm_errcode) [OH_MediaKeySession_GetContentProtectionLevel](#oh_mediakeysession_ge… 1258 ### OH_MediaKeySession_GetContentProtectionLevel() 1261 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel (MediaKeySession *mediaKeySessoin, DRM_Con…
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysession.cpp | 263 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel(MediaKeySession *mediaKeySessoin, in OH_MediaKeySession_GetContentProtectionLevel() function
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 2937 …errNo = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLev… in filltest3() 2939 errNo = OH_MediaKeySession_GetContentProtectionLevel(nullptr, &sessionContentProtectionLevel); in filltest3() 2941 errNo = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, nullptr); in filltest3() 3364 …errNo = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLev…
|