* AudioCapture.cs: Fixed documentation warning.
This commit is contained in:
parent
7b5cde901e
commit
c0e0872c19
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace OpenTK.Audio
|
|||
/// <summary>
|
||||
/// Start recording samples.
|
||||
/// The number of available samples can be obtained through the <see cref="AvailableSamples"/> property.
|
||||
/// The data can be queried with any <see cref="ReadSamples"/> method.
|
||||
/// The data can be queried with any <see cref="ReadSamples(IntPtr, int)"/> method.
|
||||
/// </summary>
|
||||
public void Start()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue