/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// This is the implementation for EME API's MediaKeySession. // TODO : add a way to assert thread usage. It would only be used on the media // supervisor thread pool. class WMFClearKeySession final
: public Microsoft::WRL::RuntimeClass<
Microsoft::WRL::RuntimeClassFlags<Microsoft::WRL::ClassicCom>,
IMFContentDecryptionModuleSession, Microsoft::WRL::FtmBase> { public:
WMFClearKeySession() = default;
~WMFClearKeySession();
WMFClearKeySession(const WMFClearKeySession&) = delete;
WMFClearKeySession& operator=(const WMFClearKeySession&) = delete;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.