Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/media/webrtc/libwebrtcglue/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  MediaConduitErrors.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_SESSION_ERRORS_H_
#define MEDIA_SESSION_ERRORS_H_

namespace mozilla {
enum MediaConduitErrorCode {
  kMediaConduitNoError = 0,  // 0 for Success,greater than 0 imples error
  kMediaConduitSessionNotInited =
      10100,                         // Session not initialized.10100 serves as
                                     // base for the conduit errors
  kMediaConduitMalformedArgument,    // Malformed input to Conduit API
  kMediaConduitCaptureError,         // WebRTC capture APIs failed
  kMediaConduitInvalidSendCodec,     // Wrong Send codec
  kMediaConduitInvalidReceiveCodec,  // Wrong Recv Codec
  kMediaConduitCodecInUse,           // Already applied Codec
  kMediaConduitInvalidRenderer,      // Null or Wrong Renderer object
  kMediaConduitRendererFail,         // Add Render called multiple times
  kMediaConduitSendingAlready,       // Engine already trasmitting
  kMediaConduitReceivingAlready,     // Engine already receiving
  kMediaConduitTransportRegistrationFail,  // Null or wrong transport interface
  kMediaConduitInvalidTransport,           // Null or wrong transport interface
  kMediaConduitChannelError,               // Configuration Error
  kMediaConduitSocketError,             // Media Engine transport socket error
  kMediaConduitRTPRTCPModuleError,      // Couldn't start RTP/RTCP processing
  kMediaConduitRTPProcessingFailed,     // Processing incoming RTP frame failed
  kMediaConduitUnknownError,            // More information can be found in logs
  kMediaConduitExternalRecordingError,  // Couldn't start external recording
  kMediaConduitRecordingError,          // Runtime recording error
  kMediaConduitExternalPlayoutError,    // Couldn't start external playout
  kMediaConduitPlayoutError,            // Runtime playout error
  kMediaConduitMTUError,                // Can't set MTU
  kMediaConduitRTCPStatusError,         // Can't set RTCP mode
  kMediaConduitKeyFrameRequestError,    // Can't set KeyFrameRequest mode
  kMediaConduitNACKStatusError,         // Can't set NACK mode
  kMediaConduitTMMBRStatusError,        // Can't set TMMBR mode
  kMediaConduitFECStatusError,          // Can't set FEC mode
  kMediaConduitHybridNACKFECStatusError,  // Can't set Hybrid NACK / FEC mode
  kMediaConduitVideoSendStreamError       // WebRTC video send stream failure
};

}

#endif

Messung V0.5
C=94 H=99 G=96

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.