C# Class Hudl.FFmpeg.Command.FFmpegCommand

Inheritance: FFCommandBase
Mostra file Open project: hudl/HudlFfmpeg Class Usage Examples

Private Properties

Property Type Description
FFmpegCommand System

Public Methods

Method Description
Create ( CommandFactory owner ) : FFmpegCommand
Render ( ) : List

Renders the command stream with the defualt command processor

Render ( System.TimeSpan timeout ) : List
Render ( int timeoutMilliseconds ) : List

Private Methods

Method Description
FFmpegCommand ( CommandFactory owner ) : System

Method Details

Create() public static method

public static Create ( CommandFactory owner ) : FFmpegCommand
owner CommandFactory
return FFmpegCommand

Render() public method

Renders the command stream with the defualt command processor
public Render ( ) : List
return List

Render() public method

public Render ( System.TimeSpan timeout ) : List
timeout System.TimeSpan
return List

Render() public method

public Render ( int timeoutMilliseconds ) : List
timeoutMilliseconds int
return List