C# 클래스 MPTagThat.Core.MP3Val

파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
StdErrDataReceived ( object sendingProc, DataReceivedEventArgs errLine ) : void
StdOutDataReceived ( object sendingProc, DataReceivedEventArgs e ) : void
ValidateOrFixFile ( string mp3file, bool fix ) : List

메소드 상세

ExecuteProcReturnStdOut() 공개 정적인 메소드

Executes commandline processes and parses their output
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
리턴 List

FixMp3File() 공개 정적인 메소드

public static FixMp3File ( string fileName, string &strError ) : Util.MP3Error
fileName string
strError string
리턴 Util.MP3Error

ValidateMp3File() 공개 정적인 메소드

public static ValidateMp3File ( string fileName, string &strError ) : Util.MP3Error
fileName string
strError string
리턴 Util.MP3Error