Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  MediaDataCodec.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 MEDIA_DATA_CODEC_H_
#define MEDIA_DATA_CODEC_H_

#include <memory>

#include "MediaCodecsSupport.h"
#include "PerformanceRecorder.h"
#include "api/video/video_codec_type.h"
#include "api/video_codecs/sdp_video_format.h"

namespace mozilla {

class EncoderConfig;
class WebrtcVideoDecoder;
class WebrtcVideoEncoder;
class MediaDataCodec {
 public:
  /**
   * Return whether the codec given by aFormat is supported for encoding.
   */

  static media::EncodeSupportSet SupportsEncoderCodec(
      const webrtc::SdpVideoFormat& aFormat);

  /**
   * Return whether the codec as described in the passed EncoderConfig
   * is supported for encoding. Uses PEMFactory::Supports().
   */

  static media::EncodeSupportSet SupportsEncoderCodec(
      const EncoderConfig& aConfig);

  /**
   * Create encoder object for codec format |aFormat|. Return |nullptr| when
   * failed.
   */

  static std::unique_ptr<WebrtcVideoEncoder> CreateEncoder(
      const webrtc::SdpVideoFormat& aFormat);

  /**
   * Mime-level support check. For the deeper check used by
   * MediaCapabilities, see WebrtcMediaDataDecoder::Supports.
   */

  static media::DecodeSupportSet SupportsDecoderCodec(
      webrtc::VideoCodecType aCodecType);

  /**
   * Create decoder object for codec type |aCodecType|. Return |nullptr| when
   * failed.
   */

  static std::unique_ptr<WebrtcVideoDecoder> CreateDecoder(
      webrtc::VideoCodecType aCodecType, TrackingId aTrackingId);
};
}  // namespace mozilla

#endif  // MEDIA_DATA_CODEC_H_

Messung V0.5 in Prozent
C=90 H=100 G=95

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.11Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-08-26) ¤

*Eine klare Vorstellung vom Zielzustand






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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579