Home
last modified time | relevance | path

Searched refs:sessionContentProtectionLevel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/drm/
H A Dnative-drm-mediakeysession-management.md156 DRM_ContentProtectionLevel sessionContentProtectionLevel;
158 &sessionContentProtectionLevel);
/ohos5.0/docs/en/application-dev/media/drm/
H A Dnative-drm-mediakeysession-management.md156 DRM_ContentProtectionLevel sessionContentProtectionLevel;
158 &sessionContentProtectionLevel);
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp2936 DRM_ContentProtectionLevel sessionContentProtectionLevel = CONTENT_PROTECTION_LEVEL_UNKNOWN; in filltest3() local
2937 …No = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLevel); in filltest3()
2939 errNo = OH_MediaKeySession_GetContentProtectionLevel(nullptr, &sessionContentProtectionLevel); in filltest3()
3363 DRM_ContentProtectionLevel sessionContentProtectionLevel = CONTENT_PROTECTION_LEVEL_UNKNOWN; variable
3364 …No = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLevel);