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
Namespace: FFmpeg.Filters
Assembly: FFmpeg.dll
Syntax
public readonly struct FilterPad : IAVPointer<_AVFilterPad>
Properties
View SourceMediaType
Gets the media type handled by this filter pad (e.g., video, audio).
Declaration
public MediaType MediaType { get; }
Property Value
| Type | Description |
|---|---|
| MediaType |
Name
Gets the name of this filter pad.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
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. |