C# 클래스 Hudl.FFmpeg.Command.FFmpegCommand

상속: FFCommandBase
파일 보기 프로젝트 열기: hudl/HudlFfmpeg 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FFmpegCommand System

공개 메소드들

메소드 설명
Create ( CommandFactory owner ) : FFmpegCommand
Render ( ) : List

Renders the command stream with the defualt command processor

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

비공개 메소드들

메소드 설명
FFmpegCommand ( CommandFactory owner ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( CommandFactory owner ) : FFmpegCommand
owner CommandFactory
리턴 FFmpegCommand

Render() 공개 메소드

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

Render() 공개 메소드

public Render ( System.TimeSpan timeout ) : List
timeout System.TimeSpan
리턴 List

Render() 공개 메소드

public Render ( int timeoutMilliseconds ) : List
timeoutMilliseconds int
리턴 List