Class InputBuilder
Default Implementation of the IInputBuilder Interface
Inheritance
System.Object
InputBuilder
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public class InputBuilder : IInputBuilder
Constructors
InputBuilder()
Declaration
public InputBuilder()
Properties
FileList
Declaration
public List<FileInfo> FileList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.IO.FileInfo> |
Methods
PrepareInputFiles(List<String>, out String)
Declaration
public Func<string, string> PrepareInputFiles(List<string> files, out string directory)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | files | |
System.String | directory |
Returns
Type | Description |
---|---|
System.Func<System.String, System.String> |