Skip to content

Commit 03e4cdd

Browse files
committed
Whoops. Needed a doc here.
1 parent 346de18 commit 03e4cdd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OpusSharp.Core/Interfaces/IOpusDecoder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// ReSharper disable ClassNeverInstantiated.Global
77
namespace OpusSharp.Core.Interfaces
88
{
9+
/// <summary>
10+
/// An opus decoder interface.
11+
/// </summary>
912
public interface IOpusDecoder : IDisposable
1013
{
1114
#if NETSTANDARD2_1_OR_GREATER || NET8_0_OR_GREATER

0 commit comments

Comments
 (0)