diff options
| author | artiume <siderite@gmail.com> | 2020-05-25 17:43:26 -0400 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2020-05-26 18:29:58 +0300 |
| commit | 62e47d056d81a6f835050446be130e0a00e55150 (patch) | |
| tree | eb42ee152a3c59cb4619f5bf8938b326dd23cf21 /MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs | |
| parent | 0eb5791c702fb75ad74775ce41158cac8ef55d26 (diff) | |
Update IMediaEncoder.cs
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs b/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs index 6fa3bed48..393a411a1 100644 --- a/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs +++ b/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs @@ -27,21 +27,21 @@ namespace MediaBrowser.Controller.MediaEncoding string EncoderPath { get; } /// <summary> - /// Supportses the encoder. + /// Whether given encoder codec is supported. /// </summary> /// <param name="encoder">The encoder.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> bool SupportsEncoder(string encoder); /// <summary> - /// Supportses the decoder. + /// Whether given decoder codec is supported. /// </summary> /// <param name="decoder">The decoder.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> bool SupportsDecoder(string decoder); /// <summary> - /// Supportses the hwaccel. + /// Whether given hardware acceleration type is supported. /// </summary> /// <param name="hwaccel">The hwaccel.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> |
