C# 클래스 BatchGuy.App.MKVMerge.Services.MKVMergeOutputService

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

공개 메소드들

메소드 설명
GetAudioPart ( ) : string
GetChaptersPart ( ) : string
GetMKVMergePathPart ( ) : string
GetOutputPart ( ) : string
GetSubtitlePart ( ) : string
GetTrackOrderPart ( ) : string
GetVideoPart ( ) : string
MKVMergeOutputService ( EAC3ToConfiguration config, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService, string bluRayPath, BluRaySummaryInfo bluRaySummaryInfo ) : System

비공개 메소드들

메소드 설명
GetCompression ( string compression ) : string
GetDefaultTrackFlag ( string defaultTrackFlag ) : string
GetForcedTrackFlag ( string forcedTrackFlag ) : string
GetTrackName ( string trackName ) : string
Init ( ) : void

메소드 상세

GetAudioPart() 공개 메소드

public GetAudioPart ( ) : string
리턴 string

GetChaptersPart() 공개 메소드

public GetChaptersPart ( ) : string
리턴 string

GetMKVMergePathPart() 공개 메소드

public GetMKVMergePathPart ( ) : string
리턴 string

GetOutputPart() 공개 메소드

public GetOutputPart ( ) : string
리턴 string

GetSubtitlePart() 공개 메소드

public GetSubtitlePart ( ) : string
리턴 string

GetTrackOrderPart() 공개 메소드

public GetTrackOrderPart ( ) : string
리턴 string

GetVideoPart() 공개 메소드

public GetVideoPart ( ) : string
리턴 string

MKVMergeOutputService() 공개 메소드

public MKVMergeOutputService ( 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