aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/IImageEncoder.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-09 01:20:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-09 01:20:23 -0400
commitb9c656e859fe28ed6a66580d1eb5577bd50264e6 (patch)
treeb1149cb31bc6be25bb30e416195f7228a276d987 /Emby.Drawing/IImageEncoder.cs
parent6e6ce82cf6d8418c83d4090b19b7d29f036b3aa0 (diff)
added out of network bitrate limit
Diffstat (limited to 'Emby.Drawing/IImageEncoder.cs')
-rw-r--r--Emby.Drawing/IImageEncoder.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Drawing/IImageEncoder.cs b/Emby.Drawing/IImageEncoder.cs
index 83a59a002..29261dbdb 100644
--- a/Emby.Drawing/IImageEncoder.cs
+++ b/Emby.Drawing/IImageEncoder.cs
@@ -44,5 +44,10 @@ namespace Emby.Drawing
/// </summary>
/// <param name="options">The options.</param>
void CreateImageCollage(ImageCollageOptions options);
+ /// <summary>
+ /// Gets the name.
+ /// </summary>
+ /// <value>The name.</value>
+ string Name { get; }
}
}