C# Class Business.MpcConfigBusiness

Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Private Properties

Свойство Type Description
GetSvpProcess System.Diagnostics.Process

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetSvpProcess ( ) : Process

Returns the SVP process.

Method Details

AddToSvpBlacklist() public static méthode

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

AutoConfigure() public static méthode

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.
Résultat void

ClearLog() public static méthode

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

ConfigureSettings() public static méthode

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

GetAviSynthVersion() public static méthode

public static GetAviSynthVersion ( ) : AviSynthVersion
Résultat AviSynthVersion

KillMpcProcesses() public static méthode

Kills any MPC-HC running instance.
public static KillMpcProcesses ( ) : void
Résultat void

StartMpc() public static méthode

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