Show / Hide Table of Contents

Struct FilterPad

Represents a single filter pad, which is used for connecting filter inputs and outputs in an FFmpeg filter graph.

Implements
IAVPointer<_AVFilterPad>
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: FFmpeg.Filters
Assembly: FFmpeg.dll
Syntax
public readonly struct FilterPad : IAVPointer<_AVFilterPad>

Properties

View Source

MediaType

Gets the media type handled by this filter pad (e.g., video, audio).

Declaration
public MediaType MediaType { get; }
Property Value
Type Description
MediaType
View Source

Name

Gets the name of this filter pad.

Declaration
public string Name { get; }
Property Value
Type Description
string

Methods

View Source

ToString()

Returns the name of the filter pad as a string.

Declaration
public override string ToString()
Returns
Type Description
string

The name of the filter pad.

Overrides
ValueType.ToString()

Implements

IAVPointer<T>
  • View Source
In this article
Back to top Generated by DocFX