Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/ipc/glue/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  PUtilityMediaService.ipdl   Sprache: unbekannt

 
Spracherkennung für: .ipdl vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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

include GraphicsMessages;
include protocol PRemoteMediaManager;
include protocol PVideoBridge;

using mozilla::dom::ContentParentId from "mozilla/dom/ipc/IdType.h";
using mozilla::media::MediaCodecsSupported from "MediaCodecsSupport.h";
using mozilla::RemoteMediaIn from "mozilla/RemoteMediaManagerChild.h";

#ifdef MOZ_WMF_CDM
using mozilla::MFCDMCapabilitiesIPDL from "mozilla/PMFCDM.h";
#endif

namespace mozilla {

namespace ipc {

// This protocol allows to run media related services on top of the Utility
// process.
[ParentProc=Utility, ChildProc=Parent]
protocol PUtilityMediaService
{
parent:
  async NewContentRemoteMediaManager(
            Endpoint<PRemoteMediaManagerParent> endpoint, ContentParentId parentId);

  async UpdateVar(GfxVarUpdate[] var);

#ifdef MOZ_WMF_MEDIA_ENGINE
  async InitVideoBridge(Endpoint<PVideoBridgeChild> endpoint,
                        ContentDeviceData contentDeviceData);
#endif

#ifdef MOZ_WMF_CDM
  async GetKeySystemCapabilities() returns (MFCDMCapabilitiesIPDL[] result);

  async UpdateWidevineL1Path(nsString path);
#endif

child:
  async UpdateMediaCodecsSupported(RemoteMediaIn aLocation,
                                   MediaCodecsSupported aSupported);

#ifdef MOZ_WMF_MEDIA_ENGINE
  async CompleteCreatedVideoBridge();
#endif

#ifdef MOZ_WMF_CDM
  async DisableHardwareDRM();
#endif
};

} // namespace ipc

} // namespace mozilla

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-08-25]