From 437062b29e3e3456c15659666d6015356695913c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 10 Jun 2014 13:36:06 -0400 Subject: switch to subtitle filter --- .../MediaEncoding/IEncodingManager.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'MediaBrowser.Controller/MediaEncoding/IEncodingManager.cs') diff --git a/MediaBrowser.Controller/MediaEncoding/IEncodingManager.cs b/MediaBrowser.Controller/MediaEncoding/IEncodingManager.cs index d1e40e3f0..8683a6af4 100644 --- a/MediaBrowser.Controller/MediaEncoding/IEncodingManager.cs +++ b/MediaBrowser.Controller/MediaEncoding/IEncodingManager.cs @@ -5,23 +5,6 @@ namespace MediaBrowser.Controller.MediaEncoding { public interface IEncodingManager { - /// - /// Gets the subtitle cache path. - /// - /// The original subtitle path. - /// The output subtitle extension. - /// System.String. - string GetSubtitleCachePath(string originalSubtitlePath, string outputSubtitleExtension); - - /// - /// Gets the subtitle cache path. - /// - /// The media path. - /// Index of the subtitle stream. - /// The output subtitle extension. - /// System.String. - string GetSubtitleCachePath(string mediaPath, int subtitleStreamIndex, string outputSubtitleExtension); - /// /// Refreshes the chapter images. /// -- cgit v1.2.3