Home
last modified time | relevance | path

Searched refs:OH_MediaKeySession_GetContentProtectionLevel (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/drm/
H A Dnative-drm-mediakeysession-management.md153 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 Dnative-drm-mediakeysession-management.md153 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 Dnative_mediakeysession.h248 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel(MediaKeySession *mediaKeySessoin,
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A Dmediakeysessionndk_fuzzer.cpp327 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 Dnative__mediakeysession_8h.md53 | [Drm_ErrCode](_drm.md#drm_errcode) [OH_MediaKeySession_GetContentProtectionLevel](_drm.md#oh_medi…
H A D_drm.md133 | [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 Dnative__mediakeysession_8h.md53 | [Drm_ErrCode](_drm.md#drm_errcode) [OH_MediaKeySession_GetContentProtectionLevel](_drm.md#oh_medi…
H A D_drm.md127 | [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 Dnative_mediakeysession.cpp263 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 Ddrm_framework_unittest.cpp2937 …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…