Table of Contents

Struct StreamError

Namespace
Gst
Assembly
Gst-1.0.dll

Contains all error codes of the StreamError error-domain.

public readonly ref struct StreamError
Inherited Members

Constructors

StreamError(int)

Creates a new error in the StreamError domain with a given error code.

public StreamError(int errorCode)

Parameters

errorCode int

A specific error code of the domain

Properties

Any

Can be used to match a GException with any error code of the "StreamError" error-domain.

public static Quark Any { get; }

Property Value

Quark

CodecNotFound

Can be used to match a GException with the "CodecNotFound" code (6).

public static StreamError CodecNotFound { get; }

Property Value

StreamError

Decode

Can be used to match a GException with the "Decode" code (7).

public static StreamError Decode { get; }

Property Value

StreamError

Decrypt

Can be used to match a GException with the "Decrypt" code (12).

public static StreamError Decrypt { get; }

Property Value

StreamError

DecryptNokey

Can be used to match a GException with the "DecryptNokey" code (13).

public static StreamError DecryptNokey { get; }

Property Value

StreamError

Demux

Can be used to match a GException with the "Demux" code (9).

public static StreamError Demux { get; }

Property Value

StreamError

Encode

Can be used to match a GException with the "Encode" code (8).

public static StreamError Encode { get; }

Property Value

StreamError

Failed

Can be used to match a GException with the "Failed" code (1).

public static StreamError Failed { get; }

Property Value

StreamError

Format

Can be used to match a GException with the "Format" code (11).

public static StreamError Format { get; }

Property Value

StreamError

Mux

Can be used to match a GException with the "Mux" code (10).

public static StreamError Mux { get; }

Property Value

StreamError

NotImplemented

Can be used to match a GException with the "NotImplemented" code (3).

public static StreamError NotImplemented { get; }

Property Value

StreamError

NumErrors

Can be used to match a GException with the "NumErrors" code (14).

public static StreamError NumErrors { get; }

Property Value

StreamError

TooLazy

Can be used to match a GException with the "TooLazy" code (2).

public static StreamError TooLazy { get; }

Property Value

StreamError

TypeNotFound

Can be used to match a GException with the "TypeNotFound" code (4).

public static StreamError TypeNotFound { get; }

Property Value

StreamError

WrongType

Can be used to match a GException with the "WrongType" code (5).

public static StreamError WrongType { get; }

Property Value

StreamError

Operators

implicit operator ErrorCode(StreamError)

Converts a StreamError into a ErrorCode which can be used to match a GException.

public static implicit operator ErrorCode(StreamError e)

Parameters

e StreamError

Returns

ErrorCode