浏览代码

Update IMediaEncoder.cs

artiume 5 年之前
父节点
当前提交
62e47d056d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs

+ 3 - 3
MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs

@@ -27,21 +27,21 @@ namespace MediaBrowser.Controller.MediaEncoding
         string EncoderPath { get; }
         string EncoderPath { get; }
 
 
         /// <summary>
         /// <summary>
-        /// Supportses the encoder.
+        /// Whether given encoder codec is supported.
         /// </summary>
         /// </summary>
         /// <param name="encoder">The encoder.</param>
         /// <param name="encoder">The encoder.</param>
         /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
         /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
         bool SupportsEncoder(string encoder);
         bool SupportsEncoder(string encoder);
 
 
         /// <summary>
         /// <summary>
-        /// Supportses the decoder.
+        /// Whether given decoder codec is supported.
         /// </summary>
         /// </summary>
         /// <param name="decoder">The decoder.</param>
         /// <param name="decoder">The decoder.</param>
         /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
         /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
         bool SupportsDecoder(string decoder);
         bool SupportsDecoder(string decoder);
 
 
         /// <summary>
         /// <summary>
-        /// Supportses the hwaccel.
+        /// Whether given hardware acceleration type is supported.
         /// </summary>
         /// </summary>
         /// <param name="hwaccel">The hwaccel.</param>
         /// <param name="hwaccel">The hwaccel.</param>
         /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
         /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>