BatchGuy.App.Eac3To.Abstracts.AbstractEAC3ToOutputNamingService.GetChapterName C# (CSharp) 메소드

GetChapterName() 공개 추상적인 메소드

public abstract GetChapterName ( EAC3ToConfiguration eac3toConfiguration, string filesOutputPath, string paddedEpisodeNumber, string episodeName ) : string
eac3toConfiguration BatchGuy.App.Eac3to.Models.EAC3ToConfiguration
filesOutputPath string
paddedEpisodeNumber string
episodeName string
리턴 string
        public abstract string GetChapterName(EAC3ToConfiguration eac3toConfiguration, string filesOutputPath, string paddedEpisodeNumber, string episodeName);