Method | Description | |
---|---|---|
ExecuteProcReturnStdOut ( string aArguments, int aExpectedTimeoutMs ) : List |
Executes commandline processes and parses their output
|
|
FixMp3File ( string fileName, string &strError ) : Util.MP3Error | ||
ValidateMp3File ( string fileName, string &strError ) : Util.MP3Error |
Method | Description | |
---|---|---|
StdErrDataReceived ( object sendingProc, |
||
StdOutDataReceived ( object sendingProc, |
||
ValidateOrFixFile ( string mp3file, bool fix ) : List |
public static ExecuteProcReturnStdOut ( string aArguments, int aExpectedTimeoutMs ) : List |
||
aArguments | string | The arguments to supply for the given process |
aExpectedTimeoutMs | int | How long the function will wait until the tool's execution will be aborted |
return | List |
public static FixMp3File ( string fileName, string &strError ) : Util.MP3Error | ||
fileName | string | |
strError | string | |
return | Util.MP3Error |
public static ValidateMp3File ( string fileName, string &strError ) : Util.MP3Error | ||
fileName | string | |
strError | string | |
return | Util.MP3Error |