Show / Hide Table of Contents

Class BitStreamFilterNotFoundException

Represents an exception that is thrown when an FFmpeg bitstream filter cannot be found.

Inheritance
object
Exception
FFmpegException
BitStreamFilterNotFoundException
Implements
ISerializable
Inherited Members
FFmpegException.ThrowIfError(int)
FFmpegException.ErrorCode
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: FFmpeg.Exceptions
Assembly: FFmpeg.dll
Syntax
public class BitStreamFilterNotFoundException : FFmpegException, ISerializable
Remarks

This exception corresponds to the BitstreamFilterNotFound FFmpeg error code. It is typically thrown when attempting to create or access a bitstream filter that is unavailable in the current FFmpeg build.

Constructors

View Source

BitStreamFilterNotFoundException()

Initializes a new instance of the BitStreamFilterNotFoundException class.

Declaration
public BitStreamFilterNotFoundException()
View Source

BitStreamFilterNotFoundException(string)

Initializes a new instance of the BitStreamFilterNotFoundException class with a specified error message.

Declaration
public BitStreamFilterNotFoundException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

View Source

BitStreamFilterNotFoundException(string, Exception)

Initializes a new instance of the BitStreamFilterNotFoundException class with a specified error message and inner exception.

Declaration
public BitStreamFilterNotFoundException(string message, Exception innerException)
Parameters
Type Name Description
string message

The message that describes the error.

Exception innerException

The exception that caused this exception.

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX