mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 20:15:31 +00:00
* AudioCapture.cs: Fixed documentation warning.
This commit is contained in:
parent
9b4e8d18f9
commit
6e9030e7f9
|
@ -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