C# 클래스 Business.MpcConfigBusiness

파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetSvpProcess System.Diagnostics.Process

공개 메소드들

메소드 설명
AddToSvpBlacklist ( ) : void

Adds the Natural Grounding Player to SVP's blacklist so that it doesn't affect internal players.

AutoConfigure ( Media videoStatus ) : void

Automatically starts or stops SVP and madVR based on current video requirements.

ClearLog ( ) : void

Clears SVP log files so that it doesn't display an error message when restarting.

ConfigureSettings ( ) : void

Configures MPC-HC settings to work properly with the Natural Grounding Player.

GetAviSynthVersion ( ) : AviSynthVersion
KillMpcProcesses ( ) : void

Kills any MPC-HC running instance.

StartMpc ( string fileName ) : void

Starts a MPC process without hooking into it.

비공개 메소드들

메소드 설명
GetSvpProcess ( ) : Process

Returns the SVP process.

메소드 상세

AddToSvpBlacklist() 공개 정적인 메소드

Adds the Natural Grounding Player to SVP's blacklist so that it doesn't affect internal players.
public static AddToSvpBlacklist ( ) : void
리턴 void

AutoConfigure() 공개 정적인 메소드

Automatically starts or stops SVP and madVR based on current video requirements.
public static AutoConfigure ( Media videoStatus ) : void
videoStatus DataAccess.Media The media containing performance status information.
리턴 void

ClearLog() 공개 정적인 메소드

Clears SVP log files so that it doesn't display an error message when restarting.
public static ClearLog ( ) : void
리턴 void

ConfigureSettings() 공개 정적인 메소드

Configures MPC-HC settings to work properly with the Natural Grounding Player.
public static ConfigureSettings ( ) : void
리턴 void

GetAviSynthVersion() 공개 정적인 메소드

public static GetAviSynthVersion ( ) : AviSynthVersion
리턴 AviSynthVersion

KillMpcProcesses() 공개 정적인 메소드

Kills any MPC-HC running instance.
public static KillMpcProcesses ( ) : void
리턴 void

StartMpc() 공개 정적인 메소드

Starts a MPC process without hooking into it.
public static StartMpc ( string fileName ) : void
fileName string The video file to open.
리턴 void