Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp167 …virtual int32_t SetDrmSystemInfoCallback(Player_MediaKeySystemInfoCallback drmSystemInfoCallback) …
215 …int32_t SetDrmSystemInfoCallback(Player_MediaKeySystemInfoCallback drmSystemInfoCallback) override;
409 int32_t NativeAVPlayerCallback::SetDrmSystemInfoCallback(Player_MediaKeySystemInfoCallback drmSyste… in SetDrmSystemInfoCallback() function in NativeAVPlayerCallback
1243 ret = playerObj->callback_->SetDrmSystemInfoCallback(callback); in OH_AVPlayer_SetMediaKeySystemInfoCallback()
1246 int32_t ret = playerObj->callback_->SetDrmSystemInfoCallback(callback); in OH_AVPlayer_SetMediaKeySystemInfoCallback()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_a_v_player.md1307 AV_ERR_INVALID_VAL:输入player为空、callback为空、player SetDrmSystemInfoCallback执行失败。
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A D_a_v_player.md1398 …nput parameter **callback** is null, or the execution of **player SetDrmSystemInfoCallback** fails.