C# Class BatchGuy.App.MKVMerge.Services.MKVMergeBatchFileWriteForEncodeService

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Delete ( ) : void
IsValid ( ) : bool
MKVMergeBatchFileWriteForEncodeService ( BatchGuyEAC3ToSettings batchGuyEAC3ToSettings, IDirectorySystemService directorySystemService, IAudioService audioService, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService, IEAC3ToCommonRulesValidatorService eac3ToCommonRulesValidatorService ) : System
Write ( ) : ErrorCollection

Private Methods

Méthode Description
IsAllX264EpisodeNumbersSet ( ) : bool
IsAllX264EpisodeNumbersUnique ( ) : bool

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

MKVMergeBatchFileWriteForEncodeService() public méthode

public MKVMergeBatchFileWriteForEncodeService ( BatchGuyEAC3ToSettings batchGuyEAC3ToSettings, IDirectorySystemService directorySystemService, IAudioService audioService, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService, IEAC3ToCommonRulesValidatorService eac3ToCommonRulesValidatorService ) : System
batchGuyEAC3ToSettings BatchGuy.App.Eac3To.Models.BatchGuyEAC3ToSettings
directorySystemService IDirectorySystemService
audioService IAudioService
eac3ToOutputNamingService BatchGuy.App.Eac3To.Abstracts.AbstractEAC3ToOutputNamingService
eac3ToCommonRulesValidatorService IEAC3ToCommonRulesValidatorService
Résultat System

Write() public méthode

public Write ( ) : ErrorCollection
Résultat ErrorCollection

Property Details

_log public_oe static_oe property

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