C# 클래스 BatchGuy.App.Eac3to.Services.EAC3ToOutputService

상속: IEAC3ToOutputService
파일 보기 프로젝트 열기: yaboy58/BatchGuy 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

EAC3ToOutputService() 공개 메소드

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
리턴 System

GetAudioStreamPart() 공개 메소드

public GetAudioStreamPart ( ) : string
리턴 string

GetBluRayStreamPart() 공개 메소드

public GetBluRayStreamPart ( ) : string
리턴 string

GetChapterStreamPart() 공개 메소드

public GetChapterStreamPart ( ) : string
리턴 string

GetEAC3ToPathPart() 공개 메소드

public GetEAC3ToPathPart ( ) : string
리턴 string

GetLogPart() 공개 메소드

public GetLogPart ( ) : string
리턴 string

GetShowProgressNumbersPart() 공개 메소드

public GetShowProgressNumbersPart ( ) : string
리턴 string

GetSubtitleStreamPart() 공개 메소드

public GetSubtitleStreamPart ( ) : string
리턴 string

GetVideoStreamPart() 공개 메소드

public GetVideoStreamPart ( ) : string
리턴 string