36 if (other ==
nullptr)
return false;
37 if (mDrmInfo.
systemUUID != other->mDrmInfo.systemUUID)
return false;
38 if (mDrmInfo.
mediaFormat != other->mDrmInfo.mediaFormat)
return false;
39 if (
ocdmSystemId() != other->ocdmSystemId())
return false;
42 std::vector<uint8_t> thisKeyId;
45 std::vector<uint8_t> otherKeyId;
46 other->getKey(otherKeyId);
48 if (thisKeyId != otherKeyId)
return false;