Searched refs:hdiMediaKeyRequestInfo (Results 1 – 1 of 1) sorted by relevance
109 OHOS::HDI::Drm::V1_0::MediaKeyRequestInfo hdiMediaKeyRequestInfo; in GenerateMediaKeyRequest() local114 …hdiMediaKeyRequestInfo.mediaKeyType = (OHOS::HDI::Drm::V1_0::MediaKeyType)licenseRequestInfo.media… in GenerateMediaKeyRequest()115 hdiMediaKeyRequestInfo.mimeType = licenseRequestInfo.mimeType; in GenerateMediaKeyRequest()116 …hdiMediaKeyRequestInfo.initData.assign(licenseRequestInfo.initData.begin(), licenseRequestInfo.ini… in GenerateMediaKeyRequest()119 hdiMediaKeyRequestInfo.optionalData.insert(std::make_pair(it->first, it->second)); in GenerateMediaKeyRequest()124 ret = hdiMediaKeySession_->GenerateMediaKeyRequest(hdiMediaKeyRequestInfo, hdiMediaKeyRequest); in GenerateMediaKeyRequest()