C# Class BatchGuy.App.Eac3to.Services.EAC3ToOutputService

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

Méthodes publiques

Méthode Description
EAC3ToOutputService ( EAC3ToConfiguration config, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService, string bluRayPath, BluRaySummaryInfo bluRaySummaryInfo ) : System
GetAudioStreamPart ( ) : string
GetBluRayStreamPart ( ) : string
GetChapterStreamPart ( ) : string
GetEAC3ToPathPart ( ) : string
GetLogPart ( ) : string
GetShowProgressNumbersPart ( ) : string
GetSubtitleStreamPart ( ) : string
GetVideoStreamPart ( ) : string

Private Methods

Méthode Description
Init ( ) : void

Method Details

EAC3ToOutputService() public méthode

public EAC3ToOutputService ( EAC3ToConfiguration config, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService, string bluRayPath, BluRaySummaryInfo bluRaySummaryInfo ) : System
config BatchGuy.App.Eac3to.Models.EAC3ToConfiguration
eac3ToOutputNamingService BatchGuy.App.Eac3To.Abstracts.AbstractEAC3ToOutputNamingService
bluRayPath string
bluRaySummaryInfo BatchGuy.App.Parser.Models.BluRaySummaryInfo
Résultat System

GetAudioStreamPart() public méthode

public GetAudioStreamPart ( ) : string
Résultat string

GetBluRayStreamPart() public méthode

public GetBluRayStreamPart ( ) : string
Résultat string

GetChapterStreamPart() public méthode

public GetChapterStreamPart ( ) : string
Résultat string

GetEAC3ToPathPart() public méthode

public GetEAC3ToPathPart ( ) : string
Résultat string

GetLogPart() public méthode

public GetLogPart ( ) : string
Résultat string

GetShowProgressNumbersPart() public méthode

public GetShowProgressNumbersPart ( ) : string
Résultat string

GetSubtitleStreamPart() public méthode

public GetSubtitleStreamPart ( ) : string
Résultat string

GetVideoStreamPart() public méthode

public GetVideoStreamPart ( ) : string
Résultat string