• Documentation
  • Api
  • Xabe.FFmpeg
  • InputBuilder
Show / Hide Table of Contents
  • System
    • TimeExtensions
  • Xabe.FFmpeg
    • AudioCodec
    • AudioStream
    • BitstreamFilter
    • Conversion
    • ConversionPreset
    • ConversionQueue
    • ConversionQueue.ConversionQueueEventHandler
    • FFmpeg
    • Flag
    • Format
    • HardwareAccelerator
    • Hash
    • IAudioStream
    • IConversion
    • IConversionResult
    • IFilterConfiguration
    • IInputBuilder
    • IMediaInfo
    • InputBuilder
    • IProbe
    • IStream
    • ISubtitleStream
    • IVideoStream
    • MediaInfo
    • ParameterPosition
    • PixelFormat
    • Position
    • Probe
    • RotateDegrees
    • StreamType
    • SubtitleStream
    • VideoCodec
    • VideoSize
    • VideoStream
  • Xabe.FFmpeg.Downloader
    • FFmpegDownloader
    • FFmpegVersion
    • IFFMpegDownloaderBase
  • Xabe.FFmpeg.Events
    • ConversionProgressEventArgs
    • ConversionProgressEventHandler
  • Xabe.FFmpeg.Exceptions
    • ConversionException
    • FFmpegNoSuitableOutputFormatFoundException
    • FFmpegNotFoundException
    • HardwareAcceleratorNotFoundException
    • InvalidBitstreamFilterException
    • InvalidInputException
    • UnknownDecoderException

Class InputBuilder

Default Implementation of the IInputBuilder Interface

Inheritance
System.Object
InputBuilder
Implements
IInputBuilder
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>

Implements

IInputBuilder
In This Article
  • Constructors
    • InputBuilder()
  • Properties
    • FileList
  • Methods
    • PrepareInputFiles(List<String>, out String)
  • Implements
Back to top Xabe