Property | Type | Description | |
---|---|---|---|
SocketTimeout | int | ||
baseSettings | string>.Dictionary |
Method | Description | |
---|---|---|
GetAuthSetting ( string name ) : object | ||
GetFFMPEGSubtitleArguments ( int subtitleFileCount, int subtitileCount, string languageCode, string language ) : string | ||
LoadSettings ( string settings ) : void | ||
ReMux ( string inputfile, string inputs, string subtileargs, Format formats, string audiolanguagecode, string audiolanguage, double initialPercent, double percentIncrement, |
||
SetLoginError ( |
||
SetWebError ( |
public GetAuthSetting ( string name ) : object | ||
name | string | |
return | object |
public GetFFMPEGSubtitleArguments ( int subtitleFileCount, int subtitileCount, string languageCode, string language ) : string | ||
subtitleFileCount | int | |
subtitileCount | int | |
languageCode | string | |
language | string | |
return | string |
public LoadSettings ( string settings ) : void | ||
settings | string | |
return | void |
public ReMux ( string inputfile, string inputs, string subtileargs, Format formats, string audiolanguagecode, string audiolanguage, double initialPercent, double percentIncrement, |
||
inputfile | string | |
inputs | string | |
subtileargs | string | |
formats | Format | |
audiolanguagecode | string | |
audiolanguage | string | |
initialPercent | double | |
percentIncrement | double | |
dinfo | ||
progress | IProgress |
|
token | ||
return | Task |
public SetLoginError ( |
||
resp | ||
return | void |