Interface IFilterConfiguration
Stream filter configuration
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public interface IFilterConfiguration
Properties
Filters
Filter with name and values
Declaration
Dictionary<string, string> Filters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
FilterType
Type of filter
Declaration
string FilterType { get; }
Property Value
Type | Description |
---|---|
System.String |
StreamNumber
Stream filter number
Declaration
int StreamNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |