C# Class BatchGuy.App.FFMSIndex.Services.FFMSIndexOutputService

Inheritance: IFFMSIndexOutputService
Show file Open project: yaboy58/BatchGuy Class Usage Examples

Public Methods

Method Description
FFMSIndexOutputService ( EAC3ToConfiguration config, AbstractEAC3ToOutputNamingService eac3ToOutputNamingService, string bluRayPath, BluRaySummaryInfo bluRaySummaryInfo ) : System
GetFFMSIndexPathPart ( ) : string
GetVideoStreamPart ( ) : string

Private Methods

Method Description
Init ( ) : void

Method Details

FFMSIndexOutputService() public method

public FFMSIndexOutputService ( 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
return System

GetFFMSIndexPathPart() public method

public GetFFMSIndexPathPart ( ) : string
return string

GetVideoStreamPart() public method

public GetVideoStreamPart ( ) : string
return string