C# Class BatchGuy.App.X264.Services.X264ValidationService

Inheritance: IX264ValidationService
Afficher le fichier Open project: yaboy58/BatchGuy Class Usage Examples

Méthodes publiques

Свойство Type Description
_log log4net.ILog

Méthodes publiques

Méthode Description
Validate ( ) : ErrorCollection
X264ValidationService ( X264FileSettings x264FileSettings, List x264Files ) : System

Private Methods

Méthode Description
AllAviSynthFilesHaveEncodeName ( ) : bool
AllEncodeNamesAreUnique ( ) : bool
AllEncodeNamesHaveAnMatraskaExtension ( ) : bool
IsValid ( ) : bool
SettingsAndFilesNotNull ( ) : bool
X264EncodeAndLogFileOutputDirectoryPathNotNull ( ) : bool
X264LogFileOutputDirectoryPathNotNullWhenSaveLogToDifferentDirectory ( ) : bool

Method Details

Validate() public méthode

public Validate ( ) : ErrorCollection
Résultat ErrorCollection

X264ValidationService() public méthode

public X264ValidationService ( X264FileSettings x264FileSettings, List x264Files ) : System
x264FileSettings BatchGuy.App.X264.Models.X264FileSettings
x264Files List
Résultat System

Property Details

_log public_oe static_oe property

public static ILog,log4net _log
Résultat log4net.ILog