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
errorCodeintA 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
CodecNotFound
Can be used to match a GException with the "CodecNotFound" code (6).
public static StreamError CodecNotFound { get; }
Property Value
Decode
Can be used to match a GException with the "Decode" code (7).
public static StreamError Decode { get; }
Property Value
Decrypt
Can be used to match a GException with the "Decrypt" code (12).
public static StreamError Decrypt { get; }
Property Value
DecryptNokey
Can be used to match a GException with the "DecryptNokey" code (13).
public static StreamError DecryptNokey { get; }
Property Value
Demux
Can be used to match a GException with the "Demux" code (9).
public static StreamError Demux { get; }
Property Value
Encode
Can be used to match a GException with the "Encode" code (8).
public static StreamError Encode { get; }
Property Value
Failed
Can be used to match a GException with the "Failed" code (1).
public static StreamError Failed { get; }
Property Value
Format
Can be used to match a GException with the "Format" code (11).
public static StreamError Format { get; }
Property Value
Mux
Can be used to match a GException with the "Mux" code (10).
public static StreamError Mux { get; }
Property Value
NotImplemented
Can be used to match a GException with the "NotImplemented" code (3).
public static StreamError NotImplemented { get; }
Property Value
NumErrors
Can be used to match a GException with the "NumErrors" code (14).
public static StreamError NumErrors { get; }
Property Value
TooLazy
Can be used to match a GException with the "TooLazy" code (2).
public static StreamError TooLazy { get; }
Property Value
TypeNotFound
Can be used to match a GException with the "TypeNotFound" code (4).
public static StreamError TypeNotFound { get; }
Property Value
WrongType
Can be used to match a GException with the "WrongType" code (5).
public static StreamError WrongType { get; }
Property Value
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)