The mojo CDM interface [1] currently defines it's own version of CdmConfig:
struct CdmConfig {
bool allow_distinctive_identifier;
bool allow_persistent_state;
bool use_hw_secure_codecs;
};
This should be replaced with a type converter so that media::CdmConfig can be used directly.
[1] https://cs.chromium.org/chromium/src/media/mojo/interfaces/content_decryption_module.mojom?l=31
Comment 1 by xhw...@chromium.org
, Sep 1 2017