Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/media/wmf-clearkey/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  WMFClearKeyContentEnabler.h

  Sprache: C
 

/* 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/. */


#ifndef DOM_MEDIA_PLATFORM_WMF_CLEARKEY_WMFCLEARKEYCONTENTENABLER_H
#define DOM_MEDIA_PLATFORM_WMF_CLEARKEY_WMFCLEARKEYCONTENTENABLER_H

#include <wrl.h>
#include <wrl/client.h>

#include "MFCDMExtra.h"

namespace mozilla {

// This class is used to return correct enable type.
class WMFClearKeyContentEnabler
    : public Microsoft::WRL::RuntimeClass<
          Microsoft::WRL::RuntimeClassFlags<Microsoft::WRL::ClassicCom>,
          IMFContentEnabler, Microsoft::WRL::FtmBase> {
 public:
  WMFClearKeyContentEnabler() = default;
  ~WMFClearKeyContentEnabler() = default;
  WMFClearKeyContentEnabler(const WMFClearKeyContentEnabler&) = delete;
  WMFClearKeyContentEnabler& operator=(const WMFClearKeyContentEnabler&) =
      delete;

  HRESULT RuntimeClassInitialize();

  // IMFContentEnabler
  STDMETHODIMP AutomaticEnable() override;
  STDMETHODIMP Cancel() override;
  STDMETHODIMP GetEnableData(BYTE** aData, DWORD* aDataSize) override;
  STDMETHODIMP GetEnableType(GUID* aType) override;
  STDMETHODIMP GetEnableURL(LPWSTR* aUrl, DWORD* aUrlSize,
                            MF_URL_TRUST_STATUS* aTrustStatus) override;
  STDMETHODIMP IsAutomaticSupported(BOOL* automatic) override;
  STDMETHODIMP MonitorEnable() override;
};

}  // namespace mozilla

#endif  // DOM_MEDIA_PLATFORM_WMF_CLEARKEY_WMFCLEARKEYCONTENTENABLER_H

Messung V0.5 in Prozent
C=97 H=100 G=98

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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 und die Messung sind noch experimentell.