Searched refs:OH_AudioCodec_SetDecryptionConfig (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _audio_codec.md | 47 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_SetDecryptionConfig](#oh_audiocodec_setdecry… 343 ### OH_AudioCodec_SetDecryptionConfig() 346 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig (OH_AVCodec *codec, MediaKeySession *mediaKeySession…
|
H A D | native__avcodec__audiocodec_8h.md | 37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_SetDecryptionConfig](_audio_codec.md#oh_audi…
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_audiocodec.h | 297 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession,
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | audio-decoding.md | 150 4. (可选)OH_AudioCodec_SetDecryptionConfig设置解密配置。当获取到DRM信息(参考[音视频解封装](audio-video-demuxer.md)开发步骤第4步)… 192 ret = OH_AudioCodec_SetDecryptionConfig(audioDec_, session, secureAudio);
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _audio_codec.md | 47 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_SetDecryptionConfig](#oh_audiocodec_setdecry… 369 ### OH_AudioCodec_SetDecryptionConfig() 372 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig (OH_AVCodec *codec, MediaKeySession *mediaKeySession…
|
H A D | native__avcodec__audiocodec_8h.md | 37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_SetDecryptionConfig](_audio_codec.md#oh_audi…
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_audio_codec.cpp | 467 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_AudioCodec_SetDecryptionConfig() function 498 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_AudioCodec_SetDecryptionConfig() function
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-decoding.md | 152 4. (Optional) Call **OH_AudioCodec_SetDecryptionConfig** to set the decryption configuration. Call … 194 ret = OH_AudioCodec_SetDecryptionConfig(audioDec_, session, secureAudio);
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 209 errNo = OH_AudioCodec_SetDecryptionConfig(audioDec_, session, false); in RunDrmCase()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_avbuffer_capi_unit_test.cpp | 2905 …int32_t ret = OH_AudioCodec_SetDecryptionConfig(audioDec_, mediaKeySystemMock->GetMediaKeySession(…
|