C# Class Hudl.FFmpeg.Exceptions.FFmpegTimeoutException

exception that is thrown when FFmpeg commands have passed the timeout period
Inheritance: System.Exception
显示文件 Open project: hudl/HudlFfmpeg

Public Methods

Method Description
FFmpegTimeoutException ( string arguments ) : System

Method Details

FFmpegTimeoutException() public method

public FFmpegTimeoutException ( string arguments ) : System
arguments string
return System