diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-11 13:58:50 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-11 13:58:50 -0500 |
| commit | 7f57ef068932b054eb390bba850f41af0a5437c4 (patch) | |
| tree | a199f61d48b5cb8d438d638c9522a19ad29dc9e9 /MediaBrowser.Controller/IServerApplicationPaths.cs | |
| parent | ef8b02d28543f9e9070c00877070016f032793bc (diff) | |
support configurable transcoding temporary path
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index f8b78299c..e163ac31d 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -95,10 +95,10 @@ namespace MediaBrowser.Controller string UserConfigurationDirectoryPath { get; } /// <summary> - /// Gets the FF MPEG stream cache path. + /// Gets the transcoding temporary path. /// </summary> - /// <value>The FF MPEG stream cache path.</value> - string EncodedMediaCachePath { get; } + /// <value>The transcoding temporary path.</value> + string TranscodingTempPath { get; } /// <summary> /// Gets the downloaded images data path. |
